I have been working on this problem for literally hours, and I can't come up with anything. Please help. I feel like I am about to go insane.
For all n ∈ N, we have 1+12+13+14+15+⋯+12n≤n+1
I know that I am supposed to use a proof by induction. Here is progress so far:
1) Let P(n) be 2n∑i=01i
2) Base case: n=1
2n∑i=11i=11+12=32,32≤2
So P(1) is true.
3) Inductive hypothesis:
Suppose that P(k) is true for an arbitrary integer k ≥ 1
4) Inductive step:
We want to prove that P(k + 1) is true or, 2k+1∑i=11i≤k+2
By inductive hypothesis,
2k+1∑i=11i=2k∑i=11i+2k+1∑i=2k+11i≤k+1+2k+1∑i=2k+11i
I know that I'm supposed to split the expression into two summations, but now I am completely stuck and don't know what to do from here. I got one hint that the fact ab+c<ab is relevant, but I don't know how to get there from here.
No comments:
Post a Comment