Documentation

FormalConjectures.ErdosProblems.«56»

Erdős Problem 56 #

Reference: erdosproblems.com/56

Say a set of natural numbers is k-weakly divisible if any k+1 elements of A are not relatively prime.

Equations
Instances For
    theorem Erdos56.weaklyDivisible_singleton {k : } (hk : k 0) (l : ) :

    A singleton is k-weakly divisble if k ≠ 0.

    No non-empty set is 1-weakly divisible.

    noncomputable def Erdos56.MaxWeaklyDivisible (N k : ) :

    MaxWeaklyDivisible N k is the size of the largest k-weakly divisible subset of {1,..., N}

    Equations
    Instances For
      noncomputable def Erdos56.FirstPrimesMultiples (N k : ) :

      FirstPrimesMultiples N k is the set of numbers in {1,..., N} that are a multiple of one of the first k primes.

      Equations
      Instances For

        An example of a k-weakly divisible set is the subset of {1, ..., N} containing the multiples of the first k primes.

        theorem Erdos56.erdos_56 :
        (∀ N2, k > 0, MaxWeaklyDivisible N k = (FirstPrimesMultiples N k).card) False

        Suppose $A \subseteq \{1,\dots,N\}$ is such that there are no $k+1$ elements of $A$ which are relatively prime. An example is the set of all multiples of the first $k$ primes. Is this the largest such set?