Erdős problem 829
Erdős Problem 829 (open). Let be the set of perfect cubes. Is it true that ? That is, does there exist a natural number such that the number of representations of as a sum of two cubes is as ?
Sources
FormalConjectures/ErdosProblems/
829.lean
Retained formal statement
Membership in cubes can be witnessed by a bounded cube root, which makes it decidable for concrete values.
∀ (m : ℕ), m ∈ Erdos829.cubes ↔ ∃ k < m + 1, k ^ 3 = mAPIStatement only, no proof