4

Is there an elementary proof that $x^x \geq x!$ for natural numbers $x$? I am not looking for a heuristic argument such as the one that there are $x$ terms in $x^x$ and $x!$ and since almost every term in $x \times x \times .... \times x$ is greater than almost every term in $x(x-1)(x-2)...(1)$, then $x^x \geq x!$

3 Answers3

6

For $n=1$ is valid. $$1!\leq 1^1$$ Assume for $n$ is valid: $$n!\leq n^n$$

Multiply by $n+1$ both sides

$$(n+1)!\leq n^n(n+1)\leq(n+1)^n(n+1)=(n+1)^{n+1}$$

The last step is because if $n\leq n+1$ then $n^n\leq (n+1)^n$

rlartiga
  • 4,205
  • 1
  • 14
  • 24
5

Hint: Prove that $\ln \, x^x \geq \ln x!$ (for $x\geq 0.$)

Edit Since $\ln x \geq \ln i,$ for $i \leq x,$ we have $$ \ln x+\ln x +\cdots \text{ ($x$ times total)}+\ldots \geq \ln 1 +\cdots \ln x, $$ or $$x \ln x \geq \sum_{i=1}^x \ln i=\ln x!.$$

Leox
  • 8,120
4

I really wouldn't call the argument you mention "heuristic." Simply note that $$\dfrac{n^n}{n!}=\frac{n}{n} \frac{n}{n-1} \frac{n}{n-2}\cdots \frac{n}{2} \frac{n}{1}\geq 1$$ This is because every term in the product is larger than or equal to 1.

Matt Samuel
  • 58,164