Character Convolution on the BCK Hopf Algebra #
The convolution product of forest-algebra characters induced by the BCK coproduct, with its unit (the counit), associativity, and the coefficient functions on planar trees, rooted trees and forests.
Evaluate one tensor-coded coproduct term against two characters.
Equations
- HopfAlgebras.PTree.evalCoproductTerm χ ψ term = χ.evalForest term.1 * ψ.evalForest term.2
Instances For
Evaluate a finite list of tensor-coded coproduct terms.
Equations
- HopfAlgebras.PTree.evalCoproductTerms χ ψ terms = (List.map (HopfAlgebras.PTree.evalCoproductTerm χ ψ) terms).sum
Instances For
Evaluate one triple tensor-coded term against three characters.
Equations
- HopfAlgebras.PTree.evalTripleCoproductTerm χ ψ η term = χ.evalForest term.1 * ψ.evalForest term.2.1 * η.evalForest term.2.2
Instances For
Evaluate a finite list of triple tensor-coded terms.
Equations
- HopfAlgebras.PTree.evalTripleCoproductTerms χ ψ η terms = (List.map (HopfAlgebras.PTree.evalTripleCoproductTerm χ ψ η) terms).sum
Instances For
The convolution coefficient of two characters on a planar rooted tree.
Equations
Instances For
Multiplicative extension of convolution coefficients to planar forests.
Equations
Instances For
Evaluate the tensor-coded forest algebra using two characters.
Equations
- One or more equations did not get rendered due to their size.
Instances For
Evaluate the 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 rooted forest.
Equations
Instances For
Character convolution coefficient on a non-planar rooted tree.
Equations
Instances For
The identity character for convolution.
Instances For
Character convolution induced by the BCK coproduct.
Equations
Instances For
Equations
- One or more equations did not get rendered due to their size.