Documentation

FormalConjectures.Wikipedia.Hall

Hall's conjecture #

There exists a positive number $C$ such that for any integer $x, y$ with $y^2 \ne x^3$, $|y^2 - x^3| > C \sqrt{|x|}$.

References:

def Hall.HallIneq (C e : ) :
Equations
Instances For
    Equations
    Instances For

      Original Hall's conjecture with exponent $1/2$.

      theorem Hall.elkies_bound (C : ) :
      HallIneq C 2⁻¹C < 215e-4

      Elkies' example $(x, y) = (5853886516781223, 447884928428402042307918)$ shows that such $C$ must be less than $0.0215$. Note that simple linarith does not work here.

      theorem Hall.danilov (δ : ) (h : δ > 0) :

      Danilov proved that one cannot replace the exponent $1/2$ with larger number. In other words, for any $\delta > 0$, there is no positive constant $C$ such that $|y^2 - x^3| > C |x| ^ {1/2 + \delta}$ for all integers $x, y$ with $y^2 \ne x^3$.

      theorem Hall.weak_hall_conjecture (ε : ) (hε : ε > 0) :

      Weak form of Hall's conjecture: relax the exponent from $1/2$ to $1/2 - \varepsilon$.