Documentation

FormalConjectures.ErdosProblems.«281»

Erdős Problem 281 #

References:

Choices of congruence classes $a_i \pmod{n_i}$.

Equations
Instances For
    def Erdos281.avoidAll (n : ) (a : ResidueChoice n) :

    The integers avoiding all congruences $a_i \pmod{n_i}$.

    Equations
    Instances For
      def Erdos281.avoidPrefix (n : ) (a : ResidueChoice n) (k : ) :

      The integers avoiding the first $k$ congruences $a_i \pmod{n_i}$.

      Equations
      Instances For
        theorem Erdos281.erdos_281 :
        True ∀ (n : ), StrictMono n(∀ (i : ), 0 < n i)(∀ (a : ResidueChoice n), (avoidAll n a).HasIntDensity 0)∀ (ε : ), 0 < ε∃ (k : ), ∀ (a : ResidueChoice n), ∃ (d : ), (avoidPrefix n a k).HasIntDensity d d < ε

        Let $n_1<n_2<\cdots$ be an infinite sequence such that, for any choice of congruence classes $a_i\pmod{n_i}$, the set of integers not satisfying any of the congruences $a_i\pmod{n_i}$ has density $0$. Is it true that for every $\epsilon>0$ there exists some $k$ such that, for every choice of congruence classes $a_i$, the density of integers not satisfying any of the congruences $a_i\pmod{n_i}$ for $1\leq i\leq k$ is less than $\epsilon$?

        The answer is yes; the linked Lean proof formalizes Somani's argument.