Jump to content

Formal power series

From Wikipedia, the free encyclopedia

This is an old revision of this page, as edited by AxelBoldt (talk | contribs) at 17:44, 30 June 2002. The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)

Formal power series are devices in mathematics which allow to employ much of the analytical machinery of power series in settings which don't have natural notions of "convergence". They are also useful in order to find closed formulas for recursively defined sequences; this is known as the method of generating functions.

We start with a commutative ring R. We want to define the ring of formal power series over R in the variable X, denoted by R[[X]]; each element of this ring can be written in a unique way as an infinite sum of the form ∑n≥0 an Xn where the coefficients an are elements of R. R[[X]] is actually a topological ring so that this infinite sum is well-defined. The addition and multiplications of such sums follow the usual laws of power series.

Formal construction

Start with the set RN of all infinite sequences in R. Define addition of two such sequences by

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

and multiplication by

(an) (bn) = (∑0≤kn ak bn-k)

(compare convolution). This turns RN into a commutative ring with multiplicative identity (1,0,0,...). We identify the element a of R with the sequence (a,0,0,...) and define X := (0,1,0,0,...). Then every element of RN of the form (a0, a1, a2,...,aN,0,0,...) can be written as the finite sum

0≤nN an Xn.

In order to extend this expansion to infinite series, we need a metric on RN. We define d((an), (bn)) = 2-k, where k is the smallest natural number such that akbk (if there is no such k, then the two sequences are the same and we define their distance to be zero). This is a metric which turns RN into a topological ring, and the equation

(an) = ∑n≥0 an Xn

can now be rigorously proven using the notion of convergence arising from d; in fact, any rearrangement of the series converges to the same value.

This topological ring is the ring of formal power series over R and is denoted by R[[X]].

Properties

R[[X]] 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 geometric series formula is valid in R[[X]]:

(1 - X)-1 = ∑n≥0 Xn

An element ∑ an Xn of R[[X]] is invertible if and only if a0 is invertible in R. This implies that the Jacobson radical of R[[X]] is the ideal generated by X and the Jacobson radical of R.

The maximal ideals of R[[X]] all arise from those in R in the following manner: an ideal M of R[[X]] 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 R[[X]]:

The metric space (R[[X]], d) is complete. The topology on R[[X]] is equal to the product topology on RN when R is equipped with the discrete topology. It follows that R[[X]] is compact if and ony if R is finite. The topology on R[[X]] can also be seen as the I-adic topology, where I = (X) is the ideal generated by X (which consists of all formal power series whose zeroth coefficient is zero).

Formal power series as functions

In analysis, every convergenet power series defines a function with values in the real or complex numbers. Formal power series can also be interpreted as functions, but one has to be careful with the domain and codomain. If f=∑an Xn is an element of R[[X]], 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 u is an element of I, then we can define

f(u) = ∑φ(an) un.

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

(f+g)(u) = f(u) + g(u)

and

(fg)(u) = f(u) g(u)

(unlike in the case of functions, these formulas are not definitions but have to be proved).

Since the topology on R[[X]] is the (X)-adic topology and R[[X]] is complete, we can in particular apply power series to other power series, provided that the arguments don't have constant coefficients.


Power series in serveral variables

To define the ring R[[X1,...,Xr]] of formal power series in r variables, we start with the set RNr of all functions from Nr to R. Two such functions f and g are added by

(f + g)(n) = f(n) + g(n)   for all n in Nr

and multiplied by

(fg)(n) = ∑m+k=n f(m)g(k)   for all n in Nr

where the sum extends over the (finitely many) pairs of elements of Nr which add up to n. We then have constructed a commutative ring; let's call it S for now.

Define elements e1=(1,0,...,0), e2=(0,1,...,0), ..., er=(0,0,...,1) in Nr and define elements X1,...,Xr in S by

Xi(ei) = 1    and    Xi(n) = 0    for nei.

Let I be the ideal in S generated by X1,...,Xr and equip S with the I-adic topology. For n=(n1,...,nr)∈Nr, we write Xn = X1n1...Xrnr. Then every element of S can be written in a unique way as a sum

n an Xn

where the sum extends over the (infinitely many) elements of Nr and anR. The order in which the elements are added doesn't matter.

The standard notation for S is R[[X1,...,Xr]]; it is an associative algebra over R, complete and Hausdorff as a topological ring.

Since R[[X1]] is a commutative ring, we can define its power series ring, say R[[X1]][[X2]]. This ring is isomorphic to the ring R[[X1,X2]] just defined, but as topological rings the two are different.

If R is a field, then R[[X1,...,Xr]] is a unique factorization domain.

Similar to the situation described above, we can "apply" power series in several variables to other power series with zero constant coefficients.

Universal property

The power series ring R[[X1,...,Xr]] can be characterized by the following universal property: if S is a commutative ring with ideal I such that the I-adic topology on S is complete, if φ : R -> S is a ring homomorphism and if x1,...,xr are elements of I, then there is a unique Φ : R[[X1,...,Xn]] -> S with the following properties:

  • Φ is a ring homomorphism
  • Φ is continuous
  • Φ(a) = φ(a) for each aR
  • Φ(Xi) = xi for i=1...r.