Documentation

FormalConjectures.ErdosProblems.«56»

Erdős Problem 56 #

Reference: erdosproblems.com/56

def WeaklyDivisible (k : ) (A : Finset ) :

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

Equations
Instances For
    noncomputable def MaxWeaklyDivisible (N k : ) :

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

    Equations
    Instances For
      noncomputable def 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 erdos_56 (N : ) :

        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?