Show that $$1+\dfrac12+\dfrac13+\text{...}+\dfrac{1}{2n-2}+\dfrac{1}{2n-1}<n$$ for all $n>1,n\in N.$
Initially, we should prove the proposition is true for $n=2$. I wasn't sure how the LHS was supposed to look, as the last term when $n=2$ is equal to $$\dfrac{1}{2n-1}=\dfrac{1}{2\cdot2-1}=\dfrac{1}{3}$$ Should we also include $1$ and $\dfrac12$? Well, I continued the solution with including them, so $$1+\dfrac12+\dfrac13\overset{?}{<}2\\\dfrac{11}{6}\overset{?}{<}2$$ which is obviously true. Now let's suppose that the inequality holds for $n=k\ge2,$ $$1+\dfrac12+\dfrac13+\text{...}+\dfrac{1}{2k-2}+\dfrac{1}{2k-1}<n$$ Then it must also be true for $n=k+1$, so we have to prove $$1+\dfrac12+\dfrac13+\text{...}+\dfrac{1}{2k}+\dfrac{1}{2k+1}\overset{?}{<}k+1\\1+\dfrac12+\dfrac13+\text{...}+\dfrac{1}{2k-2}+\dfrac{1}{2k-1}+\dfrac{1}{2k}+\dfrac{1}{2k+1}\overset{?}{<}k+1$$ How do we do that?