Proving n = m^3 - m is a Multiple of 6: A Simple Guide

  • Thread starter Thread starter phospho
  • Start date Start date
  • Tags Tags
    Proof
AI Thread Summary
The discussion centers on proving that n = m^3 - m is a multiple of 6 for any integer m. Participants suggest factoring n into m(m-1)(m+1), which represents the product of three consecutive integers, ensuring at least one is even and one is a multiple of 3, thus confirming divisibility by 6. There is also a suggestion to use proof by contradiction, exploring scenarios where n is not divisible by 2 or 3, leading to contradictions regarding the parity and divisibility of m. Ultimately, the consensus leans towards the direct proof being simpler and more effective than contradiction. The discussion highlights the clarity of using factorization to establish the divisibility of n by 6.
phospho
Messages
250
Reaction score
0
is n = m^3 - m for some integer m, then n is a multiple of 6

how do I proof this?

I tried to do it by condradiction by assuming n is not a multiple of 6, i.e. when n is divided it is in the form of n = 1+k, or n = 2+k or n = 3+k or n = 4+k or n=5+k for some integer k

however I wasn't able to get anywhere, any help?
 
Physics news on Phys.org
By 1+k or 2+k or 3+k I think you mean 1+6k or 2+6k etc.

You might want to try doing this with m instead of n.
 
Office_Shredder said:
By 1+k or 2+k or 3+k I think you mean 1+6k or 2+6k etc.

You might want to try doing this with m instead of n.

I don't get it, why?
 
Factor m^3- m. What do you get?
 
HallsofIvy said:
Factor m^3- m. What do you get?

m(m^2-1) = m(m-1)(m+1)
 
phospho said:
I don't get it, why?

Did you try doing it? What did you get?

Factoring is actually a much cleaner way of doing this than my suggestion... can you explain why (m-1)(m)(m+1) is divisible by 6?
 
Office_Shredder said:
Did you try doing it? What did you get?

Factoring is actually a much cleaner way of doing this than my suggestion... can you explain why (m-1)(m)(m+1) is divisible by 6?

I don't understand what your suggestion is trying to make me do, and I don't see why that's divisible by 6 (though I tried a few examples).
 
ok I understand why that divides by 6

but I think the book wants me to use contradiction - how would I do that?
 
Okay, you understand that n= m^3- m= (m-1)(m)(m+1), the product of three consecutive numbers. So at least one of those (in fact, one of any two consecutive numbers) is even and one of them is a multiple of 3. That proves that n is divisible by 6 and I don't see why you would want any proof.

I suppose you could say "Suppose n is not divisible by 6. Then either it is not divisible by 2 or it is not divisible by 3.

Since 2 is a prime number, if n is not divisible by 2, no factor of n is not divisible by 2. In particular, m- 1 is not divisible by 2. In that case m- 1 is odd: m-1= 2k+ 1 for some integer k. Then m= m-1+ 1= 2k+ 1+ 1= 2k+ 2= 2(k+ 1) is divisible by 2, a contradiction.

Since 3 is a prime number, if n is not divisible by 3, no factor of n is divisible by 3. In particular, m-1 is not divisible by 3 which means m-1= 3k-1 or m-1= 3k+1 for some integer k. If m-1= 3k- 1 then m= m-1+1= 3k-1+ 1= 3k is divisible by 3, a contradiction. If m-1= 3k+ 1, then m+1= m-1+ 2= 3k+1+ 2= 3k+ 3= 3(k+1) is divisible by 3, a contradiction."

But that is much more complicated than a direct proof so I cannot imagine why you would not use the simpler direct proof.
 
Back
Top