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
Core of the composite-anchor reduction: vertical-leg vertices for are valid vertices of the strengthened problem, given the anchor is composite and coprime to the whole leg.
∀ {a b c : ℕ}, a.Composite → 2 ≤ b → (∀ (s : ℕ), b ≤ s → s ≤ c → a.gcd s = 1) → ∀ (s : ℕ), b ≤ s → s ≤ c → Erdos1212.Valid (a, s)APIStatement only, no proof