$$(\frac{n+1}{n})^n < (\frac{n}{n-1})^n$$
To prove the first case we'll replace n=2
LHS$\Rightarrow \frac{9}{4}$
RHS$\Rightarrow 4$
We can clearly see that LHS is less than RHS therefore first case is proven
Now we must assume that $n=k$ and $k\geq2$
$$(\frac{k+1}{k})^k < (\frac{k}{k-1})^k$$
Now we will have to prove for $n=k+1$
$$(\frac{k+2}{k+1})^{k+1} < (\frac{k+1}{k})^{k+1}$$
What i've tried to do from this point is working from the induction hypothesis
$(\frac{k+1}{k})^k < (\frac{k}{k-1})^k $ multiplying both sides by $(\frac{k+1}{k})$
$\Rightarrow (\frac{k+1}{k})^{k+1} < (\frac{k}{k-1})^k(\frac{k+1}{k})$
But that doesn't get me any closer. If anyone can help it'll be cool