I am attempting to prove by induction that $\frac{1}{1\times2} + \frac{1}{2\times3} + ... + \frac{1}{n(n+1)} < 1$ for all integers $n \geq 1$.
I have been able to show (using a telescoping sum) that the LHS is equal to $1 - \frac{1}{n+1}$, which is clearly less than 1 for all positive integers $n$.
But I am trying to use induction to prove the above inequality without using the explicit formula. What I have done so far:
$\frac{1}{1\times2} + \frac{1}{2\times3} + ... + \frac{1}{n(n+1)} + \frac{1}{(n+1)(n+2)} < 1 + \frac{1}{(n+1)(n+2)}$
From here I have no idea how to prove the inequality.
Is it possible to prove this inequality using induction or is finding an explicit formula for the LHS the only way?