gottfried
- 118
- 0
Homework Statement
Let Sn = 1+\frac{1}{2}+\frac{1}{3}+\frac{1}{4}...+\frac{1}{n}. Show that |S2n-Sn|\geq \frac{1}{2}
Homework Equations
The Attempt at a Solution
So I'm going to try and use induction
Base case let n=1
|S2n-Sn| = \frac{1}{2}
So true for base case
Assume true for case that n=m
So if n=m+1
|S2m+2-Sm+1|= |S2m+2-S2m+S2m-Sm+1|
Our induction assumption tells us that |S2m-S2m+2|\geq \frac{1}{2} and S2m+2-S2m = \frac{1}{2m+1}+\frac{1}{2m+2}> 0
Therefore |S2m+2-Sm|= |S2m+2-S2m+S2m-S2m+2|> \frac{1}{2}
Have I used induction properly? Since I haven't used the base case at all the proof feels a little like I've made the assumption that it is true and then shown that it is true but at the same time I feel like I haven't broken any of the rules of induction. I'm I wrong?