I'm reading the following document. On page 2 we have the following formula:
$$\frac{N!}{(pN)!((1-p)N)!}\sim \frac{N^N}{(pN)^{pN}((1-p)N)^{((1-p)N)}}$$
It seems that $n!$ is being approximated with $n^n$, which is obviously false. However, I guess the following approximation works $\frac{m!}{n!}=\frac{m^m}{n^n}$. Any ideas why?