Alphabeta Math
Session-authored (Fable 5 assisted)
How statement and proof provenance work

The first chip identifies the source of the statement or construction; the second identifies the source of its local proof or verification.

  • Literature-sourced: the exact statement appears in a cited source; only wording and notation differ.
  • AI-adapted: a semantically identical restatement of literature-sourced material, modulo indexing, notation, and boundary cases adopted by the library.
  • AI-generated: a genuinely novel statement formulated by AI, with no source for the claim itself.

These labels describe origin, not correctness: citations and verification chips remain separate evidence.

15 results · all verified · 0 also independently AI-judged
Every result on this page is machine-checked by a proof checker and read in full and owner-audited; the judge is an additional, independent cross-model AI review of the proofs. The 15 not AI-judged were verified by owner audit (typically over a confirmed judge false positive), not failures.

Formal Power Series

1 · Prerequisites

2 · Summary

Commutative rings, finite commutative-monoid sums, polynomial convolution, units, domains, and the published real Laurent-series field supply the algebraic setting. Formal series are coefficient functions rather than functions of a numerical variable: the symbol x is an indeterminate, every product coefficient is a finite sum, and no analytic convergence is asserted or used.

The page builds Rx as a complete x-adic ring with coefficient extraction, order, summable families, units, composition, compositional inverses, and formal differentiation. Over a commutative Q-algebra it constructs exponential, logarithm, binomial powers, and unique roots. Formal residues then prove Lagrange–Bürmann inversion, while the closing dictionary embeds Kx as the nonnegative-order subring of K((x)) and derives the unique order factorisation and inverse formula directly.

3 · Logical flowchart

4 · Definitions, theorems and proofs

DefinitionDefinition: Literature-sourcedProof: Not applicableaudited 2026-08-13Open item page →

Formal power series over a commutative ring and the coefficient-extraction functional [xn]

Definition

Let R be a commutative ring. A formal power series over R is a coefficient function a:NR, written

f=n0anxn,

and Rx is the set of all such functions. The symbol x is an indeterminate. The notation asserts no analytic convergence and no value of x is being chosen.

For nN, the coefficient-extraction functional is evaluation at n:

[xn]f:=an.

Define zero and one coefficientwise, put [xn](f+g)=[xn]f+[xn]g, and define the Cauchy product by

[xn](fg)=i+j=n[xi]f[xj]g=i=0n[xi]f[xni]g.

The last sum is finite, including when n=0. The constant rR denotes the series with coefficient r at 0 and 0 elsewhere. The series x has coefficient 1 at 1 and 0 elsewhere. Thus x0=1, and xn is supported at n.

The finitely supported coefficient functions form the polynomial part of Rx. Under the coefficient-function definition of The polynomial ring over a commutative ring as finitely supported coefficient sequences with convolution, a polynomial is therefore the same data as a finitely supported formal series; the next theorem verifies that this identification respects the ring operations.

TheoremStatement: Literature-sourcedProof: AI-adaptedprecheck passaudited 2026-08-13Open item page →

Cauchy multiplication makes Rx a commutative ring containing R[x] as the finitely supported subring

Statement

For every commutative ring R, the coefficientwise sum and Cauchy product make Rx a commutative ring. The coefficientwise inclusion

j:R[x]Rx

is an injective unital ring homomorphism, and its image is exactly the finitely supported formal series.

Facts & Assumptions

Given: The hypotheses and notation of the statement above.

[F1]

Cauchy multiplication is the finite convolution [xn](fg)=i=0n[xi]f[xni]g (Formal power series over a commutative ring and the coefficient-extraction functional [xn]).

[F2]

A finite sum over S×T equals either iterated finite sum, and finite sums are invariant under bijective reindexing (Finite commutative-monoid sums are invariant under bijective reindexing, split over disjoint unions, and satisfy the finite Fubini rule).

[F3]

Polynomial coefficientwise addition and convolution make R[x] a commutative ring, and the constant-polynomial map is an injective unital ring homomorphism (Polynomial convolution makes R[x] a commutative ring containing R as its constant subring).

Proof

technique · coefficientwise verification
1.1

Coefficientwise addition inherits associativity, commutativity, zero, and additive inverses from R. For multiplication, the coefficient of both (fg)h and f(gh) at n is the finite sum i+j+k=n[xi]f[xj]g[xk]h by finite Fubini. Reindexing (i,j) as (j,i) gives commutativity, and splitting finite sums gives both distributive laws. The constant series 1 is a multiplicative identity, since the only nonzero summand involving it occurs at index 0.

givenF1F2
2.1

A product of finitely supported series is finitely supported, and its coefficient formula is exactly the published polynomial convolution. Hence j preserves 0,1,+, and multiplication, so it is a unital ring homomorphism; it is injective because equality of coefficient functions is literal equality. Its image consists precisely of the finitely supported functions.

step 1.1givenF3
3.1

Therefore Rx is a commutative ring and j identifies R[x] with its finitely supported subring.

step 1.1step 2.1
PropositionStatement: AI-adaptedProof: AI-adaptedprecheck passaudited 2026-08-13Open item page →

Coefficient extraction is R-linear, separates formal series, shifts under multiplication by xk, and converts products to finite convolution

Statement

Let R be a commutative ring, f,gRx, rR, and n,kN. Then

[xn](f+g)=[xn]f+[xn]g,[xn](rf)=r[xn]f,

and f=g if and only if [xn]f=[xn]g for every n. Moreover,

[xn](xkf)={[xnk]f,kn,0,k>n,

and

[xn](fg)=i=0n[xi]f[xni]g.

These formulas include n=0, k=0, and k>n.

Facts & Assumptions

Given: The hypotheses and notation of the statement above.

[F1]

For f=anxn, coefficient extraction is evaluation: [xn]f=an (Formal power series over a commutative ring and the coefficient-extraction functional [xn]).

[F2]

The series x is supported at degree 1, and xn is supported at degree n (Formal power series over a commutative ring and the coefficient-extraction functional [xn]).

[F3]

Cauchy multiplication is the finite convolution [xn](fg)=i=0n[xi]f[xni]g (Formal power series over a commutative ring and the coefficient-extraction functional [xn]).

Proof

technique · unfold the definitions
1.1

The two linearity identities are the pointwise definitions of addition and scalar multiplication. Equality of all extracted coefficients is equality of the underlying functions NR, proving both directions of extensionality.

givenF1
1.2

In the convolution for xkf, the first factor has one nonzero coefficient, at k. It contributes [xnk]f when kn and there is no contributing index when k>n; for k=0 this says 1f=f.

givenF2
1.3

The last display is the defining finite convolution, whose n=0 instance is [x0](fg)=[x0]f[x0]g.

givenF3
2.1

Steps 1.1-1.3 establish every asserted clause and every listed boundary case.

step 1.1step 1.2step 1.3
DefinitionDefinition: AI-adaptedProof: Not applicableaudited 2026-08-13Open item page →

Order of a formal series, congruence modulo xN, and the x-adic notions of convergence and Cauchy sequence

Definition

For a nonzero fRx, its formal order is

ordx(f):=min{nN:[xn]f0},

and ordx(0):=+. We use the conventions m<+, m+(+)=+, and min(m,+)=m.

For NN, write

fg(modxN)

when [xn]f=[xn]g for every n<N. Equivalently, ordx(fg)N. At N=0 the coefficient condition is empty, so any two series are congruent modulo x0=1.

A sequence (fj)j0 converges x-adically to f if for every N there is J such that fjf(modxN) whenever jJ. It is x-adically Cauchy if for every N there is J such that fjfk(modxN) whenever j,kJ. Thus convergence and the Cauchy condition mean eventual stability of each finite coefficient prefix; they do not assert analytic convergence.

LemmaStatement: Literature-sourcedProof: AI-adaptedprecheck passaudited 2026-08-13Open item page →

Formal order is non-Archimedean under sums and additive under products over a domain

Statement

For formal series over a commutative ring,

ordx(f+g)min(ordxf,ordxg),

and

ordx(fg)ordxf+ordxg.

If f,g0 have orders p,q and [xp]f[xq]g0, then equality holds in the product inequality and [xp+q](fg)=[xp]f[xq]g. Consequently, over an integral domain,

ordx(fg)=ordxf+ordxg

with the + convention, and Rx is an integral domain whenever R is.

Facts & Assumptions

Given: The hypotheses and notation of the statement above.

[F1]

The formal order of a nonzero series is its least nonzero coefficient index, and ordx(0)=+ (Order of a formal series, congruence modulo xN, and the x-adic notions of convergence and Cauchy sequence).

[F3]

An integral domain is a commutative ring with 10 and no zero divisors (Zero divisor, and integral domain: a commutative ring with 10 and no zero divisors).

Proof

technique · inspect the first possible nonzero coefficient
1.1

Below the smaller of the two orders, both summand coefficients vanish, so the sum coefficient vanishes. This proves the sum inequality; if one order is strictly smaller, its leading coefficient cannot be cancelled by the other series.

givenF1
1.2

If p=ordxf and q=ordxg are finite, every convolution summand in degree below p+q has one zero factor. In degree p+q, only the pair (p,q) can be nonzero, so the coefficient there is [xp]f[xq]g. If either series is zero, the stated inequality follows from the + conventions.

givenF1F2
2.1

Over a domain the product of the two nonzero leading coefficients is nonzero, so step 1.2 gives exact additivity. In particular two nonzero series have a nonzero product; Rx also has 10 because its constant coefficients are those of R.

step 1.2givenF3
3.1

Steps 1.1-2.1 prove all order laws and the domain conclusion, including zero factors.

step 1.1step 2.1
DefinitionDefinition: AI-adaptedProof: Not applicableaudited 2026-08-13Open item page →

Summable families of formal series are locally finite in every coefficient range

Definition

Let (fi)iI be a family in Rx. It is summable if, for every NN, only finitely many iI have a nonzero coefficient in a degree n<N. Its sum is defined coefficientwise by

[xn]iIfi:=iI[xn]fi,

where the right side is the finite sum over indices whose displayed coefficient is nonzero. The empty family is summable and has sum 0.

For a sequence (uk)k0 with ordx(uk)+, define

k0(1+uk)

to be the unique series whose residue class modulo xN equals every sufficiently long finite partial product modulo xN. Such stabilization is part of the definition until existence and uniqueness are proved. The empty product is 1.

TheoremStatement: AI-adaptedProof: AI-adaptedprecheck passaudited 2026-08-13Open item page →

Summable formal families may be regrouped and rearranged, distribute over multiplication, and have well-defined locally finite products

Statement

Let (fi)iI be a summable family in Rx.

  1. A bijection of its index set does not change its sum. A partition I=jJIj gives summable subfamilies, a summable family (iIjfi)jJ, and iIfi=jJiIjfi.
  2. For every hRx, the family (hfi)iI is summable and hiIfi=iIhfi.
  3. If ordx(uk)+, the partial products k<M(1+uk) stabilize modulo each xN. The resulting infinite product is unchanged by a permutation of the factors or by finite regrouping.

The assertions include the empty sum and empty product.

Facts & Assumptions

Given: The hypotheses and notation of the statement above.

[F1]

A family is summable exactly when, below every degree cutoff N, only finitely many members have a nonzero coefficient (Summable families of formal series are locally finite in every coefficient range).

[F2]

When ordx(uk)+, the product k0(1+uk) is defined by stabilization of finite partial products modulo every xN (Summable families of formal series are locally finite in every coefficient range).

[F4]

A finite sum over S×T equals either iterated finite sum, and finite sums are invariant under bijective reindexing (Finite commutative-monoid sums are invariant under bijective reindexing, split over disjoint unions, and satisfy the finite Fubini rule).

Proof

technique · reduce every coefficient range to a finite calculation
1.1

Fix N. Only finitely many members of the family survive modulo xN, so bijective reindexing and regrouping are finite operations there. Finite reindexing gives the same coefficients below N; coefficient extensionality, as N is arbitrary, proves clause 1.

givenF1F3F4
1.2

The coefficient of hfi below N uses only coefficients of fi below N, so only finitely many indices contribute. Finite distributivity gives the displayed identity coefficient by coefficient.

givenF1F4
1.3

For fixed N, eventually every uk has order at least N, so 1+uk1(modxN). All later factors therefore leave the partial product unchanged modulo xN. A permutation or finite grouping merely reorders the finitely many factors that matter, and multiplication is commutative and associative.

givenF2
2.1

At an empty index set, the same arguments read 0=0 and 1=1. Steps 1.1-1.3 prove all clauses.

step 1.1step 1.2step 1.3
TheoremStatement: Literature-sourcedProof: AI-adaptedprecheck passaudited 2026-08-13Open item page →

Rx is complete in the x-adic topology and R[x] is dense by truncation

Statement

Every x-adically Cauchy sequence in Rx has a unique x-adic limit. For every fRx, its truncations

f<N:=n<N[xn]fxnR[x]

converge x-adically to f. Thus Rx is x-adically complete and the embedded polynomial ring is dense, including when R is the zero ring.

Facts & Assumptions

Given: The hypotheses and notation of the statement above.

[F1]

An x-adically Cauchy sequence eventually agrees pairwise modulo every xN, and convergence means eventual agreement with the limit modulo every xN (Order of a formal series, congruence modulo xN, and the x-adic notions of convergence and Cauchy sequence).

[F2]

The coefficientwise polynomial inclusion into formal power series is an injective unital ring homomorphism (Cauchy multiplication makes Rx a commutative ring containing R[x] as the finitely supported subring).

Proof

technique · stabilize coefficients
1.1

Let (fj) be Cauchy. For each n, use the Cauchy condition with N=n+1: the coefficient [xn]fj is eventually constant. Define [xn]f to be that eventual value. Given N, choose a common Cauchy index for the first N coefficients; then fjf(modxN) thereafter, so fjf.

givenF1
1.2

The truncation f<N is finitely supported, hence belongs to the embedded R[x], and it agrees with f in every degree below N. Therefore f<Nf; this includes a constant or zero series and remains true in the zero ring.

givenF2
2.1

If both f and g are limits, then for each N their first N coefficients agree with the same sufficiently late fj. Thus every coefficient of f and g agrees, so f=g by extensionality.

step 1.1givenF3
3.1

Existence and uniqueness are steps 1.1 and 2.1, and density is step 1.2.

step 1.1step 2.1step 1.2
TheoremStatement: Literature-sourcedProof: AI-adaptedprecheck passaudited 2026-08-13Open item page →

A formal power series is a unit exactly when its constant coefficient is a unit

Statement

Let R be a commutative ring and f=n0anxnRx. Then f is a unit in Rx if and only if a0 is a unit in R.

When a0 is a unit, the inverse g=n0bnxn is unique and is determined by

b0=a01,bn=a01i=1naibni(n1).

The criterion also holds in the zero ring.

Facts & Assumptions

Proof

technique · solve the inverse equations recursively
1.1

If fg=1, constant-coefficient extraction gives a0[x0]g=1. Commutativity gives the reverse product too, so a0 is a unit.

givenF1F3
1.2

Conversely suppose a0 is a unit and define bn by the displayed recursion. The coefficient of fg at 0 is a0b0=1. For n1 it is a0bn+i=1naibni=0. Hence fg=1 by extensionality, and commutativity gives gf=1.

givenF1F2
2.1

Any inverse must satisfy the same constant equation and then, successively, the same equation for each bn; multiplication by a01 makes every coefficient unique. In the zero ring, 0=1 and the unit theorem makes the same recursion and equivalence valid.

step 1.1step 1.2givenF3F4
3.1

Steps 1.1 and 1.2 prove both directions, while step 2.1 proves uniqueness and the boundary case.

step 1.1step 1.2step 2.1
CorollaryStatement: Literature-sourcedProof: AI-adaptedprecheck passaudited 2026-08-13Open item page →

For a field K, Kx is a domain and its nonunits form the unique maximal ideal xKx

Statement

If K is a field, then Kx is an integral domain. Its set of nonunits is exactly

xKx={fKx:[x0]f=0},

which is the unique maximal ideal of Kx.

Facts & Assumptions

Given: The hypotheses and notation of the statement above.

[F1]

A field has 01, commutative multiplication, and an inverse for every nonzero element (Field).

[F2]

Over an integral domain, formal order is additive on products with the + convention, and the power-series ring is an integral domain (Formal order is non-Archimedean under sums and additive under products over a domain).

[F3]

A formal power series is a unit exactly when its constant coefficient is a unit (A formal power series is a unit exactly when its constant coefficient is a unit).

[F4]

Multiplication by xk shifts coefficients: [xn](xkf)=[xnk]f for kn and is 0 for k>n (Coefficient extraction is R-linear, separates formal series, shifts under multiplication by xk, and converts products to finite convolution).

[F5]

A maximal ideal is a proper ideal with no proper ideal strictly between it and the whole ring (Prime ideals and maximal ideals in a commutative ring).

Proof

technique · identify the nonunits and test maximality
1.1

A field is a nonzero integral domain, so exact order additivity shows that a product of two nonzero series is nonzero. Thus Kx is a domain.

givenF1F2
1.2

The unit criterion says that a series is a nonunit exactly when its constant coefficient is 0. The shift formula says these are exactly the multiples of x: for such f, define g by [xn]g=[xn+1]f and obtain f=xg. This set is a proper ideal because 1 has constant coefficient 10.

givenF3F4
2.1

If an ideal strictly contains xKx, it contains a series with nonzero constant coefficient, hence a unit, and therefore is the whole ring. Thus xKx is maximal. Conversely, every proper ideal contains no unit, so every maximal ideal is contained in the set of nonunits xKx and hence equals it by maximality.

step 1.2givenF3F5
3.1

Steps 1.1-2.1 prove the domain claim and identify the unique maximal ideal, including the zero series and constant-series cases.

step 1.1step 1.2step 2.1
DefinitionDefinition: Literature-sourcedProof: Not applicableaudited 2026-08-13Open item page →

Composition fg of formal series when the outer series is a polynomial or the inner series has zero constant term

Definition

For f=n0anxn and gRx, define the formal composition

fg:=n0angn

in either of these cases:

  1. f is a polynomial, so the sum is finite; or
  2. [x0]g=0, so ordx(gn)n and the displayed family is summable.

Both rules give the same result when both apply. In particular f0=[x0]f, fx=f, and xg=g whenever the displayed compositions are admissible.

If f has infinitely many nonzero coefficients and [x0]g0, the expression is not defined over a bare commutative ring: even its constant coefficient could require an infinite sum in R. This is a failure of formal local finiteness, not a question of analytic convergence.

TheoremStatement: Literature-sourcedProof: AI-adaptedprecheck passaudited 2026-08-13Open item page →

Substitution by a zero-constant series is a ring homomorphism, and composition is associative when both inner series have zero constant coefficient

Statement

Let gRx have zero constant coefficient. Then

Sg:RxRx,Sg(f)=fg,

is a unital ring homomorphism. Thus

(f+h)g=fg+hg,(fh)g=(fg)(hg),1g=1.

If g and h both have zero constant coefficient, then

(fg)h=f(gh)

for every fRx. Admissibility of the four displayed compositions is not by itself enough for this identity; the hypothesis on the two inner series is what makes both sides the same locally finite rearrangement.

Also fx=f and xf=f. Composition need not be commutative.

Facts & Assumptions

Given: The hypotheses and notation of the statement above.

[F1]

Formal composition is fg=n0[xn]fgn, defined when f is a polynomial or when g(0)=0 (Composition fg of formal series when the outer series is a polynomial or the inner series has zero constant term).

[F2]

A summable family may be bijectively reindexed or partitioned and regrouped without changing its sum (Summable formal families may be regrouped and rearranged, distribute over multiplication, and have well-defined locally finite products).

Proof

technique · compare finite coefficient sums
1.1

Linearity follows by splitting the locally finite defining sum. For multiplication, expand (fh)g using the Cauchy coefficients of fh and regroup the locally finite double family to obtain (i[xi]fgi)(j[xj]hgj). Constants give 1g=1.

givenF1F2F3
1.2

For associativity assume [x0]g=[x0]h=0. Then ordx(gn)n and ordx(hm)m, so expanding either side by [F1] gives the same doubly indexed family [xn]f[xm](gn)hm, in which only finitely many terms contribute below each degree. [F2] therefore rearranges one into the other. The hypothesis is used exactly here: without it a term of arbitrarily high index can contribute in low degree, and the two sides need not agree even when all four compositions are individually admissible.

givenF1F2
1.3

Substituting x leaves every coefficient in place, while substituting into the polynomial x returns the inner series. Finally, x2(x+x2)=x2+2x3+x4 whereas (x+x2)x2=x2+x4 over Z, so composition is not commutative.

givenF1
2.1

Steps 1.1-1.3 give the homomorphism, associativity, identity, and noncommutativity claims.

step 1.1step 1.2step 1.3
TheoremStatement: Literature-sourcedProof: AI-adaptedprecheck passaudited 2026-08-13Open item page →

A zero-constant formal series has a compositional inverse exactly when its linear coefficient is a unit

Statement

Let R be a commutative ring and fxRx. There is a unique gxRx such that

fg=x=gf

if and only if [x]f is a unit in R. In the zero ring the assertion holds with the unique zero series; when R is nonzero, a zero linear coefficient cannot satisfy the criterion.

Facts & Assumptions

Given: The hypotheses and notation of the statement above.

[F1]

If g and h both have zero constant coefficient then (fg)h=f(gh); also fx=f and xf=f (Substitution by a zero-constant series is a ring homomorphism, and composition is associative when both inner series have zero constant coefficient).

Proof

technique · recursive coefficient construction
1.1

If fg=x, then the coefficient of x is [x]f[x]g=1. Thus [x]f is a unit. The same equation also determines [x]g as its inverse.

given
1.2

Conversely write f=a1x+a2x2+ with a1 a unit. Choose b1=a11. After b1,,bn1 have been chosen, the coefficient of xn in f(b1x++bnxn) is a1bn+cn, where cn depends only on the earlier bj. Set bn=a11cn. The resulting g has fg=x, and the same equations show that it is the unique left inverse.

given
2.1

Apply the construction to g: its linear coefficient a11 is a unit, so there is h with gh=x. Associativity gives f=fx=f(gh)=(fg)h=xh=h. Thus gf=x as well, and any two-sided inverse is the already unique solution of fg=x.

step 1.2givenF1
3.1

In the zero ring, x=0 and the sole series is its own inverse. In a nonzero ring, 0 is not a unit, so a zero linear coefficient fails necessity. Together with steps 1.1-2.1 this proves the equivalence and uniqueness.

step 1.1step 1.2step 2.1given
DefinitionDefinition: Literature-sourcedProof: Not applicableaudited 2026-08-13Open item page →

The formal derivative D(anxn)=n1nanxn1

Definition

For f=n0anxnRx, its formal derivative is

Df=f:=n1nanxn1,

where nan means the sum of n copies of an in the additive group of R. Define D0f=f and Dk+1f=D(Dkf).

This is coefficientwise algebra, not a limit. In particular D(xn)=nxn1 for n1 and D(1)=0. In a ring of characteristic p>0, one can have D(xp)=0 although xp is not constant.

PropositionStatement: Literature-sourcedProof: AI-adaptedprecheck passaudited 2026-08-13Open item page →

Formal differentiation is linear and satisfies product, power, quotient, chain, and coefficient-recovery laws

Statement

For formal series over a commutative ring,

D(f+g)=Df+Dg,D(rf)=rDf,D(fg)=(Df)g+fDg,

and, for mN,

D(fm)=mfm1Df

when m1, while D(f0)=D(1)=0. If f is a unit, then

D(f1)=f2Df.

Consequently, if g is a unit, then

D(f/g)=(Df)gfDgg2.

Whenever fg is admissible and the resulting termwise differentiated family is summable,

D(fg)=(Dfg)Dg.

If R is a commutative Q-algebra, then [xn]f=(Dnf)(0)/n!. Over any commutative ring the Hasse derivative

D[n]f:=mn(mn)[xm]fxmn

satisfies (D[n]f)(0)=[xn]f. Finally, if f(0)=g(0)=0 and g(0) is a unit, then f/g is a well-defined formal series and

[x0](f/g)=f(0)g(0)1.

Facts & Assumptions

Given: The hypotheses and notation of the statement above.

[F1]

The formal derivative of n0anxn is n1nanxn1 (The formal derivative D(anxn)=n1nanxn1).

[F3]

Multiplication by xk shifts coefficients: [xn](xkf)=[xnk]f for kn and is 0 for k>n (Coefficient extraction is R-linear, separates formal series, shifts under multiplication by xk, and converts products to finite convolution).

[F4]

A formal power series is a unit exactly when its constant coefficient is a unit (A formal power series is a unit exactly when its constant coefficient is a unit).

[F5]

A summable family may be bijectively reindexed or partitioned and regrouped without changing its sum (Summable formal families may be regrouped and rearranged, distribute over multiplication, and have well-defined locally finite products).

Proof

technique · coefficient comparison
1.1

Linearity is immediate coefficientwise. In degree n1, D(fg) has coefficient ni+j=naibj, while (Df)g+fDg has i+j=n(i+j)aibj; these are equal. Induction on m gives the power rule, including the separately stated m=0 case.

givenF1
1.2

Iterating the derivative gives (Dnf)(0)=n![xn]f; in a Q-algebra n! is invertible, proving ordinary recovery. The constant coefficient of D[n]f is the m=n term (nn)[xn]f=[xn]f, so Hasse recovery needs no division and works in every characteristic.

givenF1F2
1.3

Write f=xF and g=xG using the shift formula. Then G(0)=g(0) is a unit, so g=xG and f=xF give f/g=FG1. Its constant coefficient is F(0)G(0)1=f(0)g(0)1.

givenF3F4
2.1

Differentiating ff1=1 and using the product rule gives (Df)f1+fD(f1)=0; multiplying by f1 gives the inverse rule. Applying the product rule to f/g=fg1 and then the inverse rule gives D(f/g)=((Df)gfDg)g2.

step 1.1given
2.2

The chain rule holds for an outer monomial by the power rule. Linearity and locally finite rearrangement extend it to every admissible composition for which the differentiated family is summable.

step 1.1givenF5
3.1

Steps 1.1-2.2 prove every displayed law and its stated hypotheses.

step 1.1step 2.1step 2.2step 1.2step 1.3
DefinitionDefinition: AI-adaptedProof: Not applicableaudited 2026-08-13Open item page →

Formal exponential, logarithm, and binomial powers over a commutative Q-algebra

Definition

A commutative Q-algebra here means a commutative ring R equipped with a unital ring homomorphism QR. We identify each rational with its image in R.

For uxRx, define

exp(u):=n0unn!,log(1+u):=n1(1)n1unn.

For cR, define the formal binomial power

(1+u)c:=exp(clog(1+u)).

Since ordx(un)n, each displayed family is summable. The unit criterion makes 1+u a unit. These symbols name formal series only; no analytic exponential, logarithm, branch, or convergence is involved.

TheoremStatement: Literature-sourcedProof: AI-adaptedprecheck passaudited 2026-08-13Open item page →

Formal exp and log are inverse homomorphisms and formal binomial powers obey the expected addition laws

Statement

In a commutative Q-algebra R, for u,vxRx and c,dR,

exp(u+v)=exp(u)exp(v),

log((1+u)(1+v))=log(1+u)+log(1+v),

and exp:xRx1+xRx and log:1+xRxxRx are inverse group homomorphisms. Consequently,

(1+u)c+d=(1+u)c(1+u)d,((1+u)c)d=(1+u)cd,

and

(1+u)c=n0c(c1)(cn+1)n!un,

where the numerator is the empty product 1 at n=0.

Facts & Assumptions

Given: The hypotheses and notation of the statement above.

[F1]

Formal exponential and logarithm are exp(u)=n0un/n! and log(1+u)=n1(1)n1un/n (Formal exponential, logarithm, and binomial powers over a commutative Q-algebra).

[F2]

Formal binomial powers are defined by (1+u)c=exp(clog(1+u)) (Formal exponential, logarithm, and binomial powers over a commutative Q-algebra).

[F3]

The formal derivative is additive, obeys the product rule, and satisfies D(fm)=mfm1Df for m1 while D(1)=0 (Formal differentiation is linear and satisfies product, power, quotient, chain, and coefficient-recovery laws).

[F4]

A summable family may be bijectively reindexed or partitioned and regrouped without changing its sum (Summable formal families may be regrouped and rearranged, distribute over multiplication, and have well-defined locally finite products).

Proof

technique · finite coefficient convolution and formal differentiation
1.1

Expanding the product and regrouping in each degree gives exp(u)exp(v)=n0(u+v)n/n! by the finite binomial identity, so the exponential addition law holds.

givenF1F4
1.2

Termwise differentiation gives Dexp(u)=(expu)Du and Dlog(1+u)=(1+u)1Du. Hence D(log(expu)u)=0, and its constant coefficient is 0, so log(expu)=u. For z=1+u and y=exp(logz), the same formulas give D(yz1)=0 and (yz1)(0)=1, so y=z. Here a zero derivative forces every positive-degree coefficient to vanish because every positive integer is invertible in a Q-algebra.

givenF1F3
1.3

In an independent indeterminate z, let Bc(z) denote the displayed generalized-binomial series. Direct coefficient algebra gives Bc(0)=1 and (1+z)DzBc(z)=cBc(z). The formally defined (1+z)c has the same constant coefficient and differential equation. Recursively comparing coefficients, where n is invertible for n1, makes the two series equal; admissible substitution z=u gives the asserted formula.

givenF2F3
2.1

Step 1.2 and the exponential addition law give exp(log(1+u)+log(1+v))=(1+u)(1+v); applying log gives the logarithm addition law. The two power laws follow by substituting their definition and applying the exponential and logarithm laws.

step 1.1step 1.2givenF2
3.1

Steps 1.1-2.1 prove the inverse homomorphisms, both power laws, and the coefficient formula, including u=0, c=0, and n=0.

step 1.1step 1.2step 2.1step 1.3
CorollaryStatement: Literature-sourcedProof: AI-adaptedprecheck passaudited 2026-08-13Open item page →

Every 1+u with uxRx has a unique kth root with constant coefficient 1 in a commutative Q-algebra

Statement

Let R be a commutative Q-algebra, uxRx, and k1. There is a unique v1+xRx such that

vk=1+u,

namely v=(1+u)1/k. When u=0, this unique root is 1.

Facts & Assumptions

Given: The hypotheses and notation of the statement above.

[F1]

In a commutative Q-algebra, formal exp and log are inverse group homomorphisms on xRx and 1+xRx, and for uxRx and c,dR the exponent-addition and exponent-multiplication laws hold (Formal exp and log are inverse homomorphisms and formal binomial powers obey the expected addition laws).

Proof

technique · apply the formal logarithm
1.1

The power law gives ((1+u)1/k)k=(1+u)1=1+u, so the stated series is a root with constant coefficient 1.

givenF1
1.2

If v1+xRx and vk=1+u, the logarithm addition law gives klogv=log(1+u). Since k is invertible in a Q-algebra, logv=(1/k)log(1+u); applying exp gives v=(1+u)1/k. This proves uniqueness.

givenF1
2.1

For u=0, the construction is exp(0)=1, and step 1.2 excludes any other constant-one root.

step 1.1step 1.2givenF1
DefinitionDefinition: AI-adaptedProof: Not applicableaudited 2026-08-13Open item page →

Formal Laurent series K((x)), their order, derivative, and residue

Definition

For a field K, a formal Laurent series is a coefficient function a:ZK whose support is bounded below. Write

K((x)):={nNanxn:NZ}.

Addition is coefficientwise and multiplication is finite convolution in each degree. If the supports of two factors are bounded below by p and q, then their product is bounded below by p+q, and a fixed coefficient has only finitely many contributing pairs. For nonzero f, define

vx(f):=min{nZ:[xn]f0},

and set vx(0)=+. Define D(xn)=nxn1 for every integer n, extending coefficientwise, and define the formal residue

resx(f):=[x1]f.

This generalizes the real-coefficient construction of The formal Laurent series R((t1)): support bounded below, valuation, leading coefficient and uses the same finite-convolution and least-support conventions proved in R((t1)) is a commutative ring: the product is a finite sum and both operations preserve support bounded below and Valuation and leading coefficient in R((t1)): v(fg)=v(f)+v(g), and the behaviour of v under sums. It changes the indeterminate notation from that page's t1 to x.

LemmaStatement: Literature-sourcedProof: AI-adaptedprecheck passaudited 2026-08-13Open item page →

Formal residues satisfy integration by parts, logarithmic differentiation, and change of variables

Statement

Let K be a field. For f,gK((x)),

resx(Df)=0,resx((Df)g)=resx(fDg).

For nonzero f,

resx ⁣(Dff)=vx(f),

where the integer on the right acts by repeated addition and additive inverses in K. If, in addition, K contains Q and gxKx has nonzero linear coefficient, then, for every FK((x)) for which Fg is formed by Laurent substitution,

resx((Fg)Dg)=resx(F).

Facts & Assumptions

Given: The hypotheses and notation of the statement above.

[F1]

Formal Laurent series have support bounded below, coefficientwise addition, finite convolution in each degree, least exponent vx, termwise derivative, and residue resx(f)=[x1]f (Formal Laurent series K((x)), their order, derivative, and residue).

[F2]

The formal derivative is additive, obeys the product rule, and satisfies D(fm)=mfm1Df for m1 while D(1)=0 (Formal differentiation is linear and satisfies product, power, quotient, chain, and coefficient-recovery laws).

[F3]

A formal power series is a unit exactly when its constant coefficient is a unit (A formal power series is a unit exactly when its constant coefficient is a unit).

Proof

technique · inspect Laurent monomials and leading terms
1.1

The same finite coefficient calculation as for power series gives D(fg)=(Df)g+fDg in K((x)). The coefficient of x1 in Df could only come from differentiating the constant term, and that contribution is 0. Applying this to the product rule gives integration by parts.

givenF1F2
1.2

Write f=xmu, where m=vx(f) and uKx has nonzero constant coefficient. Then u is a unit by the unit criterion, and Df/f=mx1+Du/u. Since Du/uKx, it has no x1 coefficient. The residue is therefore m.

givenF1F3
2.1

For the change of variables, linearity reduces the claim coefficientwise to F=xm. If m1, then gmDg=D(gm+1)/(m+1) and its residue is 0 by step 1.1; division is legitimate because K contains Q. If m=1, write g=xu with u(0)0; then g1Dg=x1+u1Du has residue 1 by step 1.2. Thus the residue equals that of xm in every case, and locally finite summation extends the identity to F.

step 1.1step 1.2givenF1F2F3
3.1

Steps 1.1-2.1 prove the derivative, integration-by-parts, logarithmic-derivative, and substitution identities.

step 1.1step 1.2step 2.1
TheoremStatement: Literature-sourcedProof: AI-adaptedprecheck passaudited 2026-08-13Open item page →

Lagrange–Bürmann inversion extracts coefficients of a compositional inverse and of functions of it

Statement

Let K be a field containing Q, let ϕKu have ϕ(0)0, and let wxKx be the unique solution of

w=xϕ(w).

Then for HKu and n1,

[xn]H(w)=1n[un1]H(u)ϕ(u)n.

In particular, for 1kn,

[xn]wk=kn[unk]ϕ(u)n,

and this coefficient is 0 when k>n.

Facts & Assumptions

Given: The hypotheses and notation of the statement above.

[F1]

A formal power series is a unit exactly when its constant coefficient is a unit (A formal power series is a unit exactly when its constant coefficient is a unit).

[F2]

For a commutative ring R and fxRx, there is a unique gxRx with fg=x=gf exactly when [x]f is a unit (A zero-constant formal series has a compositional inverse exactly when its linear coefficient is a unit).

[F3]

Formal residues satisfy integration by parts, and Laurent substitution with nonzero linear term satisfies resx((Fg)Dg)=resx(F) over a field containing Q (Formal residues satisfy integration by parts, logarithmic differentiation, and change of variables).

Proof

technique · formal residues
1.1

Put ψ(u)=u/ϕ(u). Its linear coefficient is ϕ(0)10, so it has a unique compositional inverse w; the inverse identity ψ(w)=x is exactly w=xϕ(w).

givenF1F2
1.2

Coefficient extraction is residue extraction: [xn]H(w)=resx(H(w)xn1). Change variables x=ψ(u) to obtain resu(H(u)ψ(u)n1ψ(u)).

givenF3
2.1

Since D(ψn)=nψn1ψ, integration by parts transforms step 1.2 into 1nresu(H(u)ψ(u)n). Substituting ψ(u)=u/ϕ(u) gives 1nresu(H(u)unϕ(u)n)=1n[un1]H(u)ϕ(u)n.

step 1.2givenF3
3.1

Taking H(u)=uk gives the second formula. If k>n, the requested exponent nk is negative while ϕ(u)n is a power series, so the coefficient is 0; the same vanishing also follows from ordx(wk)=k>n.

step 2.1given
4.1

Steps 1.1-3.1 prove existence, uniqueness, the general Lagrange–Bürmann formula, and both ranges of the power specialization.

step 1.1step 2.1step 3.1
TheoremStatement: AI-adaptedProof: AI-adaptedprecheck passaudited 2026-08-13Open item page →

Kx embeds in K((x)) as the nonnegative-order subring; every nonzero Laurent series is uniquely xvx(h)u with uKx× and inverse xvx(h)u1

Statement

For every field K, extending a power series by zero at negative exponents gives an injective unital ring homomorphism

KxK((x))

whose image is {0}{h:vx(h)0}. Every nonzero hK((x)) has a unique factorisation

h=xvx(h)u,uKx×,

and

h1=xvx(h)u1.

For K=R, the substitution xntn identifies this description with the published real Laurent-series construction.

Facts & Assumptions

Given: The hypotheses and notation of the statement above.

[F1]

Formal Laurent series have support bounded below, coefficientwise addition, finite convolution in each degree, least exponent vx, termwise derivative, and residue resx(f)=[x1]f (Formal Laurent series K((x)), their order, derivative, and residue).

[F2]

A formal power series is a unit exactly when its constant coefficient is a unit (A formal power series is a unit exactly when its constant coefficient is a unit).

[F3]

Every nonzero published real Laurent series has a multiplicative inverse constructed from its leading term (R((t1)) is a field: every nonzero formal Laurent series is invertible).

[F4]

For nonzero published real Laurent series, v(fg)=v(f)+v(g) and the leading coefficients multiply (Valuation and leading coefficient in R((t1)): v(fg)=v(f)+v(g), and the behaviour of v under sums).

Proof

technique · extend and shift coefficient functions
1.1

Extending coefficients by zero at negative integers preserves addition, 1, and every finite convolution, and is injective. Its nonzero image has nonnegative least exponent; conversely every Laurent series of nonnegative order already has no negative coefficient and so comes from a unique power series.

givenF1
1.2

Let m=vx(h). Define u=xmh. Then uKx and its constant coefficient is the nonzero leading coefficient of h, so u is a unit. This gives h=xmu and xmu1 is directly a two-sided inverse. If h=xav=xbu with the two final factors constant-term units, least exponents give a=b=m and coefficient extensionality gives u=v.

givenF1F2
2.1

Over R, sending coefficient anxn to antn preserves finite convolution. The least x-exponent becomes the published least t1-exponent, so the order, factorisation, unit, and inverse formulas agree with the cited real theorem and valuation lemma.

step 1.1step 1.2givenF3F4
3.1

Steps 1.1-2.1 prove the embedding, image, unique factorisation, inverse formula, and real-coordinate dictionary.

step 1.1step 1.2step 2.1

5 · Examples, counterexamples and false statements

None yet.

Sources