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
Proposition that for a specific n an A with the above defined condition
and cardinality k exists.
Equations
- Erdos888.p n k = ∃ (A : Finset ℕ), Erdos888.RequiredCondition A n ∧ A.card = k
Instances For
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
|A|=o(n).
The primes show that |A| ≫ n/log n is possible.