Documentation

FormalConjectures.ErdosProblems.«445»

Erdős Problem 445 #

References:

def Erdos445.Erdos445Prop (c : ) (p n : ) :

The property that there exist $a,b\in(n,n+p^c)$ such that $ab\equiv 1\pmod{p}$.

Equations
Instances For
    theorem Erdos445.erdos_445 :
    True c > 1 / 2, ∀ᶠ (p : ) in Filter.atTop, Nat.Prime p∀ (n : ), Erdos445Prop c p n

    Is it true that, for any $c>1/2$, if $p$ is a sufficiently large prime then, for any $n\geq 0$, there exist $a,b\in(n,n+p^c)$ such that $ab\equiv 1\pmod{p}$?

    This is discussed in this MathOverflow question [MathOverflow].

    theorem Erdos445.erdos_445.variants.heilbronn :
    c₀ < 1, c > c₀, ∀ᶠ (p : ) in Filter.atTop, Nat.Prime p∀ (n : ), Erdos445Prop c p n

    Heilbronn (unpublished) proved this for $c$ sufficiently close to $1$.

    theorem Erdos445.erdos_445.variants.heath_brown (c : ) :
    c > 3 / 4∀ᶠ (p : ) in Filter.atTop, Nat.Prime p∀ (n : ), Erdos445Prop c p n

    Heath-Brown [He00] used Kloosterman sums to prove this for all $c>3/4$.

    Small example: for $p=5$, $c=1$, $n=0$, the pair $(2,3) \in (0,5)$ satisfies $2 \cdot 3 = 6 \equiv 1 \pmod{5}$.