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
In fact there exist counterexamples, like this one found by AlphaProof.
∃ k₁ k₂, ∃ (_ : k₂ ≤ k₁) (_ : 3 ≤ 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}.NonemptySolvedStatement only, no proof