Erdős problem 45
Let . Is there an integer such that, if , then for any -colouring of there is a monochromatic subset such that ?
No current result
No reviewed Result is current in Vela Mathematics Program. Retained source material is shown below.
Retained declaration
FormalConjectures/ErdosProblems/45.leanTrue ↔ ∀ (k : ℕ), 2 ≤ k → ∃ n, ∀ (colouring : ℕ → Fin k), ∃ colour, ∃ D' ⊆ {d ∈ n.divisors | 1 < d ∧ d < n}, (∀ d ∈ D', colouring d = colour) ∧ D'.reciprocalSum = 1Proof manifests naming this Problem
- Jayyhk Erdős Lean
jayyhk:erdos:45 - PLBY Lean proofs
ErdosProblems.Erdos45