Erdős problem 1214
Let be integers such that, for all , the set of primes dividing is equal to the set of primes dividing . Must ?
Sources
FormalConjectures/ErdosProblems/
1214.lean
Retained formal statement
Let be integers such that, for all , the set of primes dividing is equal to the set of primes dividing . Must ?
Erdős asked this at a 1988 number theory conference in Banff.
A positive answer was given by Corrales-Rodrigáñez and Schoof [CoSc97].
True ↔ ∀ (x y : ℕ), x ≥ 1 → y ≥ 1 → (∀ n ≥ 1, {p | Nat.Prime p ∧ p ∣ x ^ n - 1} = {p | Nat.Prime p ∧ p ∣ y ^ n - 1}) → x = ySolvedStatement only, no proof