fpvandoorn/carleson
Source indexedlemma ยท leanprover/lean4:v4.32.0
pairwiseDisjoint_E1
Carleson.Discrete.ExceptionalSet ยท Carleson/Discrete/ExceptionalSet.lean:167 to 178
Source documentation
Lemma 5.2.3
Exact Lean statement
lemma pairwiseDisjoint_E1 : (๐ (X := X) k n).PairwiseDisjoint Eโ
Complete declaration
Lean source
Full Lean sourceLean 4
lemma pairwiseDisjoint_E1 : (๐ (X := X) k n).PairwiseDisjoint Eโ := fun p mp p' mp' h โฆ by change Disjoint _ _ contrapose! h have h๐ := (Disjoint.mono (Eโ_subset p) (Eโ_subset p')).mt h wlog hs : s (๐ p') โค s (๐ p) generalizing p p' ยท rw [disjoint_comm] at h h๐; rw [not_le] at hs; rw [this p' mp' p mp h h๐ hs.le] obtain โจx, โจ-, mxpโฉ, โจ-, mxp'โฉโฉ := not_disjoint_iff.mp h rw [mem_preimage] at mxp mxp' have l๐ := Grid.le_def.mpr โจ(fundamental_dyadic hs).resolve_right (disjoint_comm.not.mpr h๐), hsโฉ have sฮฉ := (relative_fundamental_dyadic l๐).resolve_left <| not_disjoint_iff.mpr โจ_, mxp', mxpโฉ rw [๐, mem_setOf] at mp mp' exact mp'.eq_of_ge mp.prop โจl๐, sฮฉโฉ