Erdős problem 979
Let , and let count the number of solutions to , where the are prime numbers. Is it true that ?
Sources
FormalConjectures/ErdosProblems/
979.lean
Retained formal statement
Let , and let count the number of solutions to , where the are prime numbers. Is it true that ?
True ↔ ∀ k ≥ 2, Filter.limsup (fun n => (Erdos979.solutionSet n k).encard) Filter.atTop = ⊤OpenStatement only, no proof