Documentation

FormalConjectures.ErdosProblems.«16»

Erdős Problem 16 #

References:

The set of odd integers not of the form $2^k+p$.

Equations
Instances For

    A set of natural numbers has density 0.

    Equations
    Instances For
      theorem Erdos16.erdos_16 :
      False ∃ (A : Set ) (B : Set ), Erdos16Set = A B (∃ (a : ), d > 0, A = {x : | ∃ (m : ), x = a + m * d}) density_zero B

      Is the set of odd integers not of the form $2^k+p$ the union of an infinite arithmetic progression and a set of density $0$?

      Erdős called this conjecture "rather silly".

      Chen [Ch23] has proved the answer is no.

      This was formalized in Lean by Chin using Aristotle.

      A set of natural numbers has positive lower density.

      Equations
      Instances For
        theorem Erdos16.erdos_16.variant.romanoff :
        have S := {n : | Odd n ∃ (k : ) (p : ), Nat.Prime p n = 2 ^ k + p}; positive_lower_density S

        Romanoff [Ro34] showed that the set of odd integers of this form has positive density.

        theorem Erdos16.erdos_16.variant.erdos :
        ∃ (a : ), d > 0, {x : | ∃ (m : ), x = a + m * d} Erdos16Set

        Using covering congruences Erdős [Er50] proved that the set of odd integers which are not of this form contains an infinite arithmetic progression.