Formal power series

From HandWiki
Short description: Infinite sum that is considered independently from any notion of convergence

In mathematics, a formal series is an infinite sum that is considered independently from any notion of convergence, and can be manipulated with the usual algebraic operations on series (addition, subtraction, multiplication, division, partial sums, etc.).

A formal power series is a special kind of formal series, whose terms are of the form axn where xn is the nth power of a variable x (n is a non-negative integer), and a is called the coefficient. Hence, power series can be viewed as a generalization of polynomials, where the number of terms is allowed to be infinite, with no requirements of convergence. Thus, the series may no longer represent a function of its variable, merely a formal sequence of coefficients, in contrast to a power series, which defines a function by taking numerical values for the variable within a radius of convergence. In a formal power series, the xn are used only as position-holders for the coefficients, so that the coefficient of x5 is the fifth term in the sequence. In combinatorics, the method of generating functions uses formal power series to represent numerical sequences and multisets, for instance allowing concise expressions for recursively defined sequences regardless of whether the recursion can be explicitly solved. More generally, formal power series can include series with any finite (or countable) number of variables, and with coefficients in an arbitrary ring.

Rings of formal power series are complete local rings, and this allows using calculus-like methods in the purely algebraic framework of algebraic geometry and commutative algebra. They are analogous in many ways to p-adic integers, which can be defined as formal series of the powers of p.

Introduction

A formal power series can be loosely thought of as an object that is like a polynomial, but with infinitely many terms. Alternatively, for those familiar with power series (or Taylor series), one may think of a formal power series as a power series in which we ignore questions of convergence by not assuming that the variable X denotes any numerical value (not even an unknown value). For example, consider the series

A=13X+5X27X3+9X411X5+.

If we studied this as a power series, its properties would include, for example, that its radius of convergence is 1. However, as a formal power series, we may ignore this completely; all that is relevant is the sequence of coefficients [1, −3, 5, −7, 9, −11, ...]. In other words, a formal power series is an object that just records a sequence of coefficients. It is perfectly acceptable to consider a formal power series with the factorials [1, 1, 2, 6, 24, 120, 720, 5040, ... ] as coefficients, even though the corresponding power series diverges for any nonzero value of X.

Arithmetic on formal power series is carried out by simply pretending that the series are polynomials. For example, if

B=2X+4X3+6X5+,

then we add A and B term by term:

A+B=1X+5X23X3+9X45X5+.

We can multiply formal power series, again just by treating them as polynomials (see in particular Cauchy product):

AB=2X6X2+14X326X4+44X5+.

Notice that each coefficient in the product AB only depends on a finite number of coefficients of A and B. For example, the X5 term is given by

44X5=(1×6X5)+(5X2×4X3)+(9X4×2X).

For this reason, one may multiply formal power series without worrying about the usual questions of absolute, conditional and uniform convergence which arise in dealing with power series in the setting of analysis.

Once we have defined multiplication for formal power series, we can define multiplicative inverses as follows. The multiplicative inverse of a formal power series A is a formal power series C such that AC = 1, provided that such a formal power series exists. It turns out that if A has a multiplicative inverse, it is unique, and we denote it by A−1. Now we can define division of formal power series by defining B/A to be the product BA−1, provided that the inverse of A exists. For example, one can use the definition of multiplication above to verify the familiar formula

11+X=1X+X2X3+X4X5+.

An important operation on formal power series is coefficient extraction. In its most basic form, the coefficient extraction operator [Xn] applied to a formal power series A in one variable extracts the coefficient of the nth power of the variable, so that [X2]A=5 and [X5]A=11. Other examples include

[X3](B)=4,[X2](X+3X2Y3+10Y6)=3Y3,[X2Y3](X+3X2Y3+10Y6)=3,[Xn](11+X)=(1)n,[Xn](X(1X)2)=n.

Similarly, many other operations that are carried out on polynomials can be extended to the formal power series setting, as explained below.

The ring of formal power series

If one considers the set of all formal power series in X with coefficients in a commutative ring R, the elements of this set collectively constitute another ring which is written RX, and called the ring of formal power series in the variable X over R.

Definition of the formal power series ring

One can characterize RX abstractly as the completion of the polynomial ring R[X] equipped with a particular metric. This automatically gives RX the structure of a topological ring (and even of a complete metric space). But the general construction of a completion of a metric space is more involved than what is needed here, and would make formal power series seem more complicated than they are. It is possible to describe RX more explicitly, and define the ring structure and topological structure separately, as follows.

Ring structure

As a set, RX can be constructed as the set R of all infinite sequences of elements of R, indexed by the natural numbers (taken to include 0). Designating a sequence whose term at index n is an by (an), one defines addition of two such sequences by

(an)n+(bn)n=(an+bn)n

and multiplication by

(an)n×(bn)n=(k=0nakbnk)n.

This type of product is called the Cauchy product of the two sequences of coefficients, and is a sort of discrete convolution. With these operations, R becomes a commutative ring with zero element (0,0,0,) and multiplicative identity (1,0,0,).

The product is in fact the same one used to define the product of polynomials in one indeterminate, which suggests using a similar notation. One embeds R into RX by sending any (constant) aR to the sequence (a,0,0,) and designates the sequence (0,1,0,0,) by X; then using the above definitions every sequence with only finitely many nonzero terms can be expressed in terms of these special elements as

(a0,a1,a2,,an,0,0,)=a0+a1X++anXn=i=0naiXi;

these are precisely the polynomials in X. Given this, it is quite natural and convenient to designate a general sequence (an)n by the formal expression iaiXi, even though the latter is not an expression formed by the operations of addition and multiplication defined above (from which only finite sums can be constructed). This notational convention allows reformulation of the above definitions as

(iaiXi)+(ibiXi)=i(ai+bi)Xi

and

(iaiXi)×(ibiXi)=n(k=0nakbnk)Xn.

which is quite convenient, but one must be aware of the distinction between formal summation (a mere convention) and actual addition.

Topological structure

Having stipulated conventionally that

(a0,a1,a2,a3,)=i=0aiXi,

 

 

 

 

(1)

one would like to interpret the right hand side as a well-defined infinite summation. To that end, a notion of convergence in R is defined and a topology on R is constructed. There are several equivalent ways to define the desired topology.

  • We may give R the product topology, where each copy of R is given the discrete topology.
  • We may give R the I-adic topology, where I=(X) is the ideal generated by X, which consists of all sequences whose first term a0 is zero.
  • The desired topology could also be derived from the following metric. The distance between distinct sequences (an),(bn)R, is defined to be d((an),(bn))=2k, where k is the smallest natural number such that akbk; the distance between two equal sequences is of course zero.

Informally, two sequences (an) and (bn) become closer and closer if and only if more and more of their terms agree exactly. Formally, the sequence of partial sums of some infinite summation converges if for every fixed power of X the coefficient stabilizes: there is a point beyond which all further partial sums have the same coefficient. This is clearly the case for the right hand side of (1), regardless of the values an, since inclusion of the term for i=n gives the last (and in fact only) change to the coefficient of Xn. It is also obvious that the limit of the sequence of partial sums is equal to the left hand side.

This topological structure, together with the ring operations described above, form a topological ring. This is called the ring of formal power series over R and is denoted by RX. The topology has the useful property that an infinite summation converges if and only if the sequence of its terms converges to 0, which just means that any fixed power of X occurs in only finitely many terms.

The topological structure allows much more flexible usage of infinite summations. For instance the rule for multiplication can be restated simply as

(iaiXi)×(ibiXi)=i,jaibjXi+j,

since only finitely many terms on the right affect any fixed Xn. Infinite products are also defined by the topological structure; it can be seen that an infinite product converges if and only if the sequence of its factors converges to 1 (in which case the product is nonzero) or infinitely many factors have no constant term (in which case the product is zero).

Alternative topologies

The above topology is the finest topology for which

i=0aiXi

always converges as a summation to the formal power series designated by the same expression, and it often suffices to give a meaning to infinite sums and products, or other kinds of limits that one wishes to use to designate particular formal power series. It can however happen occasionally that one wishes to use a coarser topology, so that certain expressions become convergent that would otherwise diverge. This applies in particular when the base ring R already comes with a topology other than the discrete one, for instance if it is also a ring of formal power series.

In the ring of formal power series Failed to parse (unknown function "\ZXY"): {\displaystyle \ZXY} , the topology of above construction only relates to the indeterminate Y, since the topology that was put on Failed to parse (unknown function "\ZX"): {\displaystyle \ZX} has been replaced by the discrete topology when defining the topology of the whole ring. So

i=0XYi

converges (and its sum can be written as X1Y); however

i=0XiY

would be considered to be divergent, since every term affects the coefficient of Y. This asymmetry disappears if the power series ring in Y is given the product topology where each copy of Failed to parse (unknown function "\ZX"): {\displaystyle \ZX} is given its topology as a ring of formal power series rather than the discrete topology. With this topology, a sequence of elements of Failed to parse (unknown function "\ZXY"): {\displaystyle \ZXY} converges if the coefficient of each power of Y converges to a formal power series in X, a weaker condition than stabilizing entirely. For instance, with this topology, in the second example given above, the coefficient of Yconverges to 11X, so the whole summation converges to Y1X.

This way of defining the topology is in fact the standard one for repeated constructions of rings of formal power series, and gives the same topology as one would get by taking formal power series in all indeterminates at once. In the above example that would mean constructing Failed to parse (unknown function "\ZX"): {\displaystyle \ZX,Y} and here a sequence converges if and only if the coefficient of every monomial XiYj stabilizes. This topology, which is also the I-adic topology, where I=(X,Y) is the ideal generated by X and Y, still enjoys the property that a summation converges if and only if its terms tend to 0.

The same principle could be used to make other divergent limits converge. For instance in Failed to parse (unknown function "\RX"): {\displaystyle \RX} the limit

limn(1+Xn)n

does not exist, so in particular it does not converge to

exp(X)=nXnn!.

This is because for i2 the coefficient (ni)/ni of Xi does not stabilize as n. It does however converge in the usual topology of , and in fact to the coefficient 1i! of exp(X). Therefore, if one would give Failed to parse (unknown function "\RX"): {\displaystyle \RX} the product topology of where the topology of is the usual topology rather than the discrete one, then the above limit would converge to exp(X). This more permissive approach is not however the standard when considering formal power series, as it would lead to convergence considerations that are as subtle as they are in analysis, while the philosophy of formal power series is on the contrary to make convergence questions as trivial as they can possibly be. With this topology it would not be the case that a summation converges if and only if its terms tend to 0.

Universal property

The ring RX may be characterized by the following universal property. If S is a commutative associative algebra over R, if I is an ideal of S such that the I-adic topology on S is complete, and if x is an element of I, then there is a unique Φ:RXS with the following properties:

  • Φ is an R-algebra homomorphism
  • Φ is continuous
  • Φ(X)=x.

Operations on formal power series

One can perform algebraic operations on power series to generate new power series.[1][2] Besides the ring structure operations defined above, we have the following.

Power series raised to powers

For any natural number n we have (k=0akXk)n=m=0cmXm, where c0=a0n,cm=1ma0k=1m(knm+k)akcmk,   m1.

(This formula can only be used if m and a0 are invertible in the ring of coefficients.)

In the case of formal power series with complex coefficients, the complex powers are well defined at least for series f with constant term equal to 1. In this case, fα can be defined either by composition with the binomial series (1+x)α, or by composition with the exponential and the logarithmic series, fα=exp(αlog(f)), or as the solution of the differential equation f(fα)=αfαf with constant term 1, the three definitions being equivalent. The rules of calculus (fα)β=fαβ and fαgα=(fg)α easily follow.

Multiplicative inverse

The series

A=n=0anXnRX

is invertible in RX if and only if its constant coefficient a0 is invertible in R. This condition is necessary, for the following reason: if we suppose that A has an inverse B=b0+b1x+ then the constant term a0b0 of AB is the constant term of the identity series, i.e. it is 1. This condition is also sufficient; we may compute the coefficients of the inverse series B via the explicit recursive formula

b0=1a0,bn=1a0i=1naibni,   n1.

An important special case is that the geometric series formula is valid in RX:

(1X)1=n=0Xn.

If R=K is a field, then a series is invertible if and only if the constant term is non-zero, i.e. if and only if the series is not divisible by X. This means that KX is a discrete valuation ring with uniformizing parameter X.

Division

The computation of a quotient f/g=h

n=0bnXnn=0anXn=n=0cnXn,

assuming the denominator is invertible (that is, a0 is invertible in the ring of scalars), can be performed as a product f and the inverse of g, or directly equating the coefficients in f=gh:

cn=1a0(bnk=1nakcnk).

Extracting coefficients

The coefficient extraction operator applied to a formal power series

f(X)=n=0anXn

in X is written

[Xm]f(X)

and extracts the coefficient of Xm, so that

[Xm]f(X)=[Xm]n=0anXn=am.

Composition

Given formal power series

f(X)=n=1anXn=a1X+a2X2+
g(X)=n=0bnXn=b0+b1X+b2X2+,

one may form the composition

g(f(X))=n=0bn(f(X))n=n=0cnXn,

where the coefficients cn are determined by "expanding out" the powers of f(X):

cn:=k,|j|=nbkaj1aj2ajk.

Here the sum is extended over all (k, j) with k and j+k with |j|:=j1++jk=n.

A more explicit description of these coefficients is provided by Faà di Bruno's formula, at least in the case where the coefficient ring is a field of characteristic 0.

Composition is only valid when f(X) has no constant term, so that each cn depends on only a finite number of coefficients of f(X) and g(X). In other words, the series for g(f(X)) converges in the topology of RX.

Example

Assume that the ring R has characteristic 0 and the nonzero integers are invertible in R. If we denote by exp(X) the formal power series

exp(X)=1+X+X22!+X33!+X44!+,

then the expression

exp(exp(X)1)=1+X+X2+5X36+5X48+

makes perfect sense as a formal power series. However, the statement

exp(exp(X)) =? eexp(exp(X)1) = e+eX+eX2+5eX36+

is not a valid application of the composition operation for formal power series. Rather, it is confusing the notions of convergence in RX and convergence in R; indeed, the ring R may not even contain any number e with the appropriate properties.

Composition inverse

Whenever a formal series

f(X)=kfkXkRX

has f0 = 0 and f1 being an invertible element of R, there exists a series

g(X)=kgkXk

that is the composition inverse of f, meaning that composing f with g gives the series representing the identity function x=0+1x+0x2+0x3+. The coefficients of g may be found recursively by using the above formula for the coefficients of a composition, equating them with those of the composition identity X (that is 1 at degree 1 and 0 at every degree greater than 1). In the case when the coefficient ring is a field of characteristic 0, the Lagrange inversion formula (discussed below) provides a powerful tool to compute the coefficients of g, as well as the coefficients of the (multiplicative) powers of g.

Formal differentiation

Given a formal power series

f=n0anXnRX,

we define its formal derivative, denoted Df or f ′, by

Df=f=n1annXn1.

The symbol D is called the formal differentiation operator. This definition simply mimics term-by-term differentiation of a polynomial.

This operation is R-linear:

D(af+bg)=aDf+bDg

for any a, b in R and any f, g in RX. Additionally, the formal derivative has many of the properties of the usual derivative of calculus. For example, the product rule is valid:

D(fg) = f(Dg)+(Df)g,

and the chain rule works as well:

D(fg)=(Dfg)Dg,

whenever the appropriate compositions of series are defined (see above under composition of series).

Thus, in these respects formal power series behave like Taylor series. Indeed, for the f defined above, we find that

(Dkf)(0)=k!ak,

where Dk denotes the kth formal derivative (that is, the result of formally differentiating k times).

Formal antidifferentiation

If R is a ring with characteristic zero and the nonzero integers are invertible in R, then given a formal power series

f=n0anXnRX,

we define its formal antiderivative or formal indefinite integral by

D1f=f dX=C+n0anXn+1n+1.

for any constant CR.

This operation is R-linear:

D1(af+bg)=aD1f+bD1g

for any a, b in R and any f, g in RX. Additionally, the formal antiderivative has many of the properties of the usual antiderivative of calculus. For example, the formal antiderivative is the right inverse of the formal derivative:

D(D1(f))=f

for any fRX.

Properties

Algebraic properties of the formal power series ring

RX is an associative algebra over R which contains the ring R[X] of polynomials over R; the polynomials correspond to the sequences which end in zeros.

The Jacobson radical of RX is the ideal generated by X and the Jacobson radical of R; this is implied by the element invertibility criterion discussed above.

The maximal ideals of RX all arise from those in R in the following manner: an ideal M of RX is maximal if and only if MR is a maximal ideal of R and M is generated as an ideal by X and MR.

Several algebraic properties of R are inherited by RX:

Topological properties of the formal power series ring

The metric space (RX,d) is complete.

The ring RX is compact if and only if R is finite. This follows from Tychonoff's theorem and the characterisation of the topology on RX as a product topology.

Weierstrass preparation

The ring of formal power series with coefficients in a complete local ring satisfies the Weierstrass preparation theorem.

Applications

Formal power series can be used to solve recurrences occurring in number theory and combinatorics. For an example involving finding a closed form expression for the Fibonacci numbers, see the article on Examples of generating functions.

One can use formal power series to prove several relations familiar from analysis in a purely algebraic setting. Consider for instance the following elements of Failed to parse (unknown function "\QX"): {\displaystyle \QX} :

sin(X):=n0(1)n(2n+1)!X2n+1
cos(X):=n0(1)n(2n)!X2n

Then one can show that

sin2(X)+cos2(X)=1,
Xsin(X)=cos(X),
sin(X+Y)=sin(X)cos(Y)+cos(X)sin(Y).

The last one being valid in the ring Failed to parse (unknown function "\QX"): {\displaystyle \QX, Y.}

For K a field, the ring KX1,,Xr is often used as the "standard, most general" complete local ring over K in algebra.

Interpreting formal power series as functions

In mathematical analysis, every convergent power series defines a function with values in the real or complex numbers. Formal power series over certain special rings can also be interpreted as functions, but one has to be careful with the domain and codomain. Let

f=anXnRX,

and suppose S is a commutative associative algebra over R, I is an ideal in S such that the I-adic topology on S is complete, and x is an element of I. Define:

f(x)=n0anxn.

This series is guaranteed to converge in S given the above assumptions on x. Furthermore, we have

(f+g)(x)=f(x)+g(x)

and

(fg)(x)=f(x)g(x).

Unlike in the case of bona fide functions, these formulas are not definitions but have to be proved.

Since the topology on RX is the (X)-adic topology and RX is complete, we can in particular apply power series to other power series, provided that the arguments don't have constant coefficients (so that they belong to the ideal (X)): f(0), f(X2X) and f((1X)11) are all well defined for any formal power series fRX.

With this formalism, we can give an explicit formula for the multiplicative inverse of a power series f whose constant coefficient a=f(0) is invertible in R:

f1=n0an1(af)n.

If the formal power series g with g(0)=0 is given implicitly by the equation

f(g)=X

where f is a known power series with f(0)=0, then the coefficients of g can be explicitly computed using the Lagrange inversion formula.

Generalizations

Formal Laurent series

The formal Laurent series over a ring R are defined in a similar way to a formal power series, except that we also allow finitely many terms of negative degree. That is, they are the series that can be written as

f=n=NanXn

for some integer N, so that there are only finitely many negative n with an0. (This is different from the classical Laurent series of complex analysis.) For a non-zero formal Laurent series, the minimal integer n such that an0 is called the order of f and is denoted ord(f). (The order of the zero series is +.)

Multiplication of such series can be defined. Indeed, similarly to the definition for formal power series, the coefficient of Xk of two series with respective sequences of coefficients {an} and {bn} is iaibki. This sum has only finitely many nonzero terms because of the assumed vanishing of coefficients at sufficiently negative indices.

The formal Laurent series form the ring of formal Laurent series over R, denoted by R((X)).[lower-alpha 1] It is equal to the localization of the ring RX of formal power series with respect to the set of positive powers of X. If R=K is a field, then K((X)) is in fact a field, which may alternatively be obtained as the field of fractions of the integral domain KX.

As with RX, the ring R((X)) of formal Laurent series may be endowed with the structure of a topological ring by introducing the metric d(f,g)=2ord(fg).

One may define formal differentiation for formal Laurent series in the natural (term-by-term) way. Precisely, the formal derivative of the formal Laurent series f above is f=Df=nnanXn1, which is again a formal Laurent series. If f is a non-constant formal Laurent series and with coefficients in a field of characteristic 0, then one has ord(f)=ord(f)1. However, in general this is not the case since the factor n for the lowest order term could be equal to 0 in R.

Formal residue

Assume that K is a field of characteristic 0. Then the map

D:K((X))K((X))

is a K-derivation that satisfies

kerD=K
imD={fK((X)):[X1]f=0}.

The latter shows that the coefficient of X1 in f is of particular interest; it is called formal residue of f and denoted Res(f). The map

Res:K((X))K

is K-linear, and by the above observation one has an exact sequence

0KK((X))DK((X))ResK0.

Some rules of calculus. As a quite direct consequence of the above definition, and of the rules of formal derivation, one has, for any f,gK((X))

  1. Res(f)=0;
  2. Res(fg)=Res(fg);
  3. Res(f/f)=ord(f),f0;
  4. Res((gf)f)=ord(f)Res(g), if ord(f)>0;
  5. [Xn]f(X)=Res(Xn1f(X)).

Property (i) is part of the exact sequence above. Property (ii) follows from (i) as applied to (fg)=fg+fg. Property (iii): any f can be written in the form f=Xmg, with m=ord(f) and ord(g)=0: then f/f=mX1+g/g. ord(g)=0 implies g is invertible in KXim(D)=ker(Res), whence Res(f/f)=m. Property (iv): Since im(D)=ker(Res), we can write g=g1X1+G, with GK((X)). Consequently, (gf)f=g1f1f+(Gf)f=g1f/f+(Gf) and (iv) follows from (i) and (iii). Property (v) is clear from the definition.

The Lagrange inversion formula

Main page: Lagrange inversion theorem

As mentioned above, any formal series fKX with f0 = 0 and f1 ≠ 0 has a composition inverse gKX. The following relation between the coefficients of gn and fk holds ("Lagrange inversion formula"):

k[Xk]gn=n[Xn]fk.

In particular, for n = 1 and all k ≥ 1,

[Xk]g=1kRes(fk).

Since the proof of the Lagrange inversion formula is a very short computation, it is worth reporting it here. Noting ord(f)=1, we can apply the rules of calculus above, crucially Rule (iv) substituting Xf(X), to get:

k[Xk]gn =(v) kRes(gnXk1) =(iv) kRes(Xnfk1f) =chain Res(Xn(fk)) =(ii) Res((Xn)fk) =chain nRes(Xn1fk) =(v) n[Xn]fk.

Generalizations. One may observe that the above computation can be repeated plainly in more general settings than K((X)): a generalization of the Lagrange inversion formula is already available working in the ((X))-modules Xα((X)), where α is a complex exponent. As a consequence, if f and g are as above, with f1=g1=1, we can relate the complex powers of f / X and g / X: precisely, if α and β are non-zero complex numbers with negative integer sum, m=αβ, then

1α[Xm](fX)α=1β[Xm](gX)β.

For instance, this way one finds the power series for complex powers of the Lambert function.

Power series in several variables

Formal power series in any number of indeterminates (even infinitely many) can be defined. If I is an index set and XI is the set of indeterminates Xi for iI, then a monomial Xα is any finite product of elements of XI (repetitions allowed); a formal power series in XI with coefficients in a ring R is determined by any mapping from the set of monomials Xα to a corresponding coefficient cα, and is denoted αcαXα. The set of all such formal power series is denoted RXI, and it is given a ring structure by defining

(αcαXα)+(αdαXα)=α(cα+dα)Xα

and

(αcαXα)×(βdβXβ)=α,βcαdβXα+β

Topology

The topology on RXI is such that a sequence of its elements converges only if for each monomial Xα the corresponding coefficient stabilizes. If I is finite, then this the J-adic topology, where J is the ideal of RXI generated by all the indeterminates in XI. This does not hold if I is infinite. For example, if I=, then the sequence (fn)n with fn=Xn+Xn+1+Xn+2+ does not converge with respect to any J-adic topology on R, but clearly for each monomial the corresponding coefficient stabilizes.

As remarked above, the topology on a repeated formal power series ring like RXY is usually chosen in such a way that it becomes isomorphic as a topological ring to RX,Y.

Operations

All of the operations defined for series in one variable may be extended to the several variables case.

  • A series is invertible if and only if its constant term is invertible in R.
  • The composition f(g(X)) of two series f and g is defined if f is a series in a single indeterminate, and the constant term of g is zero. For a series f in several indeterminates a form of "composition" can similarly be defined, with as many separate series in the place of g as there are indeterminates.

In the case of the formal derivative, there are now separate partial derivative operators, which differentiate with respect to each of the indeterminates. They all commute with each other.

Universal property

In the several variables case, the universal property characterizing RX1,,Xr becomes the following. If S is a commutative associative algebra over R, if I is an ideal of S such that the I-adic topology on S is complete, and if x1, …, xr are elements of I, then there is a unique map Φ:RX1,,XrS with the following properties:

  • Φ is an R-algebra homomorphism
  • Φ is continuous
  • Φ(Xi) = xi for i = 1, …, r.

Non-commuting variables

The several variable case can be further generalised by taking non-commuting variables Xi for iI, where I is an index set and then a monomial Xα is any word in the XI; a formal power series in XI with coefficients in a ring R is determined by any mapping from the set of monomials Xα to a corresponding coefficient cα, and is denoted αcαXα. The set of all such formal power series is denoted R«XI», and it is given a ring structure by defining addition pointwise

(αcαXα)+(αdαXα)=α(cα+dα)Xα

and multiplication by

(αcαXα)×(αdαXα)=α,βcαdβXαXβ

where · denotes concatenation of words. These formal power series over R form the Magnus ring over R.[3][4]

On a semiring

Given an alphabet Σ and a semiring S. The formal power series over S supported on the language Σ* is denoted by SΣ*. It consists of all mappings r:Σ*S, where Σ* is the free monoid generated by the non-empty set Σ.

The elements of SΣ* can be written as formal sums

r=wΣ*(r,w)w.

where (r,w) denotes the value of r at the word wΣ*. The elements (r,w)S are called the coefficients of r.

For rSΣ* the support of r is the set

supp(r)={wΣ*| (r,w)0}

A series where every coefficient is either 0 or 1 is called the characteristic series of its support.

The subset of SΣ* consisting of all series with a finite support is denoted by SΣ* and called polynomials.

For r1,r2SΣ* and sS, the sum r1+r2 is defined by

(r1+r2,w)=(r1,w)+(r2,w)

The (Cauchy) product r1r2 is defined by

(r1r2,w)=w1w2=w(r1,w1)(r2,w2)

The Hadamard product r1r2 is defined by

(r1r2,w)=(r1,w)(r2,w)

And the products by a scalar sr1 and r1s by

(sr1,w)=s(r1,w) and (r1s,w)=(r1,w)s, respectively.

With these operations (SΣ*,+,,0,ε) and (SΣ*,+,,0,ε) are semirings, where ε is the empty word in Σ*.

These formal power series are used to model the behavior of weighted automata, in theoretical computer science, when the coefficients (r,w) of the series are taken to be the weight of a path with label w in the automata.[5]

Replacing the index set by an ordered abelian group

Main page: Hahn series

Suppose G is an ordered abelian group, meaning an abelian group with a total ordering < respecting the group's addition, so that a<b if and only if a+c<b+c for all c. Let I be a well-ordered subset of G, meaning I contains no infinite descending chain. Consider the set consisting of

iIaiXi

for all such I, with ai in a commutative ring R, where we assume that for any index set, if all of the ai are zero then the sum is zero. Then R((G)) is the ring of formal power series on G; because of the condition that the indexing set be well-ordered the product is well-defined, and we of course assume that two elements which differ by zero are the same. Sometimes the notation RG is used to denote R((G)).[6]

Various properties of R transfer to R((G)). If R is a field, then so is R((G)). If R is an ordered field, we can order R((G)) by setting any element to have the same sign as its leading coefficient, defined as the least element of the index set I associated to a non-zero coefficient. Finally if G is a divisible group and R is a real closed field, then R((G)) is a real closed field, and if R is algebraically closed, then so is R((G)).

This theory is due to Hans Hahn, who also showed that one obtains subfields when the number of (non-zero) terms is bounded by some fixed infinite cardinality.

  • Bell series are used to study the properties of multiplicative arithmetic functions
  • Formal groups are used to define an abstract group law using formal power series
  • Puiseux series are an extension of formal Laurent series, allowing fractional exponents
  • Rational series

See also

  • Ring of restricted power series

Notes

  1. For each nonzero formal Laurent series, the order is an integer (that is, the degrees of the terms are bounded below). But the ring R((X)) contains series of all orders.

References

  1. Zwillinger, Daniel; Moll, Victor Hugo, eds (2015). "0.313" (in en). Table of Integrals, Series, and Products (8 ed.). Academic Press, Inc.. p. 18. ISBN 978-0-12-384933-5.  (Several previous editions as well.)
  2. Niven, Ivan (October 1969). "Formal Power Series". American Mathematical Monthly 76 (8): 871–889. doi:10.1080/00029890.1969.12000359. 
  3. Koch, Helmut (1997). Algebraic Number Theory. Encycl. Math. Sci.. 62 (2nd printing of 1st ed.). Springer-Verlag. p. 167. ISBN 978-3-540-63003-6. 
  4. Moran, Siegfried (1983). The Mathematical Theory of Knots and Braids: An Introduction. North-Holland Mathematics Studies. 82. Elsevier. p. 211. ISBN 978-0-444-86714-8. 
  5. Droste, M., & Kuich, W. (2009). Semirings and Formal Power Series. Handbook of Weighted Automata, 3–28. doi:10.1007/978-3-642-01492-5_1, p. 12
  6. Shamseddine, Khodr; Berz, Martin (2010). "Analysis on the Levi-Civita Field: A Brief Overview". Contemporary Mathematics 508: 215–237. doi:10.1090/conm/508/10002. ISBN 9780821847404. http://www.physics.umanitoba.ca/~khodr/Publications/RS-Overview-offprints.pdf. 
  • Berstel, Jean; Reutenauer, Christophe (2011). Noncommutative rational series with applications. Encyclopedia of Mathematics and Its Applications. 137. Cambridge: Cambridge University Press. ISBN 978-0-521-19022-0. 
  • Nicolas Bourbaki: Algebra, IV, §4. Springer-Verlag 1988.

Further reading

  • W. Kuich. Semirings and formal power series: Their relevance to formal languages and automata theory. In G. Rozenberg and A. Salomaa, editors, Handbook of Formal Languages, volume 1, Chapter 9, pages 609–677. Springer, Berlin, 1997, ISBN:3-540-60420-0
  • Droste, M., & Kuich, W. (2009). Semirings and Formal Power Series. Handbook of Weighted Automata, 3–28. doi:10.1007/978-3-642-01492-5_1
  • Arto Salomaa (1990). "Formal Languages and Power Series". in Jan van Leeuwen. Formal Models and Semantics. Handbook of Theoretical Computer Science. B. Elsevier. pp. 103–132. ISBN 0-444-88074-7.