A note I'm reading currently (the note itself deals with a novel way of estimating the number of square-free integers up to, say, $z$) uses without proof the following estimates:
(i) If $f(n)=n^2\prod_{p|n}(1-\frac{1}{p^2})$, then $\sum_{d|n}f(d)=n^2$
(ii) $\zeta(2)-\frac{1}{z}\leq \sum_{n\leq z}\frac{\mu(n)^2}{f(n)}\leq\zeta(2)$.
I can't figure out a way to obtain any of these estimates. Are they even related to each other in some way? I would appreciate any help. Thank you.
If $h(n) = \frac{f(n)}{n^2} = \prod_{p | n} h(p)$ then $h(n)$ is multiplicative, so that $f(n)=h(n)n^2$ and $g(n) = \frac{\mu(n)^2}{f(n)}$ are multiplicative too.
Thus, since $g(p)=\frac{\mu(p)^2}{f(p)} = \frac{1}{p^2-1}$ $$\sum_{n=1}^\infty g(n)= \prod_p (1+\sum_{k \ge 1}g(p^k)) = \prod_p (1+\frac{1}{p^2-1}) = \prod_p \frac{1}{1-\frac{1}{p^2}} = \zeta(2)$$
i.e. $$\sum_{n \le x} g(n) \le \zeta(2)$$
Then for the lower bound, you have to show that $\sum_{n=k}^\infty g(n) \le \int_k^\infty \frac{dt}{t^2} = \frac{1}{k}$ $\color{red}{\text{I have no idea how}}$