Divisibility by 6: Criterion and Consequence

#hsc-maths#proofs#hard

Divisibility proofs are a cornerstone of the HSC Extension 2 Number and Proofs topic, challenging you to combine logical reasoning with algebraic manipulation. In this problem, we tackle the biconditional criterion for divisibility by 6—showing that a number is divisible by 6 exactly when it’s divisible by both 2 and 3—and then apply it to prove the classic result that n3nn^3-n is always a multiple of 6. By working through the solution, you’ll sharpen your ability to split a composite divisor into coprime factors and exploit the structure of consecutive integers.

Problem Statement

For nZn \in \mathbb{Z}, prove that:

  • nn is divisible by 6 if and only if nn is divisible by 2 and 3.
  • n3nn^3 - n is divisible by 6.

Hints

Attempt the proof independently first. Focus on the key theorem, algebraic transformation, or contradiction setup that links the hypothesis to the target conclusion.


Solutions

Part (a): Biconditional Proof

A biconditional statement requires proof in both directions. We first show that if 6 divides nn, then nn must be divisible by 2 and 3; then we prove the converse, establishing the equivalence.

Forward (    \implies): If 6n6 \mid n, then 2n2 \mid n and 3n3 \mid n.

Proof:

Assume 6n6 \mid n. Then n=6kn = 6k for some integer kk.

We factor the expression to extract the required divisors: Write n=6k=2(3k)n = 6k = 2(3k). Since 3k3k is an integer, 2n2 \mid n.

Write n=6k=3(2k)n = 6k = 3(2k). Since 2k2k is an integer, 3n3 \mid n.

Reverse (    \impliedby): If 2n2 \mid n and 3n3 \mid n, then 6n6 \mid n.

Now we assume nn is divisible by both 2 and 3, and we’ll show that 6 must divide nn. Because 2 and 3 are coprime, this implication relies on showing that nn can be written as a multiple of 6.

Proof:

Assume 2n2 \mid n and 3n3 \mid n.

Then n=2an = 2a and n=3bn = 3b for some integers a,ba, b.

From n=2an = 2a, nn is even. From n=3bn = 3b, we have 2a=3b2a = 3b.

Since LHS is even, RHS 3b3b must be even. Since 3 is odd, bb must be even.

This parity argument is the key: because 3 is odd, the factor 2 must come from bb. Write b=2cb = 2c for some integer cc.

Then:

n=3b=3(2c)=6cn = 3b = 3(2c) = 6c

Since cc is an integer, 6n6 \mid n.

Part (b): Using Part (a)

Goal: Prove 6(n3n)6 \mid (n^3 - n).

Rather than trying to divide n3nn^3-n by 6 directly, we’ll use the criterion from part (a): if we can show the expression is divisible by 2 and 3 (which are coprime), then 6 divides it automatically.

By part (a), sufficient to show 2(n3n)2 \mid (n^3 - n) and 3(n3n)3 \mid (n^3 - n).

Step 1: Factor

A clever factorisation unlocks the whole proof:

n3n=n(n21)=n(n1)(n+1)=(n1)n(n+1)n^3 - n = n(n^2 - 1) = n(n-1)(n+1) = (n-1)n(n+1)

This is the product of three consecutive integers.

Step 2: Prove 2(n3n)2 \mid (n^3 - n)

Because integers alternate between even and odd, any three consecutive numbers must contain at least one even number. Among any three consecutive integers, at least one is even.

Therefore, (n1)n(n+1)(n-1)n(n+1) contains an even factor, so 2(n3n)2 \mid (n^3 - n).

Step 3: Prove 3(n3n)3 \mid (n^3 - n)

Multiples of 3 appear every third integer, so exactly one in any block of three consecutive numbers is a multiple of 3. Among any three consecutive integers, exactly one is divisible by 3.

Therefore, (n1)n(n+1)(n-1)n(n+1) contains a factor divisible by 3, so 3(n3n)3 \mid (n^3 - n).

Conclusion

Now we have both divisibility conditions satisfied, and since 2 and 3 are coprime, part (a) gives the final result:

Since 2(n3n)2 \mid (n^3 - n) and 3(n3n)3 \mid (n^3 - n), and gcd(2,3)=1\gcd(2,3) = 1, by part (a):

6(n3n)6 \mid (n^3 - n)

Takeaways

  • Coprime Divisibility: If gcd(a,b)=1\gcd(a,b) = 1 and both ana \mid n and bnb \mid n, then abnab \mid n
  • Consecutive Integer Properties: Among kk consecutive integers, exactly one is divisible by kk
  • Multi-part Strategy: Part (b) leverages part (a) to simplify proof (check divisibility by 2 and 3 separately)
  • Factorization: n3n=(n1)n(n+1)n^3 - n = (n-1)n(n+1) reveals structure as consecutive integer product

Further Readings

If you found this proof interesting, be sure to check out these relevant HSC booklets to sharpen your reasoning skills: HSC Proofs, HSC Combinatorics, HSC Polynomials

Written by Vu Hung Nguyen

Mathematics Educator · LinkedIn · About