Skip to content

Erdős problem 536

Let ϵ>0\epsilon>0 and NN be sufficiently large. Is it true that if A{1,,N}A\subseteq \{1,\ldots,N\} has size at least ϵN\epsilon N then there must be distinct a,b,cAa,b,c\in A such that [a,b]=[b,c]=[a,c],[a, b]=[b, c]=[a, c], where [,][\cdot, \cdot] denotes the least common multiple?

Sources

Browse retained paths and inspect the exact material available for this Problem.

1 retained statement2415f78e850a

Open selected source

FormalConjectures/ErdosProblems/

536.lean

Retained formal statement1 of 1

Let ϵ>0\epsilon>0 and NN be sufficiently large. Is it true that if A{1,,N}A\subseteq \{1,\ldots,N\} has size at least ϵN\epsilon N then there must be distinct a,b,cAa,b,c\in A such that [a,b]=[b,c]=[a,c],[a, b]=[b, c]=[a, c], where [,][\cdot, \cdot] denotes the least common multiple?

FormalConjectures/ErdosProblems/536.leanErdos536.erdos_5365 linesExact file
True  ∀ ε > 0,    ∀ᶠ (N : ℕ) in Filter.atTop,AFinset.Icc 1 N,        ε * ↑N ≤ ↑A.card → ∃ aA, ∃ bA, ∃ cA, {a, b, c}.card = 3 ∧ a.lcm b = b.lcm cb.lcm c = a.lcm c
OpenStatement only, no proof

Search problems.science

Find a Problem, Result, source, or page