Skip to content

Commit edcf46f

Browse files
authored
Lemma 7.7.2 (#449)
No dillydallying this time.
1 parent 5012ffd commit edcf46f

File tree

4 files changed

+410
-95
lines changed

4 files changed

+410
-95
lines changed

Carleson/ForestOperator/AlmostOrthogonality.lean

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ lemma _root_._aux_L2NormSq {X : Type*} [MeasureSpace X] {f : X → ℂ}
142142

143143
/-- Lemma 7.4.2. -/
144144
lemma adjoint_tree_estimate (hu : u ∈ t) (hf : BoundedCompactSupport f)
145-
(h2f : ∀ x, ‖f x‖ ≤ G.indicator 1 x) :
145+
(h2f : f.support ⊆ G) :
146146
eLpNorm (adjointCarlesonSum (t u) f) 2 volume ≤
147147
C7_4_2 a * dens₁ (t u) ^ (2 : ℝ)⁻¹ * eLpNorm f 2 volume := by
148148
rw [C7_4_2_def]
@@ -196,7 +196,7 @@ lemma C7_4_3_le (ha : 4 ≤ a) : C7_4_3 a ≤ 2 ^ (203 * a ^ 3) := by
196196

197197
/-- Lemma 7.4.3. -/
198198
lemma adjoint_tree_control
199-
(hu : u ∈ t) (hf : BoundedCompactSupport f) (h2f : ∀ x, ‖f x‖ ≤ G.indicator 1 x) :
199+
(hu : u ∈ t) (hf : BoundedCompactSupport f) (h2f : f.support ⊆ G) :
200200
eLpNorm (adjointBoundaryOperator t u f ·) 2 volume ≤ C7_4_3 a * eLpNorm f 2 volume := by
201201
have m₁ : AEStronglyMeasurable (‖adjointCarlesonSum (t u) f ·‖ₑ) :=
202202
hf.aestronglyMeasurable.adjointCarlesonSum.enorm.aestronglyMeasurable

0 commit comments

Comments
 (0)