Consecutive Divisibility Is Impossible

#hsc-maths#proofs#medium

Divisibility is a cornerstone of number theory and appears throughout the HSC Mathematics Extension 2 syllabus, especially in proof and reasoning questions. This problem asks you to show that a number greater than 1 cannot divide two consecutive integers—a result that feels intuitively true but benefits from a rigorous argument. By following the solution, you’ll see how proof by contradiction can turn a simple property of divisibility into an airtight conclusion.

Problem Statement

Prove that for positive integers a,ba, b with a>1a > 1, either bb is not divisible by aa or b+1b + 1 is not divisible by aa (or both).


Hints

Use proof by contradiction. Assume both aba|b and a(b+1)a|(b+1). What does this tell you about a[(b+1)b]a|[(b+1) - b]? What can you conclude about aa?


Solutions

Proof by Contradiction:

The statement is equivalent to: "It is not the case that both aba|b and a(b+1)a|(b+1)."

Assume, for contradiction, that both aba|b and a(b+1)a|(b+1).

Then there exist integers k1k_1 and k2k_2 such that:

b=ak1b+1=ak2\begin{aligned} b &= ak_1 \\ b + 1 &= ak_2 \end{aligned}

A fundamental property of divisibility tells us that if aa divides two numbers, it also divides their difference. Applying this to our assumption, aa must divide (b+1)b=1(b+1) - b = 1. We can verify this algebraically by subtracting the two equations:

Subtracting the first equation from the second:

(b+1)b=ak2ak1(b+1) - b = ak_2 - ak_1 1=a(k2k1)1 = a(k_2 - k_1)

Let K=k2k1ZK = k_2 - k_1 \in \mathbb{Z}. Then 1=aK1 = aK, which means aa divides 11.

Since aa is a positive integer, the only positive divisor of 11 is 11 itself. Therefore, a=1a = 1.

This contradicts the given condition that a>1a > 1.

Hence, our assumption must be false, and at least one of bb or b+1b+1 is not divisible by aa. \blacksquare


Takeaways

  • The proof hinges on the divisibility property: if axa \mid x and aya \mid y, then a(xy)a \mid (x - y). Here, subtracting bb from b+1b+1 gives 11, forcing aa to divide 11.
  • The only positive divisor of 11 is 11 itself, so any a>1a > 1 immediately leads to a contradiction—consecutive integers can never share a divisor greater than 11.
  • Proof by contradiction streamlines the argument: assume the opposite, derive an impossibility, and conclude the original statement is true.
  • Reconstruct this proof from the hint, justifying each algebraic step, and check how the conditions a>1a>1 and a,ba,b positive integers are used.

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 Differential Equations, HSC Trigonometry

Written by Vu Hung Nguyen

Mathematics Educator · LinkedIn · About