Skip to content

Erdős problem 375

Is Erdos375Prop true?

Sources

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

5 retained statements2415f78e850a

Open selected source

FormalConjectures/ErdosProblems/

375.lean

Retained formal statement3 of 5

It is easy to see that for any n ≥ 1 and k ≤ 2, if n + 1, ..., n + k are all composite, then there are distinct primes p₁, ... pₖ such that pᵢ ∣ n + i for all 1 ≤ i ≤ k.

FormalConjectures/ErdosProblems/375.leanErdos375.erdos_375.variants.le_two3 linesExact file
n ≥ 1,k ≤ 2,    (∀ i < k, ¬Nat.Prime (n + i + 1)) → ∃ p, Function.Injective p ∧ ∀ (i : Fin k), Nat.Prime (p i) ∧ p in + ↑i + 1
SolvedStatement only, no proof

Search problems.science

Find a Problem, Result, source, or page