Prove that ifhas
solutions
, there is a polynomial
such that
.
I feel that I need to somehow show that there is a polynomialsuch that
and that
has solutions
, but I don't know start from there and finish the proof using induction.
Printable View
Prove that ifhas
solutions
, there is a polynomial
such that
.
I feel that I need to somehow show that there is a polynomialsuch that
and that
has solutions
, but I don't know start from there and finish the proof using induction.
We proceed by induction on the degree of. If
has degree 1, there is nothing to show because it is already in the form
. So suppose it holds for all polynomials having degree
. Let
be of degree
, and suppose
is a solution. Then
. So we have
whereis of degree
. Now use the fact that
is prime to show that any other roots of
must in fact be roots of
, and apply the induction hypothesis to obtain the desired factorization for
.
Hope that helps!