I am currently reading Vaughan's book 'The Hardy-Littlewood method' and am working on exercise 3.3 (page 37). I have tried working through a special case but that didn't help either. More concretely, I failed to show that
\begin{align} \sum_{q=1}^{\infty} \frac{(-1)^{q+1}\mu(q)}{\phi(q)^2} \ge 1, \end{align} , here $\phi$ is the Euler-Phi function and $\mu$ is the Möbius function. I have tried taking the first two terms (which form the bulk of the sum) and then estimate the rest of the sum using Cauchy-Schwarz and the lower bound for $\phi$, but it gets very messy. Is there a pretty solution? (Some numerical calculations suggest that the sum converges to $\sim 1.3$)
Edit: Proving convergence is easy, just use that $\phi(n) \gg n^{1-\delta}$ for all $\delta>0$. The difficulty is now in calculating the exact value (or approximate it in some way).
We note that we can also write our sum as (using absolute convergence and Euler factorization since $\mu(q)$ and $\phi(q)$ are multiplicative.
\begin{align} &\sum_{q \text{ odd }} \frac{\mu(q)}{\phi(q)^2}- \sum_{q \text{ even }} \frac{\mu(q)} {\phi(q)^2}, \\&=\prod_{p>2} \left(1+\frac{\mu(p)}{\phi(p)^2}+\frac{\mu(p^2)}{\phi(p^2)^2} +\cdots \right)-\frac{\mu(2)}{\phi(2)} \prod_{p>2} \left(1+\frac{\mu(p)}{\phi(p)^2}+\frac{\mu(p^2)}{\phi(p^2)^2} +\cdots \right),\\ &=\prod_{p>2} \left(1-\frac{1}{(p-1)^2} \right)+ \prod_{p>2} \left(1-\frac{1}{(p-1)^2} \right),\\ &=2 \prod_{p>2} \left(1-\frac{1}{(p-1)^2} \right), \end{align} This looks alot more managable already, now I would like to do something as in https://math.stackexchange.com/a/84721/45878.