fpvandoorn/carleson
Source indexedlemma Β· leanprover/lean4:v4.32.0
ordConnected_C1
Carleson.Discrete.ForestUnion Β· Carleson/Discrete/ForestUnion.lean:48 to 65
Source documentation
Lemma 5.3.6
Exact Lean statement
lemma ordConnected_C1 : OrdConnected (ββ k n j : Set (π X))
Complete declaration
Lean source
Full Lean sourceLean 4
lemma ordConnected_C1 : OrdConnected (ββ k n j : Set (π X)) := by rw [ordConnected_def]; intro p mp p'' mp'' p' mp' have mp'β : p' β β (X := X) k n := mem_of_mem_of_subset mp' (ordConnected_C.out (mem_of_mem_of_subset mp ββ_subset_β) (mem_of_mem_of_subset mp'' ββ_subset_β)) simp_rw [ββ, mem_sdiff, preββ, mem_setOf, not_and, not_le] at mp mp'' β’ simp_rw [mp.1.1, true_and, true_implies] at mp simp_rw [mp'β, true_and, true_implies] simp_rw [mp''.1.1, true_and, true_implies] at mp'' constructor Β· refine mp''.1.trans (Finset.card_le_card fun b mb β¦ ?_) simp_rw [Finset.mem_filter_univ, π
, mem_setOf] at mb β’ have h100 := wiggle_order_11_10 (n := 100) mp'.2 (C5_3_3_le (X := X).trans (by norm_num)) exact β¨mb.1, h100.trans mb.2β© Β· refine (Finset.card_le_card fun b mb β¦ ?_).trans_lt mp.2 simp_rw [Finset.mem_filter_univ, π
, mem_setOf] at mb β’ have h100 := wiggle_order_11_10 (n := 100) mp'.1 (C5_3_3_le (X := X).trans (by norm_num)) exact β¨mb.1, h100.trans mb.2β©