Labelled Character Convolution #
The convolution of labelled forest-algebra characters induced by the labelled BCK coproduct, with unit (the counit), associativity, the coefficient functions on labelled trees and forests, and the erase-labels bridges to the unlabelled character convolution.
Evaluate one labelled tensor-coded coproduct term against two characters.
Equations
- HopfAlgebras.PLTree.evalCoproductTerm χ ψ term = χ.evalForest term.1 * ψ.evalForest term.2
Instances For
Evaluate a finite list of labelled tensor-coded coproduct terms.
Equations
- HopfAlgebras.PLTree.evalCoproductTerms χ ψ terms = (List.map (HopfAlgebras.PLTree.evalCoproductTerm χ ψ) terms).sum
Instances For
Evaluate one labelled triple tensor-coded term against three characters.
Equations
- HopfAlgebras.PLTree.evalTripleCoproductTerm χ ψ η term = χ.evalForest term.1 * ψ.evalForest term.2.1 * η.evalForest term.2.2
Instances For
Evaluate a finite list of labelled triple tensor-coded terms.
Equations
- HopfAlgebras.PLTree.evalTripleCoproductTerms χ ψ η terms = (List.map (HopfAlgebras.PLTree.evalTripleCoproductTerm χ ψ η) terms).sum
Instances For
Pulling characters back along label erasure commutes with one coproduct-term evaluation.
Pulling characters back along label erasure commutes with finite coproduct evaluation.
Pulling characters back along relabelling commutes with one coproduct-term evaluation.
Pulling characters back along relabelling commutes with finite coproduct evaluation.
Pulling characters back along constant labelling commutes with one coproduct-term evaluation.
Pulling characters back along constant labelling commutes with finite coproduct evaluation.
The convolution coefficient of two characters on a planar labelled rooted tree.
Equations
Instances For
Multiplicative extension of labelled convolution coefficients to planar labelled forests.
Equations
Instances For
Labelled convolution with characters pulled back by erasure is unlabelled convolution.
Labelled forest convolution pulled back by erasure is unlabelled forest convolution.
If two labelled characters ignore labels, their planar convolution does too.
If two labelled characters ignore labels, their planar forest convolution does too.
Evaluate tensor-coded labelled forest algebra terms by a pair of characters.
Equations
- One or more equations did not get rendered due to their size.
Instances For
Evaluate the labelled triple tensor-coded forest algebra using three characters.
Equations
- One or more equations did not get rendered due to their size.
Instances For
Character convolution evaluated on a non-planar labelled rooted forest.
Equations
Instances For
Character convolution coefficient on a non-planar labelled rooted tree.
Equations
Instances For
The identity labelled character for convolution.
Instances For
Labelled character convolution induced by the labelled BCK coproduct.
Equations
Instances For
Equations
- One or more equations did not get rendered due to their size.
Equations
- One or more equations did not get rendered due to their size.
Equations
- HopfAlgebras.LForestAlgebra.Character.labelInvariantMulEquiv = { toEquiv := HopfAlgebras.LForestAlgebra.Character.labelInvariantEquiv, map_mul' := ⋯ }