Erdős problem 850
Can there exist two distinct integers and such that have the same prime factors, have the same prime factors, and also have the same prime factors?
Sources
FormalConjectures/ErdosProblems/
850.lean
Retained formal statement
Can there exist two distinct integers and such that have the same prime factors, have the same prime factors, and also have the same prime factors?
True ↔ ∃ x y, x ≠ y ∧ x.primeFactors = y.primeFactors ∧ (x + 1).primeFactors = (y + 1).primeFactors ∧ (x + 2).primeFactors = (y + 2).primeFactorsOpenStatement only, no proof