Skip to content

Erdős problem 204

Are there nn such that there is a covering system with moduli the divisors of nn which is 'as disjoint as possible'?

Sources

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

1 retained statement2415f78e850a

Open selected source

FormalConjectures/ErdosProblems/

204.lean

Retained formal statement1 of 1

Are there nn such that there is a covering system with moduli the divisors of nn which is 'as disjoint as possible'?

That is, for all dnd\mid n with d>1d>1 there is an associated ada_d such that every integer is congruent to some ad(modd)a_d\pmod{d}, and if there is some integer xx with xad(modd) and xad(modd)x\equiv a_d\pmod{d}\textrm{ and }x\equiv a_{d'}\pmod{d'}then (d,d)=1(d,d')=1.

The density of such nn is zero. Erdős and Graham believed that no such nn exist.

Adenwalla [Ad25] has proved there are no such nn.

This was formalized by van Doorn in Lean using Aristotle.

FormalConjectures/ErdosProblems/204.leanErdos204.erdos_2045 linesExact file
Falsen a,    have D := {d | dnd > 1};    (∀ (x : ℤ), ∃ dD, xa d [ZMODd]) ∧dD, ∀ d'D, dd' → (∃ x, xa d [ZMODd] ∧ xa d' [ZMODd']) → d.gcd d' = 1
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