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
Does there exist a polynomial such that all the sums with nonnegative integers are distinct?
sorry ↔ ∃ f, Set.InjOn (fun x => match x with | (a, b) => Polynomial.eval (↑a) f + Polynomial.eval (↑b) f) {(a, b) | a < b}OpenStatement only, no proof