The Algebra of Labelled Rooted Forests #
This file defines the commutative algebra freely spanned by labelled rooted
forests. It is the labelled analogue of HopfAlgebras.Algebra.Forest.
Main definitions #
LForestAlgebra- monoid algebra of labelled rooted forestsLForestAlgebra.ofForest- the monomial associated to a labelled forestLForestAlgebra.eraseLabels- forget labels as an algebra morphismLForestAlgebra.constLabel- label every vertex by a fixed label as an algebra morphismLForestAlgebra.mapLabels- relabel forests as an algebra morphismLForestAlgebra.counit- algebra counit sending the empty forest to1LForestAlgebra.Character- algebra characters on labelled forest algebra
The algebra freely spanned by labelled rooted forests over a coefficient semiring.
Equations
Instances For
The monomial associated to a labelled rooted forest.
Equations
Instances For
Forget labels as an algebra morphism from labelled to unlabelled forest algebra.
Equations
Instances For
Label every vertex as an algebra morphism from unlabelled to labelled forests.
Equations
Instances For
Relabel labelled forests as an algebra morphism.
Equations
Instances For
The counit value on a labelled forest monomial.
Instances For
The counit algebra homomorphism, sending the empty labelled forest to 1.
Equations
Instances For
Algebra characters on the labelled rooted-forest algebra.
Equations
Instances For
Evaluate a labelled-forest character on one forest monomial.
Equations
- χ.evalForest φ = χ (HopfAlgebras.LForestAlgebra.ofForest φ)
Instances For
Pull a labelled-forest character back along a relabelling map.
Equations
Instances For
Pull an unlabelled forest character back by forgetting labels.
Equations
Instances For
Pull a labelled-forest character back along constant labelling.
Equations
Instances For
A labelled forest character whose values only depend on the unlabelled forest.
Equations
- χ.LabelInvariant = ∀ (φ ψ : HopfAlgebras.LRootedForest α), φ.erase = ψ.erase → χ.evalForest φ = χ.evalForest ψ
Instances For
Unlabelled forest characters are equivalent to label-invariant labelled characters.
Equations
- One or more equations did not get rendered due to their size.