Documentation

FormalConjectures.ErdosProblems.«280»

Erdős Problem 280 #

References:

def Erdos280.isCoveredBy (n a : ) (m k : ) :

The integer m is covered by one of the first k chosen congruence classes.

Equations
Instances For
    noncomputable def Erdos280.uncoveredCount (n a : ) (k : ) :

    The number of integers below n k not covered by the first k congruence classes.

    Equations
    Instances For
      theorem Erdos280.erdos_280 :
      False ∀ (n a : ), StrictMono n(∀ (i : ), 1 ia i < n i)(∃ (ε : ), 0 < ε ∀ (k : ), 1 k(n k) > (1 + ε) * k * Real.log k)¬Filter.Tendsto (fun (k : ) => (uncoveredCount n a k) / k) Filter.atTop (nhds 0)

      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.