I am doing some exercises on number theory on multiplicative number theoretic functions and I have some problems with the multiplication on sums like the sum $\sum_{d\mid n}(\tau(d))^2$ where $d$ is a divisor of $n$ and the sums like:
$$\sum_{d\mid n}τ(d)^3$$
same thing except that the function $\tau$ is on $3$rd power..I have to prove that:
$$(\sum_{d\mid n}\tau(d))^2=\sum_{d \mid n}\tau(d)^3$$
where the $\tau(n)$ is the number of positive divisors of $n$ (and where the sums range over all positive divisors $d$ of $n$).