fpvandoorn/carleson
Source indexedlemma ยท leanprover/lean4:v4.32.0
Antichain.I_p_subset_union_L
Carleson.Antichain.AntichainTileCount ยท Carleson/Antichain/AntichainTileCount.lean:446 to 462
Mathematical statement
Exact Lean statement
lemma I_p_subset_union_L (p : ๐' ๐ ฯ N) : (๐ (p : ๐ X) : Set X) โ โ (L โ ๐ ๐ ฯ N), L
Complete declaration
Lean source
Full Lean sourceLean 4
lemma I_p_subset_union_L (p : ๐' ๐ ฯ N) : (๐ (p : ๐ X) : Set X) โ โ (L โ ๐ ๐ ฯ N), L := by calc (๐ (p : ๐ X) : Set X) _ โ โ (I โ {I : Grid X | s I = -S โง I โค ๐ (p : ๐ X)}), I := by intro x hx -- Apply (2.0.7) obtain โจI, hI, hxIโฉ := Grid.exists_containing_subcube (i := ๐ (p : ๐ X)) (-S) (by simp [mem_Icc, scale_mem_Icc.1]) hx have hsI : s I โค s (๐ (p : ๐ X)) := hI โธ scale_mem_Icc.1 simp only [Grid.le_def, mem_setOf_eq, mem_iUnion, exists_prop] exact โจI, โจhI, Or.resolve_right (GridStructure.fundamental_dyadic' hsI) (not_disjoint_iff.mpr โจx, hxI, hxโฉ), hsIโฉ, hxIโฉ _ โ โ (L โ ๐ ๐ ฯ N), L := by intro x hx simp only [mem_iUnion] at hx โข obtain โจI, โจhsI, hIโฉ, hxIโฉ := hx simp only [๐, Subtype.exists, exists_prop, Subtype.forall] exact โจI, โจโจp, p.2, hIโฉ, fun _ _ hqI โฆ le_antisymm (hsI โธ hqI.2) scale_mem_Icc.1โฉ, hxIโฉ