Erdős problem 931
Let . Are there only finitely many such that have the same prime factors?
Sources
FormalConjectures/ErdosProblems/
931.lean
Retained formal statement
Erdős thought perhaps if the two products have the same factors then . It is an open question whether this is true when allowing a finite number of counterexamples.
sorry ↔ ∀ (k₁ k₂ : ℕ), k₂ ≥ 3 → k₂ ≤ k₁ → {(n₁, n₂) | n₁ + k₁ ≤ n₂ ∧ n₂ ≤ 2 * (n₁ + k₁) ∧ (∏ i ∈ Finset.Icc 1 k₁, (n₁ + i)).primeFactors = (∏ j ∈ Finset.Icc 1 k₂, (n₂ + j)).primeFactors}.FiniteOpenStatement only, no proof