Skip to content

Commit 06c9997

Browse files
committed
Update Burkholder.lean
1 parent 17805e4 commit 06c9997

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

Burkholder.lean

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,10 @@ structure BurkholderAssumptions (p : ℝ≥0∞) (Ω : Type*) [mΩ : MeasurableS
205205
hmart : Martingale f ℱ μ
206206
hLp : ∀ n, MemLp (f n) p μ
207207
hbound : ∀ n, ∀ᵐ ω ∂μ, |w n ω| ≤ 1
208-
hv_int : ∀ n,
208+
209+
210+
211+
/-hv_int : ∀ n,
209212
Integrable
210213
(fun ω => Burkholder.v p.toReal (X_{n}[w, f] ω) (Y_{n}[w, f] ω)) μ
211214
hu_int : ∀ (hp_real : p.toReal > 1) n,
@@ -217,7 +220,7 @@ structure BurkholderAssumptions (p : ℝ≥0∞) (Ω : Type*) [mΩ : MeasurableS
217220
hLp_from_v_nonpos : ∀ n,
218221
(∫ ω, Burkholder.v p.toReal (X_{n}[w, f] ω) (Y_{n}[w, f] ω) ∂μ) ≤ 0 →
219222
eLpNorm ((w ⋆ₘ f) n) p μ ≤
220-
ENNReal.ofReal (Burkholder.pStar p.toReal - 1) * eLpNorm (f n) p μ
223+
ENNReal.ofReal (Burkholder.pStar p.toReal - 1) * eLpNorm (f n) p μ-/
221224

222225

223226

0 commit comments

Comments
 (0)