Let be a single element set. For every set , there exists exactly one function .
Trivial. the only function is the one that takes each to .
Ring
A ring is a triple where is an abelian group with identity and is a monoid with identity .
Morover, there are two way distributive laws .
The cartesian product of rings with addition and multiplication being element-wise on the tuples, also forms a ring.
A ring is commutative if is a commutative monoid.
Ring homomorphisms
let be a function from ring to ring . is a ring homomorphism if:
(this one needs to be defined, cant be extracted as a result cause multiplication on a ring is a monoid. to prove that one uses the inverse available in the addition group, we don't have that luxury in the multiplication monoid).
Polynomial rings
let be the monoid of natural number tuples, with addition (defined as element-wise addition on tuples). define the set of functions from where is a commutative ring, with finite support:
where we have addition and multiplication on :
Closure of addition and multiplication in polynomial rings
For , both and are in .
Let , which is finite by definition.
For addition: If , then either or . Thus
which is finite.
For multiplication: If , then there exist with , , and . Hence
Since are finite, so is . Therefore .
Polynomial ring multiplication forms a commutative monoid
Multiplication in is associative, commutative, and has an identity element .
Associativity:
Rearranging the addition (abelian group) and using associativity in ,
Similarly,
so multiplication is associative.
Commutativity:
Identity: Define by and otherwise. Then
but only the term contributes, yielding . Thus is the identity.
Polynomial ring addition forms an abelian group
With addition defined as above (pointwise), is an abelian group.
Associativity/commutativity: Directly inherited from .
Identity: The zero polynomial defined by for all is the additive identity.
Inverses: For , define (additive inverse in ). Then .
Thus is an abelian group.
The ring of polynomials is itself a ring
Let be a commutative ring, and be the polynomial ring over as defined in Polynomial rings . Then is itself a commutative ring.
Note: Now you may be wondering where are my good old ring of polynomials as expressions well, there is a natural isomorphism from to and I'll leave it to the reader to construct this classical polynomial ring and to find the isomorphism. hint: start with an empty expression, and then for any whenever (the support of p) "add" (as defined in the polynomial expression ring) the term to the expression. Since we have a finite support set, we will get a finite polynomial expression. Bijectivity comes from the idea that every is fully defined by its support and the image of its support in the ring, and hence induces a unique expression in proving homomorphicity is straightforward but calculative in the sense of writing a good amount of algebraic equations, and that's not really my style.