Where, $b_{k} := (1+ \frac{1}{k})^{k+1}$
From a previous part I have that:
$\frac{b_{k+1}}{b_{k}} = (1+ \frac{1}{k+1}) (1 - \frac{1}{(k+1)^2})^{k+1}$
How can I use this to show that $(b_{k})$ is strictly decreasing for $n \ge 1$?
My approach has been to try and show that $\frac{b_{k+1}}{b_{k}} <1$
My best attempt has been:
$\frac{b_{k+1}}{b_{k}} = (\frac{k+2}{k+1})(\frac{(k+1)^2-1}{(k+1)^2})(\frac{(k+1)^2-1}{(k+1)^2})^k$
I'm not worried about the last part $(\frac{(k+1)^2-1}{(k+1)^2})^k$, as it is clearly < 1, and $(\frac{(k+1)^2-1}{(k+1)^2})$ is also < 1, but $(\frac{k+2}{k+1})$ is clearly > 1, so I am having trouble combining this last term with $(\frac{(k+1)^2-1}{(k+1)^2})$, to try and get something that is clearly < 1.
I've also tried to use induction on $k$, but it just gets quite messy and nothing obvious sticks out. Any advice would be greatly appreciated!
EDIT:
I've also tried to use the concept of Infimum and Supremum, but I see that the supremum of $(1 + \frac{1}{k+1})$ occurs when $k = 1$ But the supremum of $(\frac{(k+1)^2-1}{(k+1)^2})^{k+1}$ is $1$ as $k \rightarrow \infty$. (Although it's clear that the index $k$ is required to be the same for both terms. But the supremum of the two terms together is quite hard to determine as they go in opposite directions as $k$ increases. Which still does not give me anything obvious. Any help would be great! Thanks!