Documentation

HopfAlgebras.Algebra.Forest

The Algebra of Rooted Forests #

This file defines the commutative algebra freely spanned by non-planar rooted forests. This is the algebraic carrier used by rooted-tree Hopf algebras.

Main definitions #

References #

@[reducible, inline]

The algebra freely spanned by rooted forests over a coefficient semiring.

Equations
Instances For

    The monomial associated to a rooted forest.

    Equations
    Instances For
      noncomputable def HopfAlgebras.ForestAlgebra.counitCoeff {R : Type u} [Zero R] [One R] (φ : RootedForest) :
      R

      The counit value on a forest monomial.

      Equations
      Instances For

        The counit algebra homomorphism, sending the empty forest to 1 and other forests to 0.

        Equations
        Instances For
          @[reducible, inline]

          Algebra characters on the rooted-forest algebra.

          Equations
          Instances For

            Evaluate a character on the forest monomial associated to a rooted forest.

            Equations
            Instances For
              theorem HopfAlgebras.ForestAlgebra.Character.ext {R : Type u} [CommSemiring R] {χ ψ : Character R} (h : ∀ (φ : RootedForest), χ.evalForest φ = ψ.evalForest φ) :
              χ = ψ