Skip to content

Erdős problem 1214

Let x,y1x,y\geq 1 be integers such that, for all n1n\geq 1, the set of primes dividing xn1x^{n}-1 is equal to the set of primes dividing yn1y^n-1. Must x=yx=y?

Sources

Browse retained paths and inspect the exact material available for this Problem.

1 retained statement2415f78e850a

Open selected source

FormalConjectures/ErdosProblems/

1214.lean

Retained formal statement1 of 1

Let x,y1x,y\geq 1 be integers such that, for all n1n\geq 1, the set of primes dividing xn1x^{n}-1 is equal to the set of primes dividing yn1y^n-1. Must x=yx=y?

Erdős asked this at a 1988 number theory conference in Banff.

A positive answer was given by Corrales-Rodrigáñez and Schoof [CoSc97].

FormalConjectures/ErdosProblems/1214.leanErdos1214.erdos_12142 linesExact file
True  ∀ (x y : ℕ), x ≥ 1 → y ≥ 1 → (∀ n ≥ 1, {p | Nat.Prime ppx ^ n - 1} = {p | Nat.Prime ppy ^ n - 1}) → x = y
SolvedStatement only, no proof

Search problems.science

Find a Problem, Result, source, or page