Is the limit $$\lim_{n→0} {n!\over{n^n}} $$ equal to $1$?
My proof attempt.
$${0!\over{0^0}} =\frac 1 1 =1.$$
Am I right? Please correct me if I am wrong.
Is the limit $$\lim_{n→0} {n!\over{n^n}} $$ equal to $1$?
My proof attempt.
$${0!\over{0^0}} =\frac 1 1 =1.$$
Am I right? Please correct me if I am wrong.
Saying that $0^0 = 1$ is wrong in general, and also $x^x$ is not clearly define for $x<0$, I assume you mean the limit $$ \lim_{x\to 0^+} \dfrac{x!}{x^x} $$ Moreover you have to define what $n!$ is when $n$ is not an integer.
Using the gamma function as extension of the factorial for non-integer: $$ \Gamma(z):= \int_0^{+\infty} t^{z-1}\cdot e^{-t}\;dt$$ For each $n\in\mathbb{N}$: $\Gamma(n+1) = n!$, in particular (useful later) $\Gamma(1) = 0! = 1$.
Then knowing that $\Gamma(z)$ is continuous for $z>0$ and that $\lim_{x\to 0^+} x^x = 1$ (see: Stack Question ), you get
$$ \lim_{x\to 0^+} \dfrac{x!}{x^x} = \lim_{x\to 0^+} \dfrac{\Gamma(x+1)}{x^x} = \dfrac{\lim_{x\to 0^+} \Gamma(x+1)}{\lim_{x\to 0^+} x^x} = \dfrac{\Gamma(1)}{1} = 1. $$