If an integer $n>1$ has prime factorization $n=p_1^{k_1}p_2^{k_2}p_3^{k_3}\cdots p_r^{k_r}$ which of the following are true?
- $\sum_{d|n}\mu(d)\tau(d)=1$
- $\sum_{d|n}\mu(d)\tau(d)=p_1p_2\cdots p_r$
- $\sum_{d|n}\frac{\mu(d)}{d}=\sum_{i=1}^{r}\left( 1-\frac{1}{p_i}\right)$
- $\sum_{d|n}\mu(d)d=\prod_{i=1}^{r}(1-p_i)$
using $\phi(n)=n\sum_{d|n}\frac{\mu(d)}{d}$ I can show that 3 is not true. But for the rest I don't have any idea. I think we have to use Mobius Inversion formula, but don't know how? Any help please. Thanks.