Erdős problem 324
Does there exist a polynomial such that all the sums with nonnegative integers are distinct?
Sources
FormalConjectures/ErdosProblems/
324.lean
Retained formal statement
Probably has the property that the sums with nonnegative integers are distinct.
Set.InjOn (fun x => match x with | (a, b) => a ^ 5 + b ^ 5) {(a, b) | a < b}OpenStatement only, no proof