Discrete mathematics induction

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
1 reply · 2K views
Firestrider
Messages
104
Reaction score
0

Homework Statement



Prove that for all integers a >= 1, a^n - 1 is divisible by a - 1 for all n >= 1.

Homework Equations



None.

The Attempt at a Solution



Proof - Let P(n): a^n - 1 is divisible by a - 1, then

P(1): a^1 - 1 is divisible by a - 1 is TRUE since a^1 - 1 = a - 1, and a - 1 = (1)(a - 1)

Suppose that P(k): a^k - 1 is divisible by a - 1 is TRUE. Then, there exists an integer q such that a^k - 1 = (a - 1)q or a^k = (a-1)q + 1

Now consider a^(k+1) - 1 = a(a^k) - 1
= a((a - 1)q + 1) - 1
= (a)(a - 1)q + a - 1
= (a - 1)aq + (a - 1)
= (a - 1)(aq + 1)

Thus, a^(k+1) - 1 is divisible by a - 1 whenever a^k - 1 is divisible by a - 1. Therefore, a^n - 1 is divisible by a -1 for all n >= 1.


The problem I'm having is I don't think I proved that for all a >= 1.
 
Physics news on Phys.org
No, there is no requirement that a- 1 be greater than 0 so there is no requirement that a be greater than 1.