Skip to content

Erdős problem 275

If a finite system of rr congruences {ai(modni):1ir}\{ a_i\pmod{n_i} : 1\leq i\leq r\} (the nin_i are not necessarily distinct) covers 2r2^r consecutive integers then it covers all integers.

Sources

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

1 retained statement2415f78e850a

Open selected source

FormalConjectures/ErdosProblems/

275.lean

Retained formal statement1 of 1

If a finite system of rr congruences {ai(modni):1ir}\{ a_i\pmod{n_i} : 1\leq i\leq r\} (the nin_i are not necessarily distinct) covers 2r2^r consecutive integers then it covers all integers.

This is best possible as the system 2i1(mod2i)2^{i-1}\pmod{2^i} shows. This was proved independently by Selfridge and Crittenden and Vanden Eynden [CrVE70].

This was formalized in Lean by Alexeev using Aristotle.

FormalConjectures/ErdosProblems/275.leanErdos275.erdos_2752 linesExact file
∀ (r : ℕ) (a : Fin r → ℤ) (n : Fin r → ℕ),  (∃ k, ∀ xSet.Ico k (k + 2 ^ r), ∃ i, xa i [ZMOD ↑(n i)]) → ∀ (x : ℤ), ∃ i, xa i [ZMOD ↑(n i)]
SolvedProof has a holelean4external proof

The proof uses `sorry`: part of the argument is written but not proved. Lean accepts the file; it does not accept the theorem.

Search problems.science

Find a Problem, Result, source, or page