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
Let . Are there only finitely many such that have the same prime factors?
sorry ↔ ∀ (k₁ k₂ : ℕ), k₂ ≥ 3 → k₂ ≤ k₁ → {(n₁, n₂) | n₁ + k₁ ≤ n₂ ∧ (∏ i ∈ Finset.Icc 1 k₁, (n₁ + i)).primeFactors = (∏ j ∈ Finset.Icc 1 k₂, (n₂ + j)).primeFactors}.FiniteOpenStatement only, no proof