I'm quite new to Analytic NT, so was wondering if the following is true, and beyond being obviously true, how could we prove it rigorously line-by-line?
The function they use to "modulate the product" (which normally diverges to zero) is $\ln n$. And the constant they get is $\gt 1/2$. Then to me, it's obviously true that if we used the function $n^2 -1$ in place of $\ln n$ that either:
- The constant approached in the limit is easily $\gt 1/2$.
- Or, the limit approached is $\infty$.
But I have no idea how to "work with asymptotics". This seems like it would be an easy exercise. Do we even need a proof for it?
I'd really like to know how to work with the limits involved.
\begin{align} \lim_{n\to\infty}(n^2-1)\prod_{p\le n}\left(1-\frac{1}{p}\right) &= \lim_{n\to\infty}\frac{n^2-1}{\log n}\log n\prod_{p\le n}\left(1-\frac{1}{p}\right)\\ &=\lim_{n\to\infty}\frac{n^2-1}{\log n}\cdot\lim_{n\to\infty}\log n\prod_{p\le n}\left(1-\frac{1}{p}\right)\\ &=e^{-\gamma}\lim_{n\to\infty}\frac{n^2-1}{\log n} = \infty \end{align}
From this proof is easy to see that if you change $\log n$ by any function that grows even slightly faster than $\log n$ (for example $\log n\cdot \log\log n$) the limit will be infinite.