Explicit Picard parameters #
The arithmetic side of RDE well-posedness: for every C³_b vector field
there exist box constants, contraction weights, a window size δα
and an offset constant Koff satisfying all the side conditions of the
Picard theory — the box-closure inequalities of picardMap_inBox and
the weighted contraction of the distance step, in its two-driver form
with a (ρ₁+ρ₂)-linear offset (PicardParams.contr).
The construction is hierarchical: the structural (non-δα) couplings of
the distance step form the acyclic chain a → b → e → c, so the weights
are solved greedily (wc = 1, then we, wb, wa) and every residual
coupling carries a factor δα, absorbed by choosing δα as the inverse
of the total residual coefficient.
pT/pR… below are the coefficients of the distance-step slots
collected as linear forms in the certificate tuple (a,b,c,e,ρ₁,ρ₂);
the bridge to the literal slot formulas of solutionDriverStep and
picardDist is pure ring and is performed in the well-posedness
wrappers.
Collected coefficients of the distance step at box constants #
a-coefficient of the germ-constant block mixedRoughConstN.
Equations
Instances For
b-coefficient of the germ-constant block.
Equations
Instances For
c-coefficient of the germ-constant block.
Instances For
e-coefficient of the germ-constant block.
Equations
Instances For
ρ₁-coefficient of the germ-constant block.
Equations
Instances For
ρ₂-coefficient of the germ-constant block.
Instances For
The germ-constant block mixedRoughConstN of the composed distance,
collected as a linear form of the certificate tuple.
Equations
Instances For
a-coefficient of the derivative-Hölder slot.
Instances For
b-coefficient of the derivative-Hölder slot.
Instances For
e-coefficient of the derivative-Hölder slot.
Instances For
ρ₁-coefficient of the derivative-Hölder slot.
Equations
Instances For
The distance-step slot formulas at box constants #
The remainder slot of the composed mixed distance (compMixedDist)
at box constants.
Equations
Instances For
The derivative-Hölder slot of the composed mixed distance at box constants.
Equations
Instances For
The mixed germ constant mixedRoughConstN of the composed distance
at box constants.
Equations
- One or more equations did not get rendered due to their size.
Instances For
The sup slot of the two-driver distance step at box constants.
Equations
Instances For
The derivative-Hölder slot of the two-driver distance step at box constants.
Equations
Instances For
The remainder slot of the two-driver distance step at box constants.
Equations
Instances For
A full set of Picard parameters for the vector field V at Hölder
exponent α: box constants closed under the Picard map, hierarchical
contraction weights, a window size and a driver-distance offset. The
contr field is the weighted contraction of the (two-driver) distance
step, stated against the collected slot coefficients; at
ρ₁ = ρ₂ = 0 it is the contraction hypothesis of rde_exists and
rde_unique, and in general it feeds itoLyons_dist_le.
- Bb : NNReal
Box constant for the derivative sup.
- Bd : NNReal
Box constant for the derivative Hölder norm.
- By : NNReal
Box constant for the remainder.
- wa : NNReal
Weight of the sup slot.
- wb : NNReal
Weight of the derivative-sup slot.
- wc : NNReal
Weight of the derivative-Hölder slot.
- we : NNReal
Weight of the remainder slot.
- δα : NNReal
The window size.
- Koff : NNReal
The driver-distance offset.
- contr (a b c e ρ₁ ρ₂ : NNReal) : 2 * (self.wa * V.pS0 self.Bb self.Bd self.By (Sewing.sewingConst (3 * α)).toNNReal self.δα a b c e ρ₁ ρ₂ + self.wb * (V.C1 * a) + self.wc * V.pSc self.Bb self.By a b e ρ₁ + self.we * V.pSe self.Bb self.Bd self.By (Sewing.sewingConst (3 * α)).toNNReal self.δα a b c e ρ₁ ρ₂) ≤ self.wa * a + self.wb * b + self.wc * c + self.we * e + self.Koff * (ρ₁ + ρ₂)
Instances For
Existence of Picard parameters: every C³_b vector field admits
box constants, weights, a window size and an offset satisfying all side
conditions of the Picard theory.
Hypothesis-light well-posedness and Itô–Lyons continuity #
An RDE solution stays a solution after weakening its certificates to box constants.
RDE well-posedness with constructed parameters (Friz–Hairer
Thms 8.3/8.4, hypothesis-light form): on any window where
ω^α ≤ P.δα and ω ≤ 1, the RDE dY = f(Y)·dX started at y₀ has a
box-certified solution, unique among box-certified solutions. All
arithmetic side conditions are discharged by P : PicardParams V α,
which exists for every C³_b vector field (exists_picardParams).
Continuity of the Itô–Lyons map, packaged (universal-limit-type
statement): box-exact solutions of the same RDE along two drivers at
certified distance (ρ₁, ρ₂), from the same initial condition, are
uniformly P.Koff·(ρ₁+ρ₂)/P.wa-close — a local Lipschitz estimate for
the solution map in the rough path metric.
Continuity of the Itô–Lyons map in the rough path metric: for
drivers at metric distance at most ρ in the space of level-2 rough
paths, the corresponding solutions are uniformly 2·P.Koff·ρ/P.wa-close.
The Itô–Lyons map is thus locally Lipschitz — in particular continuous —
from the rough path topology to uniform convergence of solutions.