Is 3 Divisible by n if 3 is Divisible by n^2?

  • Context: Undergrad 
  • Thread starter Thread starter cubicmonkey
  • Start date Start date
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
4 replies · 3K views
cubicmonkey
Messages
6
Reaction score
0
I'm completely lost on this one. I need this to be able to solve that the square root of three is irrational. So it's a proof within a proof, but I like this way best. Please help me out.
This is what I need to know how to prove.

3|n^2 implies 3|n where n is some integer.
 
Physics news on Phys.org
I think I understand what you're saying and that looks like a contrapositive proof, but you don't actually prove it. Could you elaborate?
 
cubicmonkey said:
I'm completely lost on this one. I need this to be able to solve that the square root of three is irrational. So it's a proof within a proof, but I like this way best. Please help me out.
This is what I need to know how to prove.

3|n^2 implies 3|n where n is some integer.

Suppose :

[tex]n \equiv a \pmod 3 ~\text{and}~ a \neq 0[/tex]
then :
[tex]n^2 \equiv a^2 \pmod 3 ~\text{and}~ a^2 \neq 0[/tex]
hence :
[tex]3 \nmid n^2[/tex]
contradiction .

Q.E.D.
 
I think the Fundamental Theorem of Arithmetic (uniqueness up to order of prime factorizations) might help?