Documentation

RoughPaths.HopfRoughPath.Instances

The three instances of Hopf rough paths #

The abstract HopfRoughPath (Rahm, Definition 2.2) specialises to the three signature notions of the library, with inverse translations:

The γ-regularity of Definition 2.2.3 specialises with the natural gradings: word length, forest order, and planar forest order.

Classical rough paths: the word shuffle Hopf algebra #

A weakly geometric word rough path is a Hopf rough path over the word shuffle Hopf algebra.

Equations
Instances For

    A Hopf rough path over the word shuffle Hopf algebra is a (weakly geometric) word rough path.

    Equations
    • X.toWord = { increment := fun (s t : T) => (X.increment s t), identity := , chen := , unitEmpty := }
    Instances For
      @[simp]
      theorem RoughPaths.AlgebraicRoughPath.toHopf_toWord {T : Type u} {α : Type v} {R : Type w} [CommSemiring R] (X : AlgebraicRoughPath T α R) (hX : X.IsWeaklyGeometric) :
      (X.toHopf hX).toWord = X

      γ-regularity with the natural gradings (Definition 2.2.3) #

      @[reducible, inline]

      A γ-regular classical rough path: Definition 2.2 over the word shuffle Hopf algebra, graded by word length.

      Equations
      Instances For
        @[reducible, inline]

        A γ-regular branched rough path: Definition 2.2 over the BCK bialgebra, graded by forest order.

        Equations
        Instances For
          @[reducible, inline]

          A γ-regular planarly branched rough path: Definition 2.2 over the MKW bialgebra, graded by planar forest order.

          Equations
          Instances For