The topology on level-2 rough paths #
The space Level2RoughPath ω α d of rough paths carrying level-2 bounds
against a fixed control ω, with the inhomogeneous rough path distance
ϱ(X,X') = sup_{s≤t} max( ‖X¹-X'¹‖ₑ/ω^α , ‖X²-X'²‖ₑ/ω^{2α} ).
This is a pseudo-emetric: two rough paths at distance zero agree at
levels one and two wherever ω is positive but may differ at higher
levels. Since both arguments obey the same level-2 bounds the distance
is bounded by 2 on the whole space.
RoughPathDist is the certified-constants form of the same distance
used by the quantitative stability theory; the two are interchangeable
via edist_le_of_roughPathDist and RoughPathDist.of_edist_le.
Certified distance between two rough paths over the same control:
ρ₁·ω^α at the first level and ρ₂·ω^{2α} at the second.
Instances For
The space of level-2 rough paths over a fixed control and exponent: the carrier of the rough path topology.
- X : AlgebraicRoughPath ℝ (Fin d) ℝ
The underlying algebraic rough path.
- level2 : IsLevel2RoughPath self.X ω α
The level-2 Hölder certificate.
Instances For
The inhomogeneous rough path distance.
Equations
- One or more equations did not get rendered due to their size.
Instances For
The rough path topology: the space of level-2 rough paths is a pseudo-emetric space under the inhomogeneous rough path distance.
Equations
- RoughPaths.Level2RoughPath.instPseudoEMetricSpace = { edist := RoughPaths.Level2RoughPath.roughDist, edist_self := ⋯, edist_comm := ⋯, edist_triangle := ⋯, uniformity_edist := ⋯ }
The rough path distance is bounded by 2 on the whole space: both
arguments obey the same level-2 bounds.
A certified rough path distance bounds the metric distance.
A metric distance bound certifies the rough path distance (the control must be finite to unfold the division).