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, right neighbour (core of the no-periodic-certificate theorem): if every prime in divides and none divides , then no prime of divides either coordinate of .
∀ {P : Finset ℕ} {x y : ℕ}, (∀ p ∈ P, Nat.Prime p) → (∀ p ∈ P, p ∣ x) → (∀ p ∈ P, ¬p ∣ y) → ∀ p ∈ P, ¬p ∣ x + 1 ∧ ¬p ∣ yAPIStatement only, no proof