Sunday, July 15, 2018

polynomials - Using induction for xn1 is divisible by x1

Prove using induction that for all non-negative integers n and for all integers x>1, xn1 is divisible by x1.




Step 1: We will prove this using induction on n.
Step 2: Assume the claim is true when n=1.
xn+11=x(xn1)+(x1)



Can someone help me with this further?

No comments:

Post a Comment

analysis - Injection, making bijection

I have injection f:AB and I want to get bijection. Can I just resting codomain to f(A)? I know that every function i...