Erdős problem 375
Is Erdos375Prop true?
Sources
FormalConjectures/ErdosProblems/
375.lean
Retained formal statement
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.
∀ n ≥ 1, ∀ k ≤ 2, (∀ i < k, ¬Nat.Prime (n + i + 1)) → ∃ p, Function.Injective p ∧ ∀ (i : Fin k), Nat.Prime (p i) ∧ p i ∣ n + ↑i + 1SolvedStatement only, no proof