Let $\xi=e^{ \frac{2 \pi i}{n}}$. Prove the following:
i) $$x^{n}-1= (x-1)(x- \xi)....(x- \xi^{n-1}).$$ And if $n$ is odd, then $$x^{n}+1= (x+1)(x+\xi)....(x+\xi^{n-1}).$$
ii) For $a$ and $b$ numbers, prove that
$$a^n-b^b=(a-b)(a- \xi b)....(a-\xi^{n-1}b),$$ and if $n$ is odd, then
$$a^n+b^b=(a+b)(a+\xi b)....(a+\xi^{n-1}b).$$
For $i$ I will use the following result in Rotman´s book:
Let $k$ be any field, perhaps finite. If $f (x), g(x) ∈ k[x]$, if $deg( f ) ≤ deg(g) ≤ n$, and if $f (a) = g(a)$ for $n + 1$ elements $a ∈ k$, then $f (x) = g(x).$
So in order to prove the first equality in (i) I must show that $x^{n}-1$ and $(x-1)(x- \xi)....(x- \xi^{n-1})$ share $n+1$ values. By other exercise is not hard to show that $z=1, z= \rho, z= \rho ^2,...,z= \rho^{n-1}$ are all the different solutions of $z^n=1$. So this gives me $n$ different shared values for both equations, but Rotman's result needs one more shared value to work. How I can find this other value?
For (ii) I'm not sure how to attack this problem; the only hint I got is to set $x = a/b$ if $b \neq 0$. But I do not really know how this helps. Any help with these two proofs will be appreciated. Thank you.