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