Proof of n^2 not congruent to 2 modulo 3

  • Thread starter Thread starter foxjwill
  • Start date Start date
  • Tags Tags
    Proof
Click For Summary

Homework Help Overview

The discussion revolves around proving that for all integers n, n squared is not congruent to 2 modulo 3. Participants are exploring different proof techniques, including induction and direct proof methods, while examining the implications of congruences in modular arithmetic.

Discussion Character

  • Mixed

Approaches and Questions Raised

  • Some participants suggest using induction to prove the statement, while others propose examining specific cases in modular arithmetic. Questions arise regarding the validity of assumptions made in the proof and the necessity of using induction versus a direct approach.

Discussion Status

The discussion is active, with participants providing feedback on each other's reasoning and proof attempts. Some guidance has been offered regarding the structure of proofs, and there is an ongoing exploration of different methods to approach the problem.

Contextual Notes

Participants are questioning the assumptions made in the original proof and discussing the requirements of the homework prompt, including whether induction is necessary. There are also mentions of potential misunderstandings regarding congruences and their implications.

foxjwill
Messages
350
Reaction score
0

Homework Statement


I'd like to know if my proof that [tex]\forall n \in \mathbb{Z},\ n^2 \not\equiv 2 \mod 3.[/tex]


Homework Equations





The Attempt at a Solution


Start by guessing that for some [tex]n=k[/tex],
[tex]k^2 \not\equiv 2 \mod 3.[/tex]​
Since the theorem is obviously true for [tex]n=1[/tex], all we need to show is that it is also true for some [tex]n=k+1[/tex]. If [tex]k^2 \equiv 0 \mod 3[/tex], then so is [tex]k[/tex], and it follows first that [tex]2k+1 \equiv 1 \mod 3[/tex] and then that [tex]k^2+2k+1 = (k+1)^2 \equiv 1 \mod 3.[/tex] Using a similar process for [tex]k^2 \equiv 1 \mod 3[/tex], it follows that [tex](k+1)^2 \equiv 0 \mod 3.[/tex] Therefore [tex](k+1)^2[/tex] must be congruent to either [tex]0[/tex] or [tex]1[/tex] modulo 3, and the theorem is proven. Q.E.D.
 
Physics news on Phys.org
I'm not sure I see why your first sentence has anything to do with the argument that follows. Would you have known to ignore [tex]k^2 \not\equiv 2[/tex] if the proposition hadn't mentioned it?

The thrust of the argument itself is probably reasonable. Why not consider the three possible cases for integers in mod-3 (3p, 3p+1, 3p+2, p integral) and see what happens to their squares?
 
This works. I'm not sure what level class this is for, but you might also want to include proof of the fact that [tex]k^2 \equiv 0 mod3 \Rightarrow k \equiv 0 mod3[/tex].

dynamic solo, this is an example of inductive proof. You assume that a proposition on a natural number implies the truth of the proposition on the next higher natural number. Showing the truth of some base case then proves the proposition for all natural numbers.
 
I know what a proof by induction is: I didn't find myself satisfied by the way it was carried out.
 
Ah, I didn't read the first sentence too carefully, I can see how the wording kind of undermines what's actually going on.
 
foxjwill said:

Homework Statement


I'd like to know if my proof that [tex]\forall n \in \mathbb{Z},\ n^2 \not\equiv 2 \mod 3.[/tex]


Homework Equations





The Attempt at a Solution


Start by guessing that for some [tex]n=k[/tex],
[tex]k^2 \not\equiv 2 \mod 3.[/tex]​
Since the theorem is obviously true for [tex]n=1[/tex], all we need to show is that it is also true for some [tex]n=k+1[/tex].
No, you want to prove that If it is true for k then it is also true for k+1.

If [tex]k^2 \equiv 0 \mod 3[/tex], then so is [tex]k[/tex], and it follows first that [tex]2k+1 \equiv 1 \mod 3[/tex] and then that [tex]k^2+2k+1 = (k+1)^2 \equiv 1 \mod 3.[/tex] Using a similar process for [tex]k^2 \equiv 1 \mod 3[/tex], it follows that [tex](k+1)^2 \equiv 0 \mod 3.[/tex] Therefore [tex](k+1)^2[/tex] must be congruent to either [tex]0[/tex] or [tex]1[/tex] modulo 3, and the theorem is proven. Q.E.D.
In other words, you are saying that if k2] is NOT contruent to 2 mod 3, it must be either congruent to 0 or congruent to 1. I notice that you assert, without proof, that if k2 is contruent to 0 mod 3 then so is k. Have you proved that previously?

Are you required to use induction? It seems to me that a direct proof, looking at the three cases:
1) if n= 3k then n2= 9k2 = 3(3k) and so is congruent to 0 mod 3.
2) If n= 3k+ 1 then (3n+1)2= 9n2+ 6n+ 1= 3(3n2+ 2n)+1
3) if n= 3k+ 2 then (3n+2)2= 9n2+ 12n+ 4= 3(3n2+ 4n+ 1)+ 1.
would be simpler.
 
HallsofIvy said:
It seems to me that a direct proof, looking at the three cases: ...

... which is what I proposed. The induction approach doesn't seem to save any trouble for this proposition and the offered proof seemed incomplete.
 
Actually, I was just trying to work out some proofs on my own (since I'm planning on majoring in math, I've decided it'd probably be a good idea to become more fluent in conducting proofs). It's not for a class or anything.

I like hallsofivy's method for solving this much better, though. I hadn't really thought about having to prove that [tex]n^2 \equiv a \mod 3 \Rightarrow n \equiv a \mod 3[/tex] (which I haven't -- actually, could anyone give me a hint on how to do so?)

p.s. HallsOfIvy, did you get the p.m. I sent you about the Linear ODE article?

edit: would I use a method similar to HallsOfIvy's to prove [tex]n^2 \equiv a \mod 3 \Rightarrow n \equiv a \mod 3[/tex]?

1)If n^2=9k, then n = 3k (where k is an arbitrary constant)
So, that proves it for n^2 congruent to 0 modulo 3. But what about 1 and 2 modulo 3?
 
Last edited by a moderator:
That statement is wrong. If n^2 is congruent to a mod 3, n is not necessarily...

If, however, n^2 is congruent to 0 mod 3, then n^2 is divisible by 3... Why would this imply the same is true for n?
 
  • #10
foxjwill said:
Actually, I was just trying to work out some proofs on my own (since I'm planning on majoring in math, I've decided it'd probably be a good idea to become more fluent in conducting proofs). It's not for a class or anything.

I like hallsofivy's method for solving this much better, though. I hadn't really thought about having to prove that [tex]n^2 \equiv a \mod 3 \Rightarrow n \equiv a \mod 3[/tex] (which I haven't -- actually, could anyone give me a hint on how to do so?)
You can't prove it- it's not true. If n is equivalent to either 0 or 1 mod 3, then n2 is equivalent to 2 mod 3. So if n2 is equivalent to 1 mod 3, n is NOT necessarily equivalent to 1 mod 3.

p.s. HallsOfIvy, did you get the p.m. I sent you about the Linear ODE article?
Yes, I did but the LaTex does not show. Where is the article posted?

edit: would I use a method similar to HallsOfIvy's to prove [tex]n^2 \equiv a \mod 3 \Rightarrow n \equiv a \mod 3[/tex]?

1)If n^2=9k, then n = 3k (where k is an arbitrary constant)
So, that proves it for n^2 congruent to 0 modulo 3. But what about 1 and 2 modulo 3?
As I said before, it's not true for 1 and 2. Also, "f n^2=9k, then n = 3k (where k is an arbitrary constant)" is obviously incorrect. if n2= 9k, then [itex]9= 3\sqrt{k}[/itex] and, if k is "an arbitrary constant", [itex]\sqrt{k}[/itex] may not be an integer. Saying [itex]n\equiv 0[/itex] mod 3 only tells you, directly. that n2= 3k. Since the square root of 3 is not an integer it is true that if n2 is a multiple of 3 it must also be a multiple of 9 but you have to prove that.
 
  • #11
As I said before, it's not true for 1 and 2. Also, "f n^2=9k, then n = 3k (where k is an arbitrary constant)" is obviously incorrect. if n2= 9k, then [itex]9= 3\sqrt{k}[/itex] and, if k is "an arbitrary constant", [itex]\sqrt{k}[/itex] may not be an integer. Saying [itex]n\equiv 0[/itex] mod 3 only tells you, directly. that n2= 3k. Since the square root of 3 is not an integer it is true that if n2 is a multiple of 3 it must also be a multiple of 9 but you have to prove that.

hmm. I guess I didn't think it through all that well. Thanks.
 

Similar threads

Replies
6
Views
4K
Replies
30
Views
3K
Replies
4
Views
2K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 11 ·
Replies
11
Views
2K
Replies
4
Views
2K
  • · Replies 4 ·
Replies
4
Views
1K
  • · Replies 3 ·
Replies
3
Views
3K
Replies
15
Views
4K
  • · Replies 16 ·
Replies
16
Views
2K