Analytic Rough Path Bounds #
This file adds a lightweight analytic layer for rough paths. The central object is a control, a superadditive two-parameter function used in the standard formulation of rough path variation estimates.
The bounds are deliberately stated with an abstract coordinate size and gauge. This keeps the definitions independent of a particular normed coefficient space or choice of exponent.
Main definitions #
Control- superadditive two-parameter control functionIncrementControlledBy- generic bound for an increment mapAlgebraicRoughPath.HasCoordinateControl- word-coordinate bounds
Forest-coordinate controls for branched rough paths live downstream in
LeanBSeries (BSeries.RoughPaths.Analytic).
A control is a superadditive two-parameter function with zero diagonal.
- toFun : T → T → ENNReal
Instances For
Equations
- RoughPaths.Control.instCoeFunForallForallENNReal = { coe := fun (ω : RoughPaths.Control T) => ω.toFun }
The zero control.
Equations
- RoughPaths.Control.zero T = { toFun := fun (x x_1 : T) => 0, diagonal := ⋯, superadditive := ⋯ }
Instances For
All word coordinates of a rough path are bounded by a control and gauge.
Equations
Instances For
A rough path together with a coordinate control certificate.
- toAlgebraic : AlgebraicRoughPath T α R
- control : Control T
- controlled : self.toAlgebraic.HasCoordinateControl self.control size gauge
Instances For
Pull a controlled rough path back along a map of alphabets.
Equations
- RoughPaths.AlgebraicRoughPath.Controlled.comapMapLetters f X = { toAlgebraic := RoughPaths.AlgebraicRoughPath.comapMapLetters f X.toAlgebraic, control := X.control, controlled := ⋯ }
Instances For
Pull a controlled rough path back along a monotone map of time domains.
Equations
- RoughPaths.AlgebraicRoughPath.Controlled.comapTime f hf X = { toAlgebraic := RoughPaths.AlgebraicRoughPath.comapTime f X.toAlgebraic, control := X.control.comap f hf, controlled := ⋯ }
Instances For
Coordinate of a controlled rough path increment on a word.
Equations
- X.coeff s t word = X.toAlgebraic.coeff s t word