Graded combinatorial bialgebras: the character group #
A connected grading on a combinatorial bialgebra H (as in
Definition 2.1 of Rahm, Planar Regularity Structures): a degree
function on the basis for which the unit is the unique degree-zero
element, degrees add along the product expansion, and every coproduct
term splits the degree.
The main theorem is the classical one: over a connected graded
bialgebra the characters form a group under convolution
(CombBialg.Grading.characterGroup) — no antipode is needed. The
inverse is the geometric series φ⁻¹ = ∑ₖ (ε − φ)^{*k}, a finite sum
in each degree because (ε − φ)^{*k} vanishes below degree k
(convPow_vanish); the convolution-inverse identities follow by
telescoping (conv_gradedInv, gradedInv_conv), and multiplicativity
of the inverse (gradedInv_isCharacter) by strong induction on total
degree, splitting the counit as ε = φ + (ε − φ) and extracting the
diagonal with the counit laws.
This equips the characters of the BCK, labelled BCK and MKW forest
bialgebras with group structure (see
HopfAlgebras.Combinatorial.GradedInstances).
A connected grading of a combinatorial bialgebra: the unit is the unique basis element of degree zero, degrees are additive along the product expansion, and each coproduct term splits the degree.
- deg : B → ℕ
The degree of a basis element.
Connectedness: the unit is the only degree-zero element.
Coproduct terms split the degree.
Degrees are additive along the product expansion.
Instances For
Convolution powers of a functional, with the counit as the zeroth power.
Equations
- H.convPow φ 0 = HopfAlgebras.CombBialg.Character.counit
- H.convPow φ k.succ = HopfAlgebras.CombBialg.Character.conv φ (H.convPow φ k)
Instances For
The counit defect ε − φ of a functional.
Equations
- H.counitSub φ x = HopfAlgebras.CombBialg.Character.counit x - φ x
Instances For
Sum plumbing #
Degree bookkeeping #
Vanishing of convolution powers #
The geometric-series inverse #
The convolution inverse of a character over a connected graded
bialgebra: the geometric series ∑ₖ (ε − φ)^{*k}, truncated at the
degree of the argument.
Instances For
Convolution with the counit on the left is the identity.
Convolution with the counit on the right is the identity.
Convolution is associative on arbitrary functionals.
Left inverse identity: φ * φ⁻¹ = ε for a character φ.
Right inverse identity: φ⁻¹ * φ = ε for a character φ.
Multiplicativity of the inverse #
The inverse of a character is a character. Proved by strong
induction on total degree: the counit splits as ε = φ + (ε − φ), the
φφ-part collapses by the bialgebra axiom and the inverse identities,
every term containing an ε − φ factor dies by the inductive
hypothesis, and the εε-part extracts the claim via the counit laws.
The character group #
The character group of a connected graded combinatorial bialgebra: characters form a group under convolution, with the geometric-series inverse.
Equations
- One or more equations did not get rendered due to their size.