Documentation

HopfAlgebras.Hopf.Dual

Dual Convolution #

This file defines convolution of linear functionals on the rooted-forest Hopf algebras. It also records the general left inverse identity induced by the recursive antipode after evaluating by a character.

@[reducible, inline]

Linear functionals on the rooted-forest algebra.

Equations
Instances For

    Evaluate a tensor-coded forest pair by two linear functionals.

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

      The linear functional underlying a forest-algebra character.

      Equations
      Instances For

        Evaluate a linear functional on the forest monomial associated to a rooted forest.

        Equations
        Instances For

          Compose a linear functional with the recursive antipode.

          Equations
          Instances For

            Compose a linear functional with the right-recursive antipode.

            Equations
            Instances For

              Convolution of linear functionals induced by the BCK coproduct.

              Equations
              Instances For

                Linear functionals agreeing on every forest monomial are equal.

                Two forest linear functionals agree on all forests of order at most n.

                Equations
                Instances For

                  Evaluate a triple tensor-coded forest term by three linear functionals.

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

                    Convolution powers of a linear functional, with the counit as the zeroth power.

                    Equations
                    Instances For

                      The truncated convolution logarithm of a forest character.

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

                        The antipode-composed linear functional that gives the convolution inverse of a character.

                        Equations
                        Instances For
                          @[reducible, inline]

                          Linear functionals on the labelled rooted-forest algebra.

                          Equations
                          Instances For

                            Evaluate a labelled tensor-coded forest pair by two linear functionals.

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

                              The labelled counit as a linear functional.

                              Equations
                              Instances For

                                The linear functional underlying a labelled forest-algebra character.

                                Equations
                                Instances For

                                  Evaluate a labelled linear functional on the monomial associated to a labelled forest.

                                  Equations
                                  Instances For
                                    noncomputable def HopfAlgebras.LForestAlgebra.LinearFunctional.comapMapLabels {α : Type u} {R : Type v} [CommSemiring R] {β : Type w} (f : αβ) ( : LinearFunctional β R) :

                                    Pull a labelled linear functional back along a relabelling map.

                                    Equations
                                    Instances For
                                      @[simp]
                                      @[simp]
                                      theorem HopfAlgebras.LForestAlgebra.LinearFunctional.comapMapLabels_add {α : Type u} {R : Type v} [CommSemiring R] {β : Type w} (f : αβ) (m : LinearFunctional β R) :
                                      @[simp]
                                      theorem HopfAlgebras.LForestAlgebra.LinearFunctional.comapMapLabels_smul {α : Type u} {R : Type v} [CommSemiring R] {β : Type w} (f : αβ) (c : R) ( : LinearFunctional β R) :

                                      Pull a labelled linear functional back along constant labelling.

                                      Equations
                                      Instances For

                                        Compose a labelled linear functional with the recursive antipode.

                                        Equations
                                        Instances For

                                          Compose a labelled linear functional with the right-recursive antipode.

                                          Equations
                                          Instances For

                                            Convolution of labelled linear functionals induced by the labelled BCK coproduct.

                                            Equations
                                            Instances For
                                              @[simp]

                                              Two labelled forest linear functionals agree on all forests of order at most n.

                                              Equations
                                              Instances For

                                                Evaluate a labelled triple tensor term by three linear functionals.

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

                                                  Convolution powers of a labelled linear functional, with the counit as zeroth power.

                                                  Equations
                                                  Instances For

                                                    The truncated convolution logarithm of a labelled forest character.

                                                    Equations
                                                    • One or more equations did not get rendered due to their size.
                                                    Instances For
                                                      theorem HopfAlgebras.LForestAlgebra.LinearFunctional.logCharacterTruncated_evalForest {α : Type u} {R : Type v} [Field R] (χ : Character α R) (n : ) (φ : LRootedForest α) :
                                                      (logCharacterTruncated χ n).evalForest φ = (List.map (fun (i : ) => have k := i + 1; (-1) ^ (k + 1) * (↑k)⁻¹ * ((augmentationPart χ).convolutionPower k).evalForest φ) (List.range n)).sum

                                                      The antipode-composed linear functional that gives the convolution inverse of a character.

                                                      Equations
                                                      Instances For