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
Isolation lemma, vertical neighbours: both coordinates even.
∀ {x y : ℕ}, 2 ∣ x → ¬2 ∣ y → (2 ∣ x ∧ 2 ∣ y + 1) ∧ (1 ≤ y → 2 ∣ x ∧ 2 ∣ y - 1)APIStatement only, no proof