$\forall n\ge 2, n \in \mathbb N$ ; define $f$ as
$$f(n) = \binom{n}{2} - (n!)^{\frac{1}{n}} + n.$$
I have easily proved that $f(n) > 0$ in the given domain using A.M.-G.M. inequality.
However, I ran a program for curiosity and observed that $f$ is increasing for first $1000$ natural numbers (obviously except for $n = 1)$.
I want to determine if this is true or not for all $n \in \mathbb N$ that $f$ is an increasing function. Can you give me a hint?
Thanks.
\forall
to get $\forall$ instead the character ∀, or use\binom{x}{y}
to get $\binom{x}{y}$. – jjagmath Apr 06 '23 at 12:14