Erdős Problem 280 #
References:
- erdosproblems.com/280
- [ErGr80] Erdős, P. and Graham, R., Old and new problems and results in combinatorial number theory. Monographies de L'Enseignement Mathematique (1980).
The integer m is covered by one of the first k chosen congruence classes.
Equations
- Erdos280.isCoveredBy n a m k = ∃ i ∈ Finset.Icc 1 k, m % n i = a i
Instances For
The number of integers below n k not covered by the first k congruence classes.
Equations
- Erdos280.uncoveredCount n a k = {m ∈ Finset.range (n k) | ¬Erdos280.isCoveredBy n a m k}.card
Instances For
Let $n_1<n_2<\cdots $ be an infinite sequence of integers with associated $a_k\pmod{n_k}$, such that for some $\epsilon>0$ we have $n_k>(1+\epsilon)k\log k$ for all $k$. Then [ #{ m<n_k : m\not\equiv a_i\pmod{n_i} \textrm{ for }1\leq i\leq k}\neq o(k). ]
Cambie observed that this is false.