Erdős problem 1188
Estimate the number of minimal distinct covering systems whose moduli all lie in . The candidate proof gives , i.e. .
Sources
FormalConjectures/ErdosProblems/
1188.lean
Retained formal statement
Call a set of distinct integers with associated congruence classes a distinct covering system if every integer satisfies at least one of these congruences. A minimal distinct covering system is one such that no proper subset forms a covering system. Let count the number of minimal distinct covering systems with all moduli in . Estimate .
The estimate is log(log F(x)) / log x → 1.
Filter.Tendsto (fun x => Real.log (Real.log ↑(Erdos1188.coveringCount x)) / Real.log ↑x) Filter.atTop (nhds 1)