The $n$th cyclotomic polynomial can be expressed via the Mobius function as follows: $$\Phi_n(x) = \prod_{\substack{1\le d\le n\\d\mid n}}(x^d - 1)^{\mu(\frac{n}{d})}$$ In every reference I have encountered, the cyclotomic polynomials are defined in terms of roots of unity. It seems, though, that there are quite a few things one can say about cyclotomic polynomials that have nothing to do with roots of unity. Is it possible to sidestep this by taking the above as a definition? Can one, say, using the above, show that:
- $\Phi_n$ is monic with integer coefficients
- the degree of $\Phi_n$ is $\phi(n)$
- the above expression is in fact a polynomial
- $x^n - 1 = \displaystyle\prod_{\substack{1\le d\le n\\ d\mid n}}\Phi_d(x)$
I'm not asking for proofs of the above statements; I'm merely asking if the display works as a definition.