Erdős problem 402
Prove that, for any finite set , there exist such that
Sources
FormalConjectures/ErdosProblems/
402.lean
Retained formal statement
Prove that, for any finite set , there exist such that
∀ (A : Finset ℕ), 0 ∉ A → A.Nonempty → ∃ a ∈ A, ∃ b ∈ A, ↑(a.gcd b) ≤ ↑a / ↑A.cardSolvedStatement only, no proof