Erdős problem 1212
Let be the graph with vertex set those pairs with , in which we join two vertices if the differ in only one coordinate, and there by .
Sources
FormalConjectures/ErdosProblems/
1212.lean
Retained formal statement
Roughness criterion (sufficiency for the anchor conditions): if for all in the leg and the leg stays below , then is coprime to the whole leg. Stated via divisibility: no prime factor of divides any with for all prime factors of .
∀ {a s : ℕ}, a < s → (∀ (p : ℕ), Nat.Prime p → p ∣ a → s < a + p) → a.gcd s = 1APIStatement only, no proof