Show that if $n>2$, then $(n!)^2>n^n$.

9.4k Views Asked by At

Show that if $n>2$, then $(n!)^2>n^n$.

My work:
I tried to apply induction.
So, at the induction step, I need to prove,
$n^n>(n+1)^{n-1}$
Here, I tried to use induction again without any luck. I also took log of both sides, but I did not get anything. Please help!

7

There are 7 best solutions below

1
On BEST ANSWER

Use a multiplicative variant of Gauss's trick: $$ (n!)^2 = (1 \cdot n) (2 \cdot (n-1)) (3 \cdot (n-2)) \cdots ((n-2) \cdot 3) ((n-1) \cdot 2) (n \cdot 1) \ge n^n $$

1
On

so let us take step $n=3$

$n!=6$

clearly $6^2>3^3$

now let us try $n+1$

$(n+1)!=n*(n)!$

now we have

$((n+1)*(n!))^2>(n+1)^{n+1}$

now

$(n+1)^2 *(n!)^2>(n+1)^n* (n+1)$

for $n>2$ clearly $(n+1)^2>(n+1)$

and $(n+1)*(n!)^2>(n+1)^n$

1
On

Divide both sides by $n^{n-1}$ to arrive at $$ n>\left(1+\frac 1n\right)^{n-1}$$ to be shown. You may recognize that the right hand side converges to $e$, so we're in good shape. However, that is not explicit enough. So multiply with $(1-\frac1n)^{n-1}$ to get $$ n\cdot \left(1-\frac1n\right)^{n-1}>\left(1-\frac1{n^2}\right)^{n-1}$$ as goal. The right hand side is $<1$ for $n>1$. On the left hand side make use of Bernoulli's inequality $(1+x)^r\ge 1+rx$ if $x\ge-1$, $r\in\mathbb N_0$. So we have indeed $$ n\cdot \left(1-\frac1n\right)^{n-1}\ge n\cdot\left(1-\frac{n-1}n\right)=1>\left(1-\frac1{n^2}\right)^{n-1}.$$

0
On

I think I saw a similar question here, but I can't remember where I saw it.

Here is the way:

$$(n!)^2=[1\times 2\times 3\times...\times n][1\times 2\times 3\times...\times n]$$ By grouping terms in pairs as in Gauss' trick, we write: $$(n!)^2=\prod_{i=1}^{n}i(n+1-i)$$ It's easy to see that $i(n+1-i)\geq n$ for every $i\in\{1,2,...,n\}$. Thus, we have: $$(n!)^2=\prod_{i=1}^{n}i(n+1-i)\geq n^n$$

I'll leave proving that we have a strict inequality for $n\geq 2$ to you

0
On

Note that $$\begin{align}n^n\gt (n+1)^{n-1}&\iff n\cdot n^{n-1}\gt (n+1)^{n-1}\\&\iff n\gt \left(\frac{n+1}{n}\right)^{n-1}\\&\iff n\cdot\left(\frac{n+1}{n}\right)\gt \left(\frac{n+1}{n}\right)^{n}\\&\iff n+1\gt\left(1+\frac 1n\right)^{n}.\end{align}$$ By the way, since $$3\gt \left(1+\frac 1n\right)^{n}\ \ \ \ \ (n\gt1),$$ if $n\gt 2$, then the following holds : $$n+1\gt 3\gt \left(1+\frac 1n\right)^{n}.$$ This means that $n^n\gt (n+1)^{n-1}$ holds for $n\gt 2$.

0
On

From your inequality, one can have $$\left(\frac{n+1}{n}\right)^{n-1}<n. $$ Note that $$\left(\frac{n+1}{n}\right)^{n-1}=\frac{\left(\frac{n+1}{n}\right)^{n}}{\frac{n+1}{n}}<\left(\frac{n+1}{n}\right)^{n}$$ and the sequence $\{\left(\frac{n+1}{n}\right)^{n}\}$ is increasing and bounded by $e$. Hence it is easy to see that your inequality holds.

0
On

Here's how we go about it $$ (n!)^2=\prod\limits_{k=1}^{n}k(n+1-k) $$

Let $$ D=k(n+1-k)-n=(n-k)(k-1) $$

Now, $$ D= \left\{ \begin{array}{ll} 0 & \mbox{if } k=1,n\\ 0 & \mbox{if } n=1,2\\ p & p>0 \mbox{ } \forall \mbox{ } k\in(1,n) \mbox{ and } n\neq1,2 \end{array} \right. $$

Taking various values of $k$ between $1$ and $n$, we get $$ \begin{aligned} 1(n) &= n\\ 2(n-1) &> n \\ & \vdots \\ (n-1)(2) &> n \\ n(1) &= n \end{aligned} $$

Multiplying these, we get $$ (n!)^2 \geq n^n $$ with equality holding when $n=1 \text{ or } 2$