Proving If Two Integers Don't Divide by 3: A Number Theory Challenge

In summary, this person is asking how to solve a problem involving integers that don't divide by 3. They are given four cases to consider and are asked to calculate x^2- y^2 for each of those cases.
  • #1
a.katerina
3
0
Hi,

i have just registered to the forum, because this time i study number theory and in some problems i can't figure out how to solve them.

This time i have to prove: If two integers x,y doesn't divided with 3 then the (x^2 - y^2) always is divided with 3.

Does anyone has a clue how to start?

Thank you!
 
Physics news on Phys.org
  • #2


Break it up into what x and y modulo 3 can be (so four cases)
 
  • #3


what?? Can you explain it a little bit, please?
 
  • #4


If x is not divisible by 3 then it can be written as x= 3k+1 or 3k+2 for some integer k.
If y is not divisible by 3 then it can be written as y= 3j+1 or 3j+2 for some integer k.

That gives 4 cases to consider:
1) x= 3k+1 and y= 3j+1.
2) x= 3k+1 and y= 3j+2.
3) x= 3k+2 and y= 3j+1.
4) x= 3k+2 and y= 3j+2.

Calculate [itex]x^2- y^2[/itex] for each of those cases.
 
  • #5


HallsofIvy said:
If x is not divisible by 3 then it can be written as x= 3k+1 or 3k+2 for some integer k.
If y is not divisible by 3 then it can be written as y= 3j+1 or 3j+2 for some integer k.

That gives 4 cases to consider:
1) x= 3k+1 and y= 3j+1.
2) x= 3k+1 and y= 3j+2.
3) x= 3k+2 and y= 3j+1.
4) x= 3k+2 and y= 3j+2.

Calculate [itex]x^2- y^2[/itex] for each of those cases.

Since +/- 0 = 0 are not cases 2 and 3 equivalent?

Since 2 = -1 and -1*-1 = 1 , (-1)^2 = (+1)^2 are not cases 1 and 4 equivalent?

Even better you can rewrite each term of an expression mod n before evaluating the expression mod n. Thus each of the terms can be rewriten mod 3 by substituting 0 for 3n and 1 for -1^2 (or 2^2) to get the equivalent expressions 1-1 = 0 mod 3 which is clearly correct.
 
Last edited:
  • #6


Thank you very much for the help! I'm grateful to you!
 

1. What is the definition of "dividing by 3" in number theory?

In number theory, dividing by 3 means finding the remainder when a number is divided by 3. For example, if we divide 10 by 3, the remainder is 1. This is because 10 divided by 3 is 3 with a remainder of 1.

2. What does it mean for two integers to not divide by 3?

If two integers do not divide by 3, it means that when the two numbers are divided by 3, the remainder is not 0. In other words, the two integers are not multiples of 3.

3. How can we prove that two integers do not divide by 3?

To prove that two integers do not divide by 3, we can use the remainder theorem. This theorem states that when a number is divided by another number, the remainder is equal to the difference between the number and the product of the quotient and the divisor. In this case, the divisor is 3, so if the remainder is not 0, we can conclude that the two integers do not divide by 3.

4. What is the importance of proving if two integers don't divide by 3?

Proving if two integers don't divide by 3 is important in number theory as it helps us understand the properties of numbers and their divisibility. It also allows us to solve more complex problems involving divisibility and remainders.

5. Are there any specific strategies or techniques for proving if two integers don't divide by 3?

Yes, there are various strategies and techniques for proving if two integers don't divide by 3. Some common ones include using the remainder theorem, finding patterns in the numbers, and using modular arithmetic. It is important to carefully analyze the given integers and choose the best strategy for each specific case.

Similar threads

  • Linear and Abstract Algebra
Replies
13
Views
1K
  • Linear and Abstract Algebra
Replies
1
Views
529
  • Linear and Abstract Algebra
Replies
3
Views
793
  • Linear and Abstract Algebra
Replies
8
Views
890
Replies
2
Views
965
  • Linear and Abstract Algebra
Replies
11
Views
1K
  • Linear and Abstract Algebra
Replies
1
Views
746
  • Calculus and Beyond Homework Help
Replies
7
Views
2K
Replies
15
Views
1K
Replies
17
Views
2K
Back
Top