symplectic_manifold
- 60
- 0
Prove that n^3-n is divisible by 6 for every integer n. Is it induction to be used here?...
The discussion revolves around proving that \( n^3 - n \) is divisible by 6 for every integer \( n \). Participants explore various approaches, including induction, factorization, and properties of consecutive integers, while addressing the divisibility by both 2 and 3.
Participants generally agree on the need to show both divisibility by 2 and 3 for \( n^3 - n \) to establish divisibility by 6. However, there is no consensus on the methods to demonstrate these divisibilities, particularly regarding the case for 3.
Some participants express uncertainty about the application of Hall's factorization and the division algorithm, indicating potential limitations in their understanding of these concepts.
symplectic_manifold said:If 6 divides n^3-n then, since divisibility is transitive and 2 divides 6 , 2 must also divide n^3-n. Let n be even then n^3 is even and n^3-n is also even. Let n be odd then n^3 is odd and hence n^3-n is even. Since every even number is divisible by 2 it follows that 6 divides n^3-n.
n3-n= n(n2-1)= n(n-1)(n+1)= (n-1)(n)(n+1), three consecutive integers. What does that tell you?
You've managed to show 2 divides n^3-n by considering n even or odd, but to show 6 divides n^3-n you need to also show 3 divides n^3-n. Consider Hall's factorization, can you show 3 divides (n-1)n(n+1) for any n?
symplectic_manifold said:Great!...Can I generalise it by saying that among any n successive integers there is exactly one divisible by n?...What is a formal proof for this?
symplectic_manifold said:OK, but why did you change r?