I'm working on a problem that's given me the run around for about a weekend. The statement:
For all m greater than or equal to 2 and for all n greater than or equal to 0, m−1 divides mn−1.
Using induction over n, the base step comes easy since mn−1 is 0 when n=0.
My induction hypothesis is letting k≥0 and assuming that m−1 divides mk−1. In order to show that m−1 divides mk+1−1, I obviously need to use the induction hypothesis. However, no matter where I try to use the fact that mk−1=(m−1)a for some a in the integers, the expression mk+1−1 always becomes more difficult to get to mk+1−1 being equal to (m−1)b for some b in the integers.
In other words, I can't figure out any actually helpful way to apply the induction hypothesis with the goal of proving the next step.
Any help would be appreciated!
Answer
Hint:
mk+1−1=mk+1−mk+mk−1
Can you take it from there?
No comments:
Post a Comment