I am not a mathematician but I stumbled across the following formula when I was reading about binomial distribution in statistics.
$$N(N-1)...(N-n+1)\approx N^n$$ If $$n<<N$$ Could anyone please provide me with the theoretical derivation of the above equation?
It is a little bit ambiguous. I guess what they really mean is that :
when n is given, then
$N(N-1)...(N-n+1) \underset{N \rightarrow \infty}{\sim} N^n$
which means that $\lim\limits_{N \rightarrow +\infty}\frac{N^n}{N(N-1)...(N-n+1)}=1$
You can prove it by writting :
$1<\frac{N^n}{N(N-1)...(N-n+1)}<\frac{N^n}{(N-n+1)^n}=(\frac{N}{N-n+1})^n$
and $\lim\limits_{N \rightarrow +\infty} \frac{N}{N-n+1}=1$
so, $\lim\limits_{N \rightarrow +\infty} (\frac{N}{N-n+1})^n=1$