Skip to content

Erdős problem 931

Let k1k23k_1 \geq k_2 \geq 3. Are there only finitely many n2n1+k1n_2\geq n_1 + k_1 such that 1ik1(n1+i) and 1jk2(n2+j) \prod_{1\leq i\leq k_1}(n_1 + i)\ \text{and}\ \prod_{1\leq j\leq k_2} (n_2 + j) have the same prime factors?

Sources

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

4 retained statements2415f78e850a

Open selected source

FormalConjectures/ErdosProblems/

931.lean

Retained formal statement3 of 4

In fact there exist counterexamples, like this one found by AlphaProof.

FormalConjectures/ErdosProblems/931.leanErdos931.erdos_931.variants.additional_condition_nonempty6 linesExact file
kk₂,  ∃ (_ : k₂ ≤ k₁) (_ : 3 ≤ k₂),    {(n₁, n₂) |        n₁ + k₁ ≤ n₂ ∧          n₂ ≤ 2 * (n₁ + k₁) ∧            (∏ iFinset.Icc 1 k₁, (n₁ + i)).primeFactors = (∏ jFinset.Icc 1 k₂, (n₂ + j)).primeFactors}.Nonempty
SolvedStatement only, no proof

Search problems.science

Find a Problem, Result, source, or page