Alphabeta Math
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 R⟦x⟧ 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 K⟦x⟧ 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:N→R, written

f=∑n≥0anxn,

and R⟦x⟧ 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 n∈N, 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 [xn−i]g.

The last sum is finite, including when n=0. The constant r∈R 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 R⟦x⟧. 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 R⟦x⟧ a commutative ring containing R[x] as the finitely supported subring

Statement

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

j:R[x]⟶R⟦x⟧

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[xn−i]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 R⟦x⟧ 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,g∈R⟦x⟧, r∈R, and n,k∈N. 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)={[xn−k]f,k≤n,0,k>n,

and

[xn](fg)=∑i=0n[xi]f[xn−i]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[xn−i]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 N→R, proving both directions of extensionality.

givenF1
1.2

In the convolution for xkf, the first factor has one nonzero coefficient, at k. It contributes [xn−k]f when k≤n 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 f∈R⟦x⟧, its formal order is

ord⁡x(f):=min⁡{n∈N:[xn]f≠0},

and ord⁡x(0):=+∞. We use the conventions m<+∞, m+(+∞)=+∞, and min⁡(m,+∞)=m.

For N∈N, write

f≡g(modxN)

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

A sequence (fj)j≥0 converges x-adically to f if for every N there is J such that fj≡f(modxN) whenever j≥J. It is x-adically Cauchy if for every N there is J such that fj≡fk(modxN) whenever j,k≥J. 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,

ord⁡x(f+g)≥min⁡(ord⁡xf,ord⁡xg),

and

ord⁡x(fg)≥ord⁡xf+ord⁡xg.

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

ord⁡x(fg)=ord⁡xf+ord⁡xg

with the +∞ convention, and R⟦x⟧ 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 ord⁡x(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 1≠0 and no zero divisors (Zero divisor, and integral domain: a commutative ring with 1≠0 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=ord⁡xf and q=ord⁡xg 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; R⟦x⟧ also has 1≠0 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)i∈I be a family in R⟦x⟧. It is summable if, for every N∈N, only finitely many i∈I have a nonzero coefficient in a degree n<N. Its sum is defined coefficientwise by

[xn]∑i∈Ifi:=∑i∈I[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)k≥0 with ord⁡x(uk)→+∞, define

∏k≥0(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)i∈I be a summable family in R⟦x⟧.

  1. A bijection of its index set does not change its sum. A partition I=⨆j∈JIj gives summable subfamilies, a summable family (∑i∈Ijfi)j∈J, and ∑i∈Ifi=∑j∈J∑i∈Ijfi.
  2. For every h∈R⟦x⟧, the family (hfi)i∈I is summable and h∑i∈Ifi=∑i∈Ihfi.
  3. If ord⁡x(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 ord⁡x(uk)→+∞, the product ∏k≥0(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+uk≡1(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 →

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

Statement

Every x-adically Cauchy sequence in R⟦x⟧ has a unique x-adic limit. For every f∈R⟦x⟧, its truncations

f<N:=∑n<N[xn]f xn∈R[x]

converge x-adically to f. Thus R⟦x⟧ 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 R⟦x⟧ 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 fj≡f(modxN) thereafter, so fj→f.

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<N→f; 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=∑n≥0anxn∈R⟦x⟧. Then f is a unit in R⟦x⟧ if and only if a0 is a unit in R.

When a0 is a unit, the inverse g=∑n≥0bnxn is unique and is determined by

b0=a0−1,bn=−a0−1∑i=1naibn−i(n≥1).

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 n≥1 it is a0bn+∑i=1naibn−i=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 a0−1 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, K⟦x⟧ is a domain and its nonunits form the unique maximal ideal xK⟦x⟧

Statement

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

xK⟦x⟧={f∈K⟦x⟧:[x0]f=0},

which is the unique maximal ideal of K⟦x⟧.

Facts & Assumptions

Given: The hypotheses and notation of the statement above.

[F1]

A field has 0≠1, 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)=[xn−k]f for k≤n 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 K⟦x⟧ 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 1≠0.

givenF3F4
2.1

If an ideal strictly contains xK⟦x⟧, it contains a series with nonzero constant coefficient, hence a unit, and therefore is the whole ring. Thus xK⟦x⟧ is maximal. Conversely, every proper ideal contains no unit, so every maximal ideal is contained in the set of nonunits xK⟦x⟧ 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 f∘g of formal series when the outer series is a polynomial or the inner series has zero constant term

Definition

For f=∑n≥0anxn and g∈R⟦x⟧, define the formal composition

f∘g:=∑n≥0angn

in either of these cases:

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

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

If f has infinitely many nonzero coefficients and [x0]g≠0, 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 g∈R⟦x⟧ have zero constant coefficient. Then

Sg:R⟦x⟧→R⟦x⟧,Sg(f)=f∘g,

is a unital ring homomorphism. Thus

(f+h)∘g=f∘g+h∘g,(fh)∘g=(f∘g)(h∘g),1∘g=1.

If g and h both have zero constant coefficient, then

(f∘g)∘h=f∘(g∘h)

for every f∈R⟦x⟧. 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 f∘x=f and x∘f=f. Composition need not be commutative.

Facts & Assumptions

Given: The hypotheses and notation of the statement above.

[F1]

Formal composition is f∘g=∑n≥0[xn]f gn, defined when f is a polynomial or when g(0)=0 (Composition f∘g 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]f gi)(∑j[xj]h gj). Constants give 1∘g=1.

givenF1F2F3
1.2

For associativity assume [x0]g=[x0]h=0. Then ord⁡x(gn)≥n and ord⁡x(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 f∈xR⟦x⟧. There is a unique g∈xR⟦x⟧ such that

f∘g=x=g∘f

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 (f∘g)∘h=f∘(g∘h); also f∘x=f and x∘f=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 f∘g=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=a1−1. After b1,…,bn−1 have been chosen, the coefficient of xn in f∘(b1x+⋯+bnxn) is a1bn+cn, where cn depends only on the earlier bj. Set bn=−a1−1cn. The resulting g has f∘g=x, and the same equations show that it is the unique left inverse.

given
2.1

Apply the construction to g: its linear coefficient a1−1 is a unit, so there is h with g∘h=x. Associativity gives f=f∘x=f∘(g∘h)=(f∘g)∘h=x∘h=h. Thus g∘f=x as well, and any two-sided inverse is the already unique solution of f∘g=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)=∑n≥1nanxn−1

Definition

For f=∑n≥0anxn∈R⟦x⟧, its formal derivative is

Df=f′:=∑n≥1nanxn−1,

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)=nxn−1 for n≥1 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 m∈N,

D(fm)=mfm−1Df

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

D(f−1)=−f−2Df.

Consequently, if g is a unit, then

D(f/g)=(Df)g−fDgg2.

Whenever f∘g is admissible and the resulting termwise differentiated family is summable,

D(f∘g)=(Df∘g)Dg.

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

D[n]f:=∑m≥n(mn)[xm]f xm−n

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 ∑n≥0anxn is ∑n≥1nanxn−1 (The formal derivative D(∑anxn)=∑n≥1nanxn−1).

[F3]

Multiplication by xk shifts coefficients: [xn](xkf)=[xn−k]f for k≤n 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 n−1, D(fg) has coefficient n∑i+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=FG−1. Its constant coefficient is F(0)G(0)−1=f′(0)g′(0)−1.

givenF3F4
2.1

Differentiating ff−1=1 and using the product rule gives (Df)f−1+fD(f−1)=0; multiplying by f−1 gives the inverse rule. Applying the product rule to f/g=fg−1 and then the inverse rule gives D(f/g)=((Df)g−fDg)g−2.

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 Q→R. We identify each rational with its image in R.

For u∈xR⟦x⟧, define

exp⁡(u):=∑n≥0unn!,log⁡(1+u):=∑n≥1(−1)n−1unn.

For c∈R, define the formal binomial power

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

Since ord⁡x(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,v∈xR⟦x⟧ and c,d∈R,

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

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

and exp⁡:xR⟦x⟧→1+xR⟦x⟧ and log⁡:1+xR⟦x⟧→xR⟦x⟧ 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=∑n≥0c(c−1)⋯(c−n+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)=∑n≥0un/n! and log⁡(1+u)=∑n≥1(−1)n−1un/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)=mfm−1Df for m≥1 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)=∑n≥0(u+v)n/n! by the finite binomial identity, so the exponential addition law holds.

givenF1F4
1.2

Termwise differentiation gives Dexp⁡(u)=(exp⁡u)Du and Dlog⁡(1+u)=(1+u)−1Du. Hence D(log⁡(exp⁡u)−u)=0, and its constant coefficient is 0, so log⁡(exp⁡u)=u. For z=1+u and y=exp⁡(log⁡z), the same formulas give D(yz−1)=0 and (yz−1)(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 n≥1, 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 u∈xR⟦x⟧ has a unique kth root with constant coefficient 1 in a commutative Q-algebra

Statement

Let R be a commutative Q-algebra, u∈xR⟦x⟧, and k≥1. There is a unique v∈1+xR⟦x⟧ 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 xR⟦x⟧ and 1+xR⟦x⟧, and for u∈xR⟦x⟧ and c,d∈R 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 v∈1+xR⟦x⟧ and vk=1+u, the logarithm addition law gives klog⁡v=log⁡(1+u). Since k is invertible in a Q-algebra, log⁡v=(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:Z→K whose support is bounded below. Write

K((x)):={∑n≥Nanxn:N∈Z}.

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⁡{n∈Z:[xn]f≠0},

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

res⁡x(f):=[x−1]f.

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

res⁡x(Df)=0,res⁡x((Df)g)=−res⁡x(fDg).

For nonzero f,

res⁡x ⁣(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 g∈xK⟦x⟧ has nonzero linear coefficient, then, for every F∈K((x)) for which F∘g is formed by Laurent substitution,

res⁡x((F∘g)Dg)=res⁡x(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 res⁡x(f)=[x−1]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)=mfm−1Df for m≥1 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 x−1 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 u∈K⟦x⟧ has nonzero constant coefficient. Then u is a unit by the unit criterion, and Df/f=mx−1+Du/u. Since Du/u∈K⟦x⟧, it has no x−1 coefficient. The residue is therefore m.

givenF1F3
2.1

For the change of variables, linearity reduces the claim coefficientwise to F=xm. If m≠−1, 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 g−1Dg=x−1+u−1Du 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 ϕ∈K⟦u⟧ have ϕ(0)≠0, and let w∈xK⟦x⟧ be the unique solution of

w=xϕ(w).

Then for H∈K⟦u⟧ and n≥1,

[xn]H(w)=1n[un−1]H′(u)ϕ(u)n.

In particular, for 1≤k≤n,

[xn]wk=kn[un−k]ϕ(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 f∈xR⟦x⟧, there is a unique g∈xR⟦x⟧ with f∘g=x=g∘f 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 res⁡x((F∘g)Dg)=res⁡x(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)−1≠0, 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)=res⁡x(H(w)x−n−1). Change variables x=ψ(u) to obtain res⁡u(H(u)ψ(u)−n−1ψ′(u)).

givenF3
2.1

Since D(ψ−n)=−nψ−n−1ψ′, integration by parts transforms step 1.2 into 1nres⁡u(H′(u)ψ(u)−n). Substituting ψ(u)=u/ϕ(u) gives 1nres⁡u(H′(u)u−nϕ(u)n)=1n[un−1]H′(u)ϕ(u)n.

step 1.2givenF3
3.1

Taking H(u)=uk gives the second formula. If k>n, the requested exponent n−k is negative while ϕ(u)n is a power series, so the coefficient is 0; the same vanishing also follows from ord⁡x(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 →

K⟦x⟧ embeds in K((x)) as the nonnegative-order subring; every nonzero Laurent series is uniquely xvx(h)u with u∈K⟦x⟧× and inverse x−vx(h)u−1

Statement

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

K⟦x⟧↪K((x))

whose image is {0}∪{h:vx(h)≥0}. Every nonzero h∈K((x)) has a unique factorisation

h=xvx(h)u,u∈K⟦x⟧×,

and

h−1=x−vx(h)u−1.

For K=R, the substitution xn↦t−n 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 res⁡x(f)=[x−1]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((t−1)) 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((t−1)): 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=x−mh. Then u∈K⟦x⟧ and its constant coefficient is the nonzero leading coefficient of h, so u is a unit. This gives h=xmu and x−mu−1 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 ant−n preserves finite convolution. The least x-exponent becomes the published least t−1-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