Composition ring

From HandWiki

In mathematics, a composition ring, introduced in (Adler 1962), is a commutative ring (R, 0, +, −, ·), possibly without an identity 1 (see non-unital ring), together with an operation

[math]\displaystyle{ \circ: R \times R \rightarrow R }[/math]

such that, for any three elements [math]\displaystyle{ f,g,h\in R }[/math] one has

  1. [math]\displaystyle{ (f+g)\circ h=(f\circ h)+(g\circ h) }[/math]
  2. [math]\displaystyle{ (f\cdot g)\circ h = (f\circ h)\cdot (g\circ h) }[/math]
  3. [math]\displaystyle{ (f\circ g)\circ h = f\circ (g\circ h). }[/math]

It is not generally the case that [math]\displaystyle{ f\circ g=g\circ f }[/math], nor is it generally the case that [math]\displaystyle{ f\circ (g+h) }[/math] (or [math]\displaystyle{ f\circ (g\cdot h) }[/math]) has any algebraic relationship to [math]\displaystyle{ f\circ g }[/math] and [math]\displaystyle{ f\circ h }[/math].

Examples

There are a few ways to make a commutative ring R into a composition ring without introducing anything new.

  • Composition may be defined by [math]\displaystyle{ f\circ g=0 }[/math] for all f,g. The resulting composition ring is rather uninteresting.
  • Composition may be defined by [math]\displaystyle{ f\circ g=f }[/math] for all f,g. This is the composition rule for constant functions.
  • If R is a boolean ring, then multiplication may double as composition: [math]\displaystyle{ f\circ g=fg }[/math] for all f,g.

More interesting examples can be formed by defining a composition on another ring constructed from R.

  • The polynomial ring R[X] is a composition ring where [math]\displaystyle{ (f\circ g) (x)=f(g(x)) }[/math] for all [math]\displaystyle{ f, g \in R }[/math].
  • The formal power series ring R[[X]] also has a substitution operation, but it is only defined if the series g being substituted has zero constant term (if not, the constant term of the result would be given by an infinite series with arbitrary coefficients). Therefore, the subset of R[[X]] formed by power series with zero constant coefficient can be made into a composition ring with composition given by the same substitution rule as for polynomials. Since nonzero constant series are absent, this composition ring does not have a multiplicative unit.
  • If R is an integral domain, the field R(X) of rational functions also has a substitution operation derived from that of polynomials: substituting a fraction g1/g2 for X into a polynomial of degree n gives a rational function with denominator [math]\displaystyle{ g_2^n }[/math], and substituting into a fraction is given by
[math]\displaystyle{ \frac{f_1}{f_2}\circ g=\frac{f_1\circ g}{f_2\circ g}. }[/math]
However, as for formal power series, the composition cannot always be defined when the right operand g is a constant: in the formula given the denominator [math]\displaystyle{ f_2\circ g }[/math] should not be identically zero. One must therefore restrict to a subring of R(X) to have a well-defined composition operation; a suitable subring is given by the rational functions of which the numerator has zero constant term, but the denominator has nonzero constant term. Again this composition ring has no multiplicative unit; if R is a field, it is in fact a subring of the formal power series example.
  • The set of all functions from R to R under pointwise addition and multiplication, and with [math]\displaystyle{ \circ }[/math] given by composition of functions, is a composition ring. There are numerous variations of this idea, such as the ring of continuous, smooth, holomorphic, or polynomial functions from a ring to itself, when these concepts makes sense.

For a concrete example take the ring [math]\displaystyle{ {\mathbb Z}[x] }[/math], considered as the ring of polynomial maps from the integers to itself. A ring endomorphism

[math]\displaystyle{ F:{\mathbb Z}[x]\rightarrow{\mathbb Z}[x] }[/math]

of [math]\displaystyle{ {\mathbb Z}[x] }[/math] is determined by the image under [math]\displaystyle{ F }[/math] of the variable [math]\displaystyle{ x }[/math], which we denote by

[math]\displaystyle{ f=F(x) }[/math]

and this image [math]\displaystyle{ f }[/math] can be any element of [math]\displaystyle{ {\mathbb Z}[x] }[/math]. Therefore, one may consider the elements [math]\displaystyle{ f\in{\mathbb Z}[x] }[/math] as endomorphisms and assign [math]\displaystyle{ \circ:{\mathbb Z}[x]\times{\mathbb Z}[x]\rightarrow{\mathbb Z}[x] }[/math], accordingly. One easily verifies that [math]\displaystyle{ {\mathbb Z}[x] }[/math] satisfies the above axioms. For example, one has

[math]\displaystyle{ (x^2+3x+5)\circ(x-2)=(x-2)^2+3(x-2)+5=x^2-x+3. }[/math]

This example is isomorphic to the given example for R[X] with R equal to [math]\displaystyle{ \mathbb Z }[/math], and also to the subring of all functions [math]\displaystyle{ \mathbb Z\to\mathbb Z }[/math] formed by the polynomial functions.

See also

References