Erdős problem 700
f n is a lower bound: f n ≤ gcd(n, C(n,k)) for every 1 < k ≤ n/2.
Sources
FormalConjectures/ErdosProblems/
700.lean
Retained formal statement
f n unfolds to the infimum of fSet n.
∀ (n : ℕ), Erdos700.f n = sInf (Erdos700.fSet n)APIStatement only, no proof