The Munthe-Kaas-Wright Antipode #
This file defines the antipode of the Munthe-Kaas-Wright Hopf algebra of ordered forests, following the recursion of Munthe-Kaas & Wright, On the Hopf algebraic structure of Lie group integrators (Found. Comput. Math. 8, 2008; arXiv:math/0603023), Theorem 2:
S_N(𝟙) = 𝟙,
S_N(ω τ) = -μ_N((S_N ⊗ I)(Δ_N(ω) ⊔·(I ⊗ B⁺)Δ_N(B⁻(τ)))),
where μ_N is the shuffle product of ordered forests. The argument of
S_N ⊗ I consists of all MKW coproduct terms except the full cut
ωτ ⊗ 𝟙, and every such term prunes strictly fewer vertices, so the
recursion is well-founded by forest order.
Main definitions #
PlanarForestAlgebra.shuffleOf- the shuffle product of two ordered forestsPlanarForestAlgebra.shuffleRight- shuffle a general element with a forestPlanarForest.mkwAntipode- the MKW antipodePlanarForest.sum_shuffleRight_mkwAntipode_mkwTerms- the left antipode identityμ_N(S_N ⊗ I)Δ_N = u_N ∘ e_N
The antipode is verified on forests of order at most two.
The shuffle product of two ordered forests in the ordered forest algebra.
This is the product μ_N of the MKW Hopf algebra.
Equations
- HopfAlgebras.PlanarForestAlgebra.shuffleOf ts us = (List.map (fun (vs : HopfAlgebras.PlanarForest) => HopfAlgebras.PlanarForestAlgebra.ofForest vs) (HopfAlgebras.Word.shuffle ts us)).sum
Instances For
Shuffle a general element of the ordered forest algebra with a fixed ordered forest on the right.
Equations
- x.shuffleRight us = Finsupp.sum x fun (ts : HopfAlgebras.PlanarForest) (a : R) => a • HopfAlgebras.PlanarForestAlgebra.shuffleOf ts us
Instances For
Shuffling with the empty forest on the right is the identity.
The MKW antipode of an ordered forest, by the recursion of
arXiv:math/0603023, Theorem 2: minus the shuffle products S_N(p) ⧢ r over
all MKW coproduct terms (p, r) except the full cut.
Equations
- One or more equations did not get rendered due to their size.
Instances For
The defining recursion of the MKW antipode on a nonempty forest.
The left antipode identity μ_N(S_N ⊗ I)Δ_N = u_N ∘ e_N of the MKW Hopf
algebra (arXiv:math/0603023, Theorem 2), evaluated on an ordered forest.
Small-order verification against arXiv:math/0603023 #
S_N(•) = -• and S_N(χ) = • ⧢ • - χ = 2(••) - χ for the two-vertex
chain χ.