Documentation

FormalConjectures.ErdosProblems.«375»

Erdős Problem 375 #

References:

This is a proposition saying that for any n ≥ 1 and any k, 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.

Equations
Instances For
    theorem Erdos375.erdos_375.bounded_gap :
    Erdos375Propc > 0, ∀ᶠ (n : ) in Filter.atTop, (Nat.nth Nat.Prime (n + 1)) - (Nat.nth Nat.Prime n) < (Nat.nth Nat.Prime n) ^ (1 / 2 - c)

    If Erdos375Prop is true, then (n + 1).nth Prime - n.nth Prime < (n.nth Prime) ^ (1 / 2 - c) for some c > 0.

    theorem Erdos375.erdos_375.legendre :
    Erdos375Prop∀ᶠ (n : ) in Filter.atTop, pSet.Ioo (n ^ 2) ((n + 1) ^ 2), Nat.Prime p

    In particular, if Erdos375Prop is true, then Legendre's conjecture is asymptotically true.

    theorem Erdos375.erdos_375.le_two (n : ) :
    n 1k2, (∀ i < k, ¬Nat.Prime (n + i + 1))∃ (p : Fin k), Function.Injective p ∀ (i : Fin k), Nat.Prime (p i) p i n + i + 1

    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.

    theorem Erdos375.erdos_375.log :
    c > 0, ∀ (n k : ), k < c * (Real.log n / Real.log (Real.log n)) ^ 3(∀ i < k, ¬Nat.Prime (n + i + 1))∃ (p : Fin k), Function.Injective p ∀ (i : Fin k), Nat.Prime (p i) p i n + i + 1

    There exists a constant c > 0 such that for all n, if k < c * (log n / (log (log n))) ^ 3 → (∀ i < k, ¬ (n + i + 1).Prime), then there are distinct primes p₁, ... pₖ such that pᵢ ∣ n + i for all 1 ≤ i ≤ k. This is proved in [RST75]. There is no need to only consider sufficiently large n because one can always take c small enough so that k < c * (log n / (log (log n))) ^ 3 implies that k = 0 until n is large.