The maximal inequality behind the sewing lemma #
The core estimate of rough integration theory (Friz–Hairer, Lemma 4.2;
Cass–Salvi lecture notes, arXiv:2404.06583): if a two-parameter map Ξ has
its Chen defect δΞ(s,u,t) = Ξ s t - Ξ s u - Ξ u t controlled by ω^θ for
a control ω, then Riemann sums of Ξ along any partition of [s,t] stay
within a uniform multiple of ω(s,t)^θ of Ξ s t.
The proof is the classical point-removal argument: any partition with
k ≥ 2 intervals contains an interior point whose neighbouring control
mass is at most 2 ω(s,t) / (k-1) (by superadditivity of ω applied to
alternating subchains), and removing it changes the Riemann sum by at most
(2 ω(s,t) / (k-1))^θ; iterating yields the bound Σ_{j≥1} (2 ω(s,t)/j)^θ.
All estimates are stated in ENNReal via the extended norm ‖·‖ₑ, so no
summability side conditions are needed for the maximal inequality itself.
The sum of a two-parameter function along the consecutive pairs of a
partition, Σᵢ f pᵢ pᵢ₊₁.
Equations
- RoughPaths.Sewing.pairSum f (x_1 :: y :: rest) = f x_1 y + RoughPaths.Sewing.pairSum f (y :: rest)
- RoughPaths.Sewing.pairSum f x✝ = 0
Instances For
The pair sum of a control along any chained list is bounded by the control between the head and the last point.
The sum of the control over the consecutive triples of a partition.
Equations
- RoughPaths.Sewing.tripleSum ω p = (List.map (fun (t : T × T × T) => ω.toFun t.1 t.2.2) (RoughPaths.Sewing.triples p)).sum
Instances For
The alternating superadditivity bound: the triple sum of a control along a chained partition is at most twice the control between the extreme points (the even- and odd-indexed subchains each contribute one copy).
The maximal inequality of the sewing lemma (Friz–Hairer, Lemma 4.2;
Cass–Salvi, arXiv:2404.06583, the key estimate behind rough integration):
if the Chen defect δΞ(a,b,c) = Ξ a c - Ξ a b - Ξ b c is bounded by
ω(a,c)^θ for a control ω, then the Riemann sum of Ξ along any chained
partition with n + 1 intervals differs from Ξ of the endpoints by at
most Σ_{j=1}^{n} (2 ω(s,t)/j)^θ.
Proved by the point-removal argument: the pigeonhole applied to the
alternating superadditivity bound produces an interior point whose removal
costs at most (2 ω(s,t)/n)^θ.
The maximal inequality with a partition-independent constant:
Riemann sums along any chained partition stay within
(Σ_j (2/(j+1))^θ) · ω(s,t)^θ of the endpoint increment.
A control admits fine partitions if between any two comparable times
there is an interpolating chain all of whose consecutive control
increments are at most ε. This holds e.g. for controls continuous on a
compact time interval.
Equations
Instances For
Uniqueness in the sewing lemma (Friz–Hairer, Lemma 4.2; Cass–Salvi,
arXiv:2404.06583): two primitives of Ξ with remainder O(ω^θ), θ > 1,
have equal increments, provided the control admits fine partitions.
Glue a partition (given as segment starting points with interpolating
interior chains) into a single refined partition ending at t.
Equations
- RoughPaths.Sewing.glue [] x✝ = [x✝]
- RoughPaths.Sewing.glue ((x_2, q) :: rest) x✝ = x_2 :: (q ++ RoughPaths.Sewing.glue rest x✝)
Instances For
The pair sum along a glued partition splits into the segment sums.
The refinement bound: refining each interval of a partition changes
the Riemann sum by at most the sewing constant times the θ-mass of the
coarse partition (Friz–Hairer, Lemma 4.2, the refinement step).
The θ-mass of a fine partition is small: if every interval of a
chained partition has control at most ε, its θ-mass is bounded by
ε^{θ-1} ω(s,t).
Every chained partition admits a fine refinement: given fine
partitions of the control, each interval can be interpolated by a chain
with control increments at most ε, assembling into a glued refinement of
the whole partition.
The combined refinement step: a partition that is fine at level ε
admits a refinement fine at any level ε' > 0 whose Riemann sum moves by
at most K ε^{θ-1} ω(x,t).
The sewing lemma, existence (Friz–Hairer, Lemma 4.2; Cass–Salvi,
arXiv:2404.06583): if the Chen defect of Ξ is controlled by ω^θ with
θ > 1 and the control admits fine partitions, then over every interval
the Riemann sums along a refining sequence of partitions converge to a
limit L — the rough integral — with the sewing remainder bound
‖L - Ξ s t‖ ≤ K ω(s,t)^θ.