I tried to prove 2 of the sides seperately.
i = n/2
ii = 1/1 + 1/2+1/3 + 1/4 +1/5 + 1/6 + ... 1/2^n-1
iii= n
We can prove ii =< iii by:
Base case: n=1
1/2-1 =< 1 is true
Hypothesis: assume ii=<iii is true
Induction:
1/1+1/2+...+(1/2^n-1) + 1/2^n*2-1 < n+1
Since we have proven ii =< iii,we are left with:
1/2^n*2-1 < 1
Since the smallest possible value for n is 1,it follows that this is true for any k>n.
I have no idea how to prove i<ii however.
Any advice? Am i making any mistakes?
Hint: The sum $\dfrac{1}{2^{n-1}+1}+\dfrac{1}{2^{n-1}+2}+ \cdots + \dfrac{1}{2^n-1} + \dfrac{1}{2^n}$ has $2^{n-1}$ terms, each of which is between $\dfrac{1}{2^n}$ and $\dfrac{1}{2^{n-1}}$. Thus, we can bound $$\dfrac{1}{2} = 2^{n-1} \cdot \dfrac{1}{2^n} \le \dfrac{1}{2^{n-1}+1}+\dfrac{1}{2^{n-1}+2}+ \cdots + \dfrac{1}{2^n-1} + \dfrac{1}{2^n} \le 2^{n-1} \cdot \dfrac{1}{2^{n-1}} = 1.$$
Can you see how to use this to complete the inductive step?