Erdős problem 1110
Let be two coprime integers. We call representable if it is the sum of integers of the form , none of which divide each other.
Sources
FormalConjectures/ErdosProblems/
1110.lean
Retained formal statement
Let be two coprime integers. We call representable if it is the sum of integers of the form , none of which divide each other.
If then what can be said about the density of non-representable numbers? Are there infinitely many coprime non-representable numbers?
True ↔ ∀ (p q : ℕ), q < p → 2 ≤ q → p.Coprime q → ¬(p = 3 ∧ q = 2) → {n | n.Coprime (p * q) ∧ ¬Erdos1110.Representable p q n}.InfiniteOpenStatement only, no proof