Let $k$ be a field of characteristic $0$. For $j \ge 0$, let $p_j = t_1^j + \dots + t_n^j \in k[t_1, \dots, t_n]$. Prove that $p_1, \dots, p_n$ generate the $k$-algebra of symmetric polynomials in $k[t_1, \dots, t_n]$, and are algebraically independent over $k$.
As to what I've tried so far, I've messed around with the Newton identities, but they haven't really got me anywhere. Am I going up the right alley? Or is there some other approach I should be taking?
There is a theorem which says that the ring of symmetric polynomials is just $k[\sigma_1, \dots \sigma_n]$, where $\sigma_i$ are the elementary symmetric polynomials. So you need to show that $\sigma_i \in k[p_1, \dots,p_n]$ for every $1 \leq i \leq n$. $\sigma_1$ is definitely there. $p_1^2 = p_2 + (1+1)\sigma_2$, so we can write $\sigma_1 = (p_1^2 - p_2) / (1+1)$, since the characteristic of $k$ is $0$. Likewise using some induction you can show that every $\sigma_i$ is in the $k$ module generated by all the symmetric polynomials constructed on the previous step.
Edit : It's easier then I thought. The inductive hypothesis is that $k[\sigma_1, \dots, \sigma_i] = k[p_1,\dots,p_i]$. Then as the theorem says that $p_{i+1} \in k[\sigma_1, \dots,\sigma_n]$ or actually in $k[\sigma_1, \dots , \sigma_{i+1}]$, because the rest are of higher order. So $p_{i+1} = a\sigma_{i+1} + g(\sigma_1, \dots, \sigma_i)$, where $g \in k[t_1, \dots, t_i]$ and $a \neq 0$. By the inductive hypothesis $g(\sigma_1, \dots, \sigma_i) \in k[p_1, \dots, p_i]$, so $\sigma_{i+1} \in k[p_1, \dots, p_{i+1}]$.