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, left neighbour.
∀ {P : Finset ℕ} {x y : ℕ}, (∀ p ∈ P, Nat.Prime p) → 1 ≤ x → (∀ p ∈ P, p ∣ x) → (∀ p ∈ P, ¬p ∣ y) → ∀ p ∈ P, ¬p ∣ x - 1 ∧ ¬p ∣ yAPIStatement only, no proof