Friday, November 13, 2015

calculus - How to prove that $e = lim_{n to infty} (sqrt[n]{n})^{pi(n)} = lim_{n to infty} sqrt[n]{n#} $?

While reading this post, I stumbled across these definitions (Wiki_german)


$$e = \lim_{n \to \infty} \sqrt[n]{n\#}$$


and


$$e = \lim_{n \to \infty} (\sqrt[n]{n})^{\pi(n)}.$$


The last one seems interesting, since $ \lim_{n \to \infty} (\sqrt[n]{n})=1$, proven here.



How to prove these?

No comments:

Post a Comment

analysis - Injection, making bijection

I have injection $f \colon A \rightarrow B$ and I want to get bijection. Can I just resting codomain to $f(A)$? I know that every function i...