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, \dots, h(n) ^ n - 1$ are collectively coprime.

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

    n + 1 is prime iff h n = n + 1.

    For odd n, the values of h n form an unbounded set.

    theorem Erdos770.erdos_770.parts.i :
    True ∀ (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.parts.iii :
    True ε > 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.