Prove that $\log_n(n+1)\geq\log_{n+1}(n+2)$ for $n>1$.
So far I only know that $\log_n(n+1)>\frac{\log_n(n+2)}{\log_n(n+1)}$ Since $n>1$, LHS must be greater than RHS.
Is there any other ways to prove this inequality. A proof for this inequality can be found here: https://brilliant.org/wiki/logarithmic-inequalities/
The proof is incorrect since the author confuses $(\log(n+1))^2$ for $\log(n+1)^2=\log(n^2+2n+1)$. They are different.
You are correct $( \ln(n+1))^2 \neq \ln((n+1)^2)$. But the latter expression is crucial in showing the ineqaulity. \begin{eqnarray*} \ln(n+2)-\ln(n+1) \leq \ln(n+1)-\ln(n) \end{eqnarray*} now multiply by $\ln(n) \leq \ln(n+1)$ to obtain the required inequality.