Let $g \in \mathbb{C}[x]$ and $\omega \in \mathbb{C}$. Then:
$\overline{g(\omega)} = \overline{g}(\overline{\omega})$
If $g \in \mathbb{R}[x]$, then $\overline{g} = g$.
Let $g \in \mathbb{R}[x]$ and $g(w) = 0$. Then $g(\overline{w}) = 0$.
(2) is quite obvious, since $z \in \mathbb{R} \Rightarrow z = \overline{z}$. However, I don't understand (1) and (3).
$\omega$ is a variable $\in \mathbb{C}$. So we plug some value in $\omega$ and then we find its conjugate and finally we calculate the value $g(\overline{w})$, right?
In general, I want to prove that in $\mathbb{R}[x]$ every polynomial can be expanded in product of polynomials, where degree of each polynomial $\leq 2$.
I know I have to use lemmas (1), (2), (3) and Fundamental theorem of algebra.
There are 3 cases to prove:
- $\deg f \leq 2$. Trivial. Proven.
- $\deg f > 2$ and $f$ has root $a \in R$. Then by Bezout's theorem $f = (x - a)q(x)$, where $\deg q = \deg f - 1$. Then I can apply induction on q, until it has no more real roots. Then I should use lemmas (1), (2), (3) and Fundamental theorem of algebra to say something about complex roots, but I stuck here.
- $\deg f > 2$ and $f$ has no real roots, and again repeat steps from (2) case.
Can you help me to prove the (1) and (3) lemmas and finish the theorem about polynomial expansion?