fpvandoorn/carleson
Source indexedlemma ยท leanprover/lean4:v4.32.0
carlesonSum_๐โ_compl_eq_๐pos_inter
Carleson.Discrete.ForestComplement ยท Carleson/Discrete/ForestComplement.lean:605 to 624
Source documentation
The Carleson sum over ๐โแถ and ๐pos โฉ ๐โแถ coincide at ae every point of G \ G'.
Exact Lean statement
lemma carlesonSum_๐โ_compl_eq_๐pos_inter (f : X โ โ) :
โแต x, x โ G \ G' โ carlesonSum ๐โแถ f x = carlesonSum (๐pos (X := X) โฉ ๐โแถ) f xComplete declaration
Lean source
Full Lean sourceLean 4
lemma carlesonSum_๐โ_compl_eq_๐pos_inter (f : X โ โ) : โแต x, x โ G \ G' โ carlesonSum ๐โแถ f x = carlesonSum (๐pos (X := X) โฉ ๐โแถ) f x := by have A p (hp : p โ (๐pos (X := X))แถ) : โแต x, x โ G \ G' โ x โ ๐ p := by simp only [๐pos, mem_compl_iff, mem_setOf_eq, not_lt, nonpos_iff_eq_zero] at hp filter_upwards [measure_eq_zero_iff_ae_notMem.mp hp] with x hx h'x (h''x : x โ (๐ p : Set X)) exact hx โจโจh''x, h'x.1โฉ, h'x.2โฉ rw [โ ae_ball_iff (to_countable ๐posแถ)] at A filter_upwards [A] with x hx h'x simp only [carlesonSum] symm apply Finset.sum_subset ยท intro p hp simp_rw [Finset.mem_filter_univ] at hp โข exact hp.2 ยท intro p hp h'p simp_rw [Finset.mem_filter_univ] at hp h'p simp only [mem_inter_iff, hp, and_true] at h'p have : x โ ๐ p := hx _ h'p h'x have : x โ E p := by simp at this; simp [E, this] simp [carlesonOn, this]