Erdős problem 1167
Erdős Problem 1167. Let be finite, , and be an infinite cardinal. Let be cardinals for all . Is it true that implies Here means cardinal addition, so that if is infinite.
Sources
FormalConjectures/ErdosProblems/
1167.lean
Retained formal statement
Infinite-target case. When all are infinite and bounded by , , so the hypothesis simplifies to a "pure" stepping-down lemma: The condition is needed to avoid a size obstruction: without it, the conclusion would require a subset of of size , which is impossible (see infinite_targets_needs_bound).
∀ (r : ℕ), 2 ≤ r → ∀ (lam : Cardinal.{u}), Cardinal.aleph0 ≤ lam → ∀ (γ : Ordinal.{u}), 2 ≤ γ → ∀ (κ : γ.ToType → Cardinal.{u}), (∀ (i : γ.ToType), Cardinal.aleph0 ≤ κ i) → (∀ (i : γ.ToType), κ i ≤ lam) → Combinatorics.cardinalPartitionRel (2 ^ lam) (r + 1) γ κ → Combinatorics.cardinalPartitionRel lam r γ κOpenStatement only, no proof