major_maths
- 30
- 0
Homework Statement
Prove that for any positive h and any integer n\geq0, (1+h)n\geq1+nh+\frac{n(n+1)}{2}h2.
Homework Equations
None.
The Attempt at a Solution
I proved that P(0) is true (1\geq1). The rest of the proof goes as follows:
Assume K\inZ (the set of integers) and P(K) is true.
Then (1+h)K\geq1+Kh+\frac{K(K-1)}{2}h2.
Then (1+h)(K+1) = (1+h)K+(1+h)1...
I can't figure out how to relate that part to the final part of P(K+1), which is 1+(K+1)h+\frac{(K+1)(K+1-1)}{2}h2.