Erdős problem 701
Let be a family of sets closed under taking subsets (i.e. if then ). There exists some element such that whenever is an intersecting subfamily we have
Sources
FormalConjectures/ErdosProblems/
701.lean
Retained formal statement
Let be a family of sets closed under taking subsets (i.e. if then ). There exists some element such that whenever is an intersecting subfamily we have
True ↔ ∀ {X : Type} [Nonempty X] [Fintype X] (F : Set (Set X)), IsLowerSet F → ∃ x, ∀ F' ⊆ F, F'.Intersecting → Cardinal.mk ↑F' ≤ Cardinal.mk ↑{A | A ∈ F ∧ x ∈ A}OpenStatement only, no proof