Documentation

HopfAlgebras.Forests.Rooted

Rooted Forests #

This file defines non-planar rooted forests as multisets of non-planar rooted trees. These are the monomials in the commutative algebra of rooted forests.

Main definitions #

References #

@[reducible, inline]

Non-planar rooted forests, represented by multisets of non-planar rooted trees.

Equations
Instances For

    Two planar tree lists represent the same non-planar rooted forest.

    Equations
    Instances For
      theorem HopfAlgebras.PTree.ForestPerm.trans {ts us vs : List PTree} (h₁ : ForestPerm ts us) (h₂ : ForestPerm us vs) :
      theorem HopfAlgebras.PTree.ForestPerm.cons {t u : PTree} {ts us : List PTree} (ht : t.Perm u) (h : ForestPerm ts us) :
      ForestPerm (t :: ts) (u :: us)
      theorem HopfAlgebras.PTree.ForestPerm.append {ts us vs ws : List PTree} (h₁ : ForestPerm ts us) (h₂ : ForestPerm vs ws) :
      ForestPerm (ts ++ vs) (us ++ ws)

      The forest immediately below the root of a non-planar rooted tree.

      Equations
      Instances For

        The empty rooted forest.

        Equations
        Instances For

          The total number of vertices in a rooted forest.

          Equations
          Instances For

            Predicate for rooted forests of a fixed order.

            Equations
            Instances For

              The product of the tree factorials in a rooted forest.

              Equations
              Instances For

                The B_+ operator: graft all roots in a forest onto one new common root.

                Equations
                • One or more equations did not get rendered due to their size.
                Instances For
                  @[simp]

                  Grafting quotient classes of planar trees agrees with planar PTree.node.

                  Graft a rooted forest onto the root of a rooted tree.

                  Equations
                  Instances For