Erdős problem 623
Let be a set of cardinality and a function from the finite subsets of to such that for all . Must there exist an infinite independent , i.e. with for all finite ? Claimed resolution: the positive assertion is equivalent to Koepke's free-subset property, hence independent of ZFC, with consistency strength exactly a measurable cardinal.
Sources
FormalConjectures/ErdosProblems/
623.lean
Retained formal statement
Let be a set of cardinality and be a function from the finite subsets of to such that for all . Must there exist an infinite that is independent - that is, for all finite we have ?
True ↔ ∀ (X : Type u), Cardinal.mk X = Cardinal.aleph Ordinal.omega0 → ∀ (f : Finset X → X), (∀ (A : Finset X), f A ∉ A) → ∃ Y, Y.Infinite ∧ ∀ (B : Finset X), ↑B ⊆ Y → f B ∉ YOpenStatement only, no proof