AutoSamplingTheory.TechnicalLemmas.StochasticProcesses.EnergyStoppedItoOverlap
2 named declarations scanned from AutoSamplingTheory/TechnicalLemmas/StochasticProcesses/EnergyStoppedItoOverlap.lean.
Declarations
theorem AutoSamplingTheory.TechnicalLemmas.StochasticProcesses.EnergyStoppedItoOverlap.energyStoppedItoProcess_overlap_ae Compiled Not mapped
- A lower energy-stopped Itô process is the stopped version of every higher energy-stopped Itô process, at every deterministic time in the common finite horizon.
theorem energyStoppedItoProcess_overlap_ae
[IsProbabilityMeasure mu]
(hUsual : SatisfiesUsualConditions filtration mu)
(eta : LocalProgressiveL2Integrand filtration mu T)
(hT : 0 < T)
(hB : IsBrownianMotionWithFiltration B filtration mu)
{c d : ℝ} (hc : 0 ≤ c) (hcd : c ≤ d)
{t : ℝ≥0} (htT : t ≤ T) :
itoIntegralProcess (stoppedProgressiveL2 hUsual eta hc) hT hB hUsual t =ᵐ[mu]
stoppedProcess
(itoIntegralProcess
(stoppedProgressiveL2 hUsual eta (hc.trans hcd)) hT hB hUsual)
(fun omega =>
(canonicalEnergyLocalizer hUsual eta c omega : WithTop ℝ≥0)) t := by
let low : ProgressiveL2Integrand filtration mu T :=
stoppedProgressiveL2 hUsual eta hc
let high : ProgressiveL2Integrand filtration mu T :=
stoppedProgressiveL2 hUsual eta (hc.trans hcd)
let tau : Omega → ℝ≥0 := fun omega =>
canonicalEnergyLocalizer hUsual eta c omega
have htau : IsChewiStoppingTime filtration
(fun omega => (tau omega : WithTop ℝ≥0)) := by
simpa only [tau] using
CanonicalEnergyStoppingTime.canonicalEnergyLocalizer_isChewiStoppingTime
hUsual eta hc
have htauT : ∀ omega, tau omega ≤ T := by
intro omega
simpa only [tau] using
canonicalEnergyLocalizer_le_terminal hUsual eta c omega
let stoppedHigh : ProgressiveL2Integrand filtration mu T :=
stop high (fun omega => (tau omega : WithTop ℝ≥0)) htau
have hLp : low.toLp = stoppedHigh.toLp := by
simpa only [low, high, tau, stoppedHigh] using
stoppedProgressiveL2_toLp_eq_stop_larger hUsual eta hc hcd
have hcongr :
itoIntegralProcess low hT hB hUsual t =ᵐ[mu]
itoIntegralProcess stoppedHigh hT hB hUsual t :=
itoIntegralProcess_congr_toLp_ae low stoppedHigh hT hB hUsual hLp htT
have hstop :
itoIntegralProcess stoppedHigh hT hB hUsual t =ᵐ[mu]
stoppedProcess (itoIntegralProcess high hT hB hUsual)
(fun omega => (tau omega : WithTop ℝ≥0)) t := by
simpa only [stoppedHigh] using
itoIntegralProcess_stop_eq_stoppedProcess_ae
-- Source excerpt truncated; follow the exact source link.
AutoSamplingTheory/TechnicalLemmas/StochasticProcesses/EnergyStoppedItoOverlap.lean:39published source at 7bcd37294df1
Excerpt truncated; the exact source link is authoritative.
theorem AutoSamplingTheory.TechnicalLemmas.StochasticProcesses.EnergyStoppedItoOverlap.canonicalStoppedItoProcess_overlap_ae Compiled Not mapped
- Natural-number form matching Chewi's canonical levels `n+1`. For `n ≤ m`, the `n`-th canonical stopped Itô martingale agrees with the `m`-th one stopped at the `n`-th canonical energy localizer.
theorem canonicalStoppedItoProcess_overlap_ae
[IsProbabilityMeasure mu]
(hUsual : SatisfiesUsualConditions filtration mu)
(eta : LocalProgressiveL2Integrand filtration mu T)
(hT : 0 < T)
(hB : IsBrownianMotionWithFiltration B filtration mu)
{n m : ℕ} (hnm : n ≤ m)
{t : ℝ≥0} (htT : t ≤ T) :
canonicalStoppedItoProcess hUsual eta hT hB n t =ᵐ[mu]
stoppedProcess
(canonicalStoppedItoProcess hUsual eta hT hB m)
(fun omega =>
(canonicalLocalizingTime hUsual eta n omega : WithTop ℝ≥0)) t := by
have hcd : (n + 1 : ℝ) ≤ (m + 1 : ℝ) := by
exact_mod_cast Nat.add_le_add_right hnm 1
simpa only [canonicalStoppedItoProcess, canonicalStoppedProgressiveL2,
canonicalLocalizingTime] using
energyStoppedItoProcess_overlap_ae hUsual eta hT hB
(c := (n + 1 : ℝ)) (d := (m + 1 : ℝ)) (by positivity) hcd htT
end EnergyStoppedItoOverlap
end StochasticProcesses
end TechnicalLemmas
end AutoSamplingTheory
AutoSamplingTheory/TechnicalLemmas/StochasticProcesses/EnergyStoppedItoOverlap.lean:89published source at 7bcd37294df1