I have to proof this sequence : $(x_n) := \frac{n}{n+1}$ for $n\in \Bbb N^+$ is a monotone sequence. I saw some examples of people using the induction method, so I tried it, but I got stuck when I was trying to prove the $A(k+1)$ is true.
Here's what I have done so far
Let $A(n) := x_n \le x_{n+1}$
$A(n)$ is true for all $n\ge1$. Assume that $A(k):=x_{k}\ge x_{k+1}$ is true, then show that $A(k+1)$ is also true.
I don't know where I should go next. I've been trying to add both side, but can't find the desired end. Should I change the proving method? For some backgrounds, before this question I had to prove that $(x_n)$ is convergent and bounded.
No need to use induction here. If $n\in\Bbb N$, then$$x_{n+1}-x_n=\frac{n+1}{n+2}-\frac n{n+1}=\frac{1}{(n+2)(n+1)}>0$$and therefore your sequence is strictly increasing.