Skip to content

Commit 1d13d8f

Browse files
authored
Lemma 7.5.9 (#257)
1 parent 4792cda commit 1d13d8f

File tree

6 files changed

+356
-65
lines changed

6 files changed

+356
-65
lines changed

Carleson/ForestOperator/L2Estimate.lean

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -666,15 +666,17 @@ lemma boundary_operator_bound_aux (hf : BoundedCompactSupport f) (hg : BoundedCo
666666
_ ≤ 2 ^ (9 * a + 1) * eLpNorm f 2 volume * (2 ^ (a + (3 / 2 : ℝ)) * eLpNorm g 2 volume) := by
667667
have ST : HasStrongType (α := X) (α' := X) (ε₁ := ℂ) (MB volume 𝓑 c𝓑 r𝓑) 2 2 volume volume
668668
(CMB (defaultA a) 2) := by
669-
refine hasStrongType_MB 𝓑.to_countable (R := 2 ^ (S + 5) * D ^ (S + 𝓑max))
669+
refine hasStrongType_MB 𝓑.to_countable (R := 2 ^ (S + 5) * D ^ (3 * S + 3))
670670
(fun ⟨bs, bi⟩ mb ↦ ?_) (by norm_num)
671671
simp_rw [𝓑, mem_prod, mem_Iic, mem_univ, and_true] at mb
672672
obtain ⟨mb1, mb2⟩ := mb
673-
rw [r𝓑, ← zpow_natCast (n := S + 𝓑max), Nat.cast_add]
673+
simp_rw [r𝓑, ← zpow_natCast (n := 3 * S + 3), Nat.cast_add, Nat.cast_mul, Nat.cast_ofNat,
674+
show 3 * (S : ℤ) + 3 = S + (2 * S + 3) by ring]
674675
gcongr
675676
· exact one_le_two
676677
· exact one_le_D
677678
· exact scale_mem_Icc.2
679+
· exact_mod_cast mb2
678680
specialize ST g (hg.memLp 2)
679681
rw [CMB_defaultA_two_eq, ENNReal.coe_rpow_of_ne_zero two_ne_zero, ENNReal.coe_ofNat] at ST
680682
exact mul_le_mul_left' ST.2 _

0 commit comments

Comments
 (0)