Documentation

FormalConjectures.ErdosProblems.«770»

Erdős Problem 770 #

References:

noncomputable def Erdos770.h (n : ) :

Let h n be the minimal number such that 2 ^ n - 1, ..., (h n) ^ n - 1 are mutually coprime.

Equations
Instances For
    theorem Erdos770.Nat.Prime.h_eq_add_one {n : } :
    h n = n + 1 Nat.Prime (n + 1)

    n + 1 is prime iff h n = n + 1. #TODO: prove this theorem.

    theorem Erdos770.Odd.h_unbounded {n : } (pn : Odd n) :
    h n =

    If n is odd, then h n = ∞. #TODO: prove this theorem.

    theorem Erdos770.erdos_770.density :
    sorry ∀ (p : ), Nat.Prime p∃ (a : ), {n : | h n = p}.HasDensity a

    For every prime p, does the density of integers with h n = p exist?

    theorem Erdos770.erdos_770.prime :
    sorry ε > 0, ∀ᶠ (n : ) in Filter.atTop, have p := sSup {m : | Nat.Prime m m - 1 n}; p > n ^ εh n = p

    Is it true that if p is the greatest prime such that p - 1 ∣ n and p > n ^ ε, then h n = p?

    It is probably true that h n = 3 for infinitely many n.