In some paper, the authors mentioned the following statement:
One can easily check that for $n\geq 7$, $$ \frac{n+2}{n-2}<(n+2)^{2/n}.$$
This statement is correct, and their objective was to find an upper bound of $\frac{n+2}{n-2}$, eventually starting from some integer. Now my question is how we can see that $(n+2)^{2/n}$ is an upper bound for $\frac{n+2}{n-2}$ starting from some integer ( here it is $7$).
Thank you.
Raise both sides to the $n$th power: $$ \left(\frac{n+2}{n-2}\right)^n < (n+2)^2, $$ then multiply through by $(n-2)^2/(n+2)^2$: $$ \left(\frac{n+2}{n-2}\right)^{n-2} = \left(1+\frac{4}{n-2}\right)^{n-2} < (n-2)^2. $$ The left side is bounded by $e^4$, so as long as $n-2 > e^2$, the inequality is guaranteed to be satisfied. This proves it true for all $n \ge 10$, and the remaining cases can be checked individually.