I just can't get my head wrapped around a certain step in a proof that the sequence that approaches $e$ is monotonically increasing. The proof starts as follows:
We want to show that: $x_{n+1} \geq x_n \iff \\ \big(1 + \frac{1}{n+1}\big)^{n+1} > \big(1 + \frac{1}{n}\big)^{n} \iff \\ \big(\frac{(n+2)n}{(n+1)^2}\big)^n > \frac{n+1}{n+2} \iff ... \\ $
Now I have trouble understanding how we get from line 2 to line 3, anyone have a simple hint that can help me?
This question is not a duplicate because it asks for one certain step in an approach that is not covered in the linked question.