There is an Arithmetic Progression in such way: $a_1=1$, and for each $n\in N$, $a_{n+1}=a_n+ \frac{1}{n(n+1)}$.
The problem: Prove in induction that for each $n\in N$, there exists: $a_n=2-\frac{1}{n}$. The steps of solving:
Prove that it's true for $n=1$:
$a_1=2-\frac{1}{1}=1$ True.
Suppose it's true for $k\in N$:
$a_k=2-\frac{1}{k}$ True.
Prove it's true for $k+1, k\in N$:
That's where I am stuck right now. Basically, It should be something like so: $a_{k+1}=2-\frac{1}{k+1}$