If we restrict our aim to just a group isomorphism then we can achieve the
following:
Let be a commutative ring, a polynomial ring,
and a polynomial.
Let
be a set function defined by sending to
the tuple representation of the remainder of when divided
by .
Then this function induces an isomorphism of abelian groups:
. Proof idea.
If is a monic polynomial of degree , then
mapping to in is a
is a function from elements of to elements of
. We will call this mapping . It turns out
that this mapping meets the requirements to be a homomorphism of abelian groups
(for the addition operation). A taster of this is that if then , and so the mapping preserves
addition. What is left is to show preservation of the identity and inverses.
We then turn to the homomorphism decomposition theorem: should be
decomposable into a surjective homomorphism followed by an injective
homomorphism to the image. The surjective part is from
to . The injective part is
from this set to .
It turns out that , and so we have
. But
is itself surjective so the codomain is all of
. The function is surjective as every polynomial of degree
less than is its own remainder, and thus fills up the entire codomain
of d-tuples. And so we end up with .
The actual proof is best broken down into some lemmas.
Lemma 1
is a surjective function.
Proof.
is a well-defined function because we can always calculate a
unique remainder of when divided by (shown previously).
is surjective, as every polynomial of degree less than
is its own remainder when divided by , and so for any
element in we can find a polynomial of degree less than
that maps to it. (Remember: itself would require
coordinates to represent.)
Lemma 2
is a abelian group homomorphism.
Proof.
Let . We
must show that:
-
Let . We can write:
for some , unique to
and . Then:
As and , we
have:
as desired.
- , and so .
- TODO!
Proof.
Let . Then .
We know that:
and so is in the ideal generated by . In other notation,
). Thus, .
. Proof.
is a surjective group homomorphism, by Lemma 1 and Lemma 2.
By the first isomorphism theorem for groups, we have:
By Lemma 3, , and so:
as desired.
As a recap, here is the first isomorphism theorem for groups:
First isomorphism theorem for groups
Suppose is a surjective group homomorphism. Then:
and not
Why is the dimension of the vector space and not
? We need coordinates to represent a
polynomial of degree because we also need 1 coordinate for the 0th
term.
. Motivation and proof idea.
One way to construct an isomorphism between and
is to restrict the polynomial ring to only contain
polynomials of degree less than and then
only consider the addition operation. This is a bit pointless, as the now
reduced group is practically identical to
—it just uses etc. as notation
instead of commas that might be used for writing down elements of
.
Another way to restrict ourselves to polynomials of is to "project" all polynomials onto the smaller set of polynomials of
degree less than or equal to . One way to project
onto the set of polynomials of degree less than or equal to is first fix
a polynomial of degree and then map to the
remainder of when divided by . The uniqueness of the
remainder given and insures that this projection is a set
function. What is left to do is show that the function maps the
operation in to the operation in . This is analogous to showing that for integers
is the same as
.