Two versions of the same idea: unique polynomial division.
Let be a ring, be a polynomial ring and let be polynomials, with being a monic
polynomial.
Then there exists a unique pair of polynomials where such that:
In terms of cosets:
Let be a ring, be a polynomial ring and let be polynomials, with being a monic
polynomial.
Then there exists a unique polynomial where
such that:
These theorems rely on a lemma showing polynomial long division to be
unique when is monic. Can you remember the
proof?
The generator notation is used to denote the
ideal generated by .
Long division is unique. Proof.
Let be a ring, be a polynomial ring and let be polynomials, with being a monic
polynomial. Suppose that there exist polynomials such that and
are less than
and that:
Our goal is to show that must be equal to and that
must be equal to .
Rearranging, we have:
Proof by contradiction: assume that . being monic
means that the LHS has degree greater than , which is a contradiction,
as the RHS is asserted to have degree less than .
So and .
Note how the above proof required to be monic.
Why monic? Continued.
Having the multiplicative identity in the leading coefficient ensures that
the leading coefficient is not a zero divisor. In fact, it seems that any unit
should be fine. Having a non-zero divisor ensures that the remainder has degree
strictly less than the degree of . If and , then and is a valid solution, but
has degree equal to the degree of . This is a problem because we will
rely on recusion with decreasing degree to prove subsequent results.