Documentation

RoughPaths.Integration.ControlledPath

Level-2 rough paths and controlled paths #

Analytic regularity for a d-dimensional rough path with respect to a control ω: the first-level coordinates are bounded by ω^α and the second-level ones by ω^{2α}, with 1/3 < α ≤ 1/2. A path Y is controlled by such a rough path (Gubinelli) when it admits a derivative Y' along the first level with remainder of order ω^{2α}. Certificates (the constants) are carried as data so that all downstream estimates are fully quantitative.

structure RoughPaths.IsLevel2RoughPath {d : } (X : AlgebraicRoughPath (Fin d) ) (ω : Control ) (α : ) :

Level-2 Hölder-type bounds for a rough path over the alphabet Fin d with respect to a control ω. Covers non-geometric (e.g. Itô-type) rough paths: only Chen's identity and these bounds are used.

Instances For
    structure RoughPaths.ControlledPath {d : } (X : AlgebraicRoughPath (Fin d) ) (ω : Control ) (α : ) (W : Type u_1) [NormedAddCommGroup W] [NormedSpace W] :
    Type u_1

    A path with values in W controlled by the rough path X: a Gubinelli derivative Yd along the first level, a sup bound and an α-Hölder bound on the derivative, and an ω^{2α} remainder.

    Instances For

      Extended-norm homogeneity of real scalar multiplication.

      def RoughPaths.ControlledPath.const {d : } {W : Type u_1} [NormedAddCommGroup W] [NormedSpace W] (X : AlgebraicRoughPath (Fin d) ) (ω : Control ) (α : ) (w : W) :
      ControlledPath X ω α W

      A constant path is controlled with zero derivative.

      Equations
      Instances For
        theorem RoughPaths.enorm_fin_sum_le {d : } {F : Type u_2} [NormedAddCommGroup F] {g : Fin dF} {C : ENNReal} (h : ∀ (i : Fin d), g i‖ₑ C) :
        i : Fin d, g i‖ₑ d * C

        A uniform bound on Fin d-indexed summands gives a d-scaled bound.

        theorem RoughPaths.ControlledPath.enorm_increment_le {d : } {X : AlgebraicRoughPath (Fin d) } {ω : Control } {α : } {W : Type u_1} [NormedAddCommGroup W] [NormedSpace W] (hX : IsLevel2RoughPath X ω α) (Z : ControlledPath X ω α W) s t : (hst : s t) :
        Z.Y t - Z.Y s‖ₑ d * Z.Cb * ω.toFun s t ^ α + Z.Cy * ω.toFun s t ^ (2 * α)

        The path increment of a controlled path is bounded by d·Cb·ω^α + Cy·ω^{2α}.