Concrete controls #
Constructions of superadditive controls: the linear control c·(t − s) on
the real line, sums, scalar multiples, powers ω^p for p ≥ 1, controls
from bounded variation, and the bridge from Hölder continuity. Also the
standard power gauge (k, r) ↦ C^k · r^(a·k) instantiating the abstract
gauge of RoughPaths.Analytic.
The linear control c·(t − s) on the real line.
Equations
- RoughPaths.Control.ofReal c = { toFun := fun (s t : ℝ) => c * ENNReal.ofReal (t - s), diagonal := ⋯, superadditive := ⋯ }
Instances For
@[simp]
The control given by the extended variation of a path on [s, t].
Equations
Instances For
@[simp]
theorem
RoughPaths.Control.ofEVariation_apply_of_le
{E : Type v}
[PseudoEMetricSpace E]
(f : ℝ → E)
{s t : ℝ}
(hst : s ≤ t)
:
The linear control associated with a (C, r)-Hölder bound: the control
stays LINEAR (so fine partitions are free) and the Hölder exponent lives in
the sewing exponent θ.
Equations
- RoughPaths.Control.holder C r = RoughPaths.Control.ofReal (↑C ^ (1 / ↑r))