Documentation

FormalConjectures.ErdosProblems.«888»

Erdős Problem 888 #

Reference: erdosproblems.com/888

Condition on the sets A appearing in Erdős 888. Namely, let A be a subset of {1,...,n} such that if a ≤ b ≤ c ≤ d ∈ A and abcd square then ad=bc.

Equations
Instances For
    def Erdos888.p (n k : ) :

    Proposition that for a specific n an A with the above defined condition and cardinality k exists.

    Equations
    Instances For
      theorem Erdos888.erdos_888 (n : ) :
      Nat.findGreatest (p n) n = sorry n

      What is the size of the largest subset A of {1,...,n} such that if a ≤ b ≤ c ≤ d ∈ A and abcd square then ad=bc

      theorem Erdos888.erdos_888_primes :
      (fun (n : ) => n / Real.log n) =O[Filter.atTop] fun (n : ) => (Nat.findGreatest (p n) n)

      The primes show that |A| ≫ n/log n is possible.