fpvandoorn/carleson
Source indexedlemma Β· leanprover/lean4:v4.32.0
TileStructure.Forest.biUnion_π
Carleson.ForestOperator.PointwiseEstimate Β· Carleson/ForestOperator/PointwiseEstimate.lean:333 to 343
Source documentation
Part of Lemma 7.1.2
Exact Lean statement
@[simp] lemma biUnion_π : β J β π π, J = β I : Grid X, (I : Set X)
Complete declaration
Lean source
Full Lean sourceLean 4
@[simp]lemma biUnion_π : β J β π π, J = β I : Grid X, (I : Set X) := by classical refine subset_antisymm (iUnionβ_subset_iUnion ..) fun x mx β¦ ?_ simp_rw [mem_iUnion] at mx β’; obtain β¨I, mIβ© := mx obtain β¨J, sJ, mJβ© := Grid.exists_containing_subcube _ β¨le_rfl, scale_mem_Icc.1β© mI have : J β (πβ π).toFinset := by rw [mem_toFinset]; left; exact sJ obtain β¨M, lM, maxMβ© := (πβ π).toFinset.exists_le_maximal this simp_rw [mem_toFinset] at maxM use M, maxM, (Grid.le_def.mp lM).1 mJ