- #1
eric34
- 2
- 0
Hello folks, I have an induction problem that I have been working on, and I am at my wit's end. If anybody could provide me with a nudge in the correct direction, I would greatly appreciate it. I have attempted to factor out a number of terms to find something remotely intuitive here to present and I just cannot find anything. I've managed to come up with (n+1) > a, though I'm not certain that will even help me. The problem is below.
a^n - b^n <= n*(a^n-1)*(a-b) hypothesis
I used p(1) for a basis step. for the inductive step of p(k+1) I'm really at a loss here. Any thoughts on how I may tackle this, whatsoever, will be appreciated.
a^n - b^n <= n*(a^n-1)*(a-b) hypothesis
I used p(1) for a basis step. for the inductive step of p(k+1) I'm really at a loss here. Any thoughts on how I may tackle this, whatsoever, will be appreciated.