Polynomial rings
When polynomials are viewed as a type of notational container, they can be seen to have a ring structure.
Polynomial
A polynomial is a combination of "powers" of an indeterminate
or
We require that there is an
Two polynomials are considered equal if all coefficients are equal.
The meaning of the operation
Notation
The set of polynomials with indeterminate
Polynomials as rings
A polynomial
Polynomial rings can be generalized and be considered instances of monoid rings.
Addition and multiplication
Let
Then we define addition,
and multiplication,
Note that multiplication has a convolution-like feel, which is discussed further below.
Ring of "Sequences"
Monoid rings feel like sequences of objects (or placeholders for objects). The objects are elements of a ring, which I'll call the inner-ring. And so, there is a natural way to add two sequences by simply delegating elementwise to the objects in the sequence. The placeholder analogy is nice as it encourages the visual of the placeholders being sometimes empty (containing the identity element of the inner-ring); and in fact, for polynomials, we will assert that only finite many placeholders are allowed to be non-empty.
As well as sequence addition, there is sequence multiplication. Sequence multiplication also delegates to the multiplication operation of the inner-ring; however, it does in a sort of convolution. What is somewhat magic is that this way of defining sequence multiplication allows the sequences themselves to form a ring.
Non-integer indexing
The sense of a sequence of placeholders, which evokes the sense
of indexing with natural numbers, can be relaxed so that the "indexing" is
done by a monoid: a set with an associative operation and an identity
element. The convolution-like behaviour of the placeholder "sequence"
multiplication is then less of a drag-and-flip
behaviour and is instead powered by working backwards through the preimage
of the monoid operation. Jumping back to indexing with natural numbers while
holding on to the monoid viewpoint, we would see that the preimage of say
5 through the operation of
Polynomials as infinite dimensional vectors
If the monoid used for "indexing" has infinite elements, such as if it is
Don't forget the outer addition
The above discussion treats polynomials as simply notation. But in a polynomial all elements of the sequence are then added together—an infinite sum. A notation only perspective doesn't survive this sum, as the whole sequence can reduce to a single real.