Skip to content

Erdős problem 477

Does there exist an integer polynomial ff of degree at least two and a set AZA \subseteq \mathbb{Z} such that every integer has a unique representation n=a+f(k)n = a + f(k)? A manuscript claims the thirteenth powers admit a tiling complement.

Sources

Browse retained paths and inspect the exact material available for this Problem.

6 retained statements2415f78e850a

Open selected source

FormalConjectures/ErdosProblems/

477.lean

Retained formal statement1 of 5

Is there a polynomial f:ZZf:\mathbb{Z}\to \mathbb{Z} of degree at least 22 and a set AZA\subset \mathbb{Z} such that for any zZz\in \mathbb{Z} there is exactly one aAa\in A and b{f(n):nZ}b\in \{ f(n) : n\in\mathbb{Z}\} such that z=a+bz=a+b?

FormalConjectures/ErdosProblems/477.leanErdos477.erdos_4772 linesExact file
Truef, 2 ≤ f.degree ∧ ∃ A, ∀ (z : ℤ), ∃! ab, abA ×ˢ ((fun x => Polynomial.eval x f) '' {n | 0 < n}) ∧ z = ab.1 + ab.2
OpenStatement only, no proof

Search problems.science

Find a Problem, Result, source, or page