Rough paths over a combinatorial Hopf algebra #
The abstract H-rough path of L. Rahm, Planar Regularity Structures
(Found. Comput. Math. 2026), Definition 2.2: a two-parameter family of
characters of a combinatorial (Hopf) bialgebra H, equal to the
counit on the diagonal and satisfying Chen's identity — the
increment over [s, u] is the convolution of the increments over
[s, t] and [t, u]. In our character monoid this is simply
This single structure subsumes classical (weakly geometric) rough
paths (H = wordHopf, the shuffle algebra of words), branched rough
paths (H = bckBialg, Butcher–Connes–Kreimer) and planarly branched
rough paths (H = mkwBialg, Munthe-Kaas–Wright) — the identifications
are in RoughPaths.HopfRoughPathInstances.
The theory shared by all instances is proved here once:
- coefficient-level Chen expansion (
chen_coeff), unit and multiplicativity of coefficients; - the constant unit rough path and time reparametrisation;
- increments are units of the character monoid: the reverse
increment is a two-sided convolution inverse, purely from Chen and
the diagonal identity — no antipode needed
(
increment_mul_reverse); over a genuine Hopf algebra the reverse increment is the group inverse, i.e. antipode precomposition (increment_reverse_eq_inv); - Chen along a chain of intermediate times (
increment_eq_prod); - agreement up to a degree, for any grading of the basis
(
AgreeUpTo); - γ-regularity in the sense of Definition 2.2.3: every graded basis
coefficient is
γ·deg-Hölder (IsHolderRegular).
A rough path over a combinatorial Hopf algebra H (Rahm,
Definition 2.2, algebraic part): a two-parameter family of characters
of H which is the counit on the diagonal and satisfies Chen's
identity, i.e. a multiplicative two-parameter family in the character
monoid of H.
- increment : T → T → H.Character R
The increment character over the interval
[s, t]. Diagonal increments are the convolution unit (the counit).
Chen's identity: convolution of adjacent increments.
Instances For
The coefficient of a basis element in an increment.
Instances For
The coefficient of the unit basis element is 1 — the increments
are normalized linear forms.
Increments are multiplicative on basis products — the linear forms are characters (Definition 2.2.1).
For a monomial product expansion mul x y = [z] — as in the BCK
and MKW forest bialgebras — coefficients are multiplicative on the
product: ⟨X, z⟩ = ⟨X, x⟩·⟨X, y⟩.
Diagonal coefficients are the counit.
Chen's identity at the level of coefficients: the coproduct
expansion of the increment over [s, u] (Definition 2.2.2).
The unit rough path and reparametrisation #
The constant unit rough path: every increment is the counit.
Equations
- RoughPaths.HopfRoughPath.unit H T R = { increment := fun (x x_1 : T) => 1, identity := ⋯, chen := ⋯ }
Instances For
Reparametrise time along a map f : S → T.
Equations
- RoughPaths.HopfRoughPath.comapTime f X = { increment := fun (s t : S) => X.increment (f s) (f t), identity := ⋯, chen := ⋯ }
Instances For
Increments are units of the character monoid #
The reverse increment is a two-sided convolution inverse, purely from Chen's identity and the diagonal condition — no antipode is needed.
Over a genuine Hopf algebra the reverse increment is the group inverse of the character group — precomposition with the antipode.
Chen along a chain #
Chen's identity along a chain of intermediate times: the
increment over [s, t] is the ordered convolution product of the
increments along s, p₁, …, pₙ, t.
Agreement up to a degree #
Two Hopf rough paths agree up to degree n, with respect to a
grading deg of the basis.
Equations
Instances For
γ-regularity (Definition 2.2.3) #
A Hopf rough path over the real line is γ-regular for a
grading deg of the basis when every basis coefficient is
γ·deg-Hölder: |⟨X_{st}, x⟩| ≤ C_x·|t - s|^{γ·|x|}. This is
condition 3 of Definition 2.2 (the finite-supremum form, stated as the
existence of a constant per basis element).
Equations
Instances For
The unit rough path is γ-regular for every grading that puts the
unit basis element in degree zero.
γ-regularity is inherited along contracting reparametrisations of the line; in particular it is invariant under restriction.