zeion
- 455
- 1
Homework Statement
We'll show that, if x => -1, then (1 + x)^n => 1 + nx for all positive integers n.
Solution ...
The text goes on to explain that if n = 1 is true, we assume n = k is true, and n = k + 1 is true.
I understand everything until this part:
Since
(1 + x)^k+1 = (1 + x)^k(1 + x) => (1 + kx)(1 + x)
How does 1 + nx where n = (k+1) become (1 + kx)(1 + x)?