I'm trying to proof the following statement:
Let $n \in \mathbb{Z}$ and the $\sum$ are on the divisors $d$ of $n$. Show that $$\sum\limits_{d|n} \sigma(d) = n \sum\limits_{d|n} {\tau(d) \over d}.$$
I arrive to a point where I have a product of polynomials and I can't simply find a way to reorder the factors in order to resemble some kind of useful structure for this problem. Any suggestions?
EDIT: due to unsuscribe of user593746, I can't ask delucidation, so I reopen the question because I wish to have detailed delucidation on the passages on the first row of his good proof (summatory index manipulations and t outside the first sum):
We have $$\sum_{d\mid n}\sigma(d)=\sum_{d\mid n}\sum_{t\mid d}t=\sum_{t\mid n}\sum_{k\mid \frac{n}{t}}t=\sum_{t\mid n}t\sum_{k\mid \frac{n}t}1,$$ where $k=\frac{d}{t}$. So $$\sum_{d\mid n}\sigma(d)=\sum_{t\mid n}t\tau\left(\frac{n}t\right)=\sum_{\delta \mid n}\frac{n}{\delta}\tau(\delta)=n\sum_{\delta\mid n}\frac{\tau(\delta)}{\delta},$$ where $\delta =\frac{n}{t}$.
Here is a derivation with some intermediate steps which might be helpful.
Comment:
In (1) we use the definition of the divisor function $\sigma(d)=\sum_{t| d}t$.
In (2) we write the index region somewhat more compactly. This does not change the sum, as it is only a rearrangement of the summands.
In (3) we use $t|d \Longleftrightarrow \exists k\geq 1 : tk=d$, assuming $t,d,k$ are positive integers.
In (4) we use the transitivity of the $|$ operator: $t| d| n\Longrightarrow t|n$ and we also use $t \cdot k| n\Longleftrightarrow t | \frac{n}{k}$.
In (5) we rearrange the summands again by summing at first over $t| n$. We also factor out $t$ from the inner sum, since $t$ does not depend on the index variable $k$.