Erdős problem 70
Erdős Problem 70: Let be the cardinality of the continuum, let be a countable ordinal, and let . Is it true that ?
Sources
FormalConjectures/ErdosProblems/
70.lean
Retained formal statement
Monotonicity of `OrdinalCardinalRamsey3`: If OrdinalCardinalRamsey3 α β c holds and , , then OrdinalCardinalRamsey3 α β' c' also holds.
This allows us to deduce weaker partition results from stronger ones.
∀ {α β β' : Ordinal.{u}} {c c' : Cardinal.{u}}, Erdos70.OrdinalCardinalRamsey3 α β c → β' ≤ β → c' ≤ c → Erdos70.OrdinalCardinalRamsey3 α β' c'TestStatement only, no proof