Documentation

FormalConjectures.Wikipedia.CongruentNumber

Congruent Number #

A natural number $n$ is called a congruent number if there exists a right triangle with rational sides $a$, $b$, and hypotenuse $c$ such that the area of the triangle is $\frac{1}{2}ab = n$.

References:

Equations
Instances For

    1 is not a congruent number, as proved by Fermat via infinite descent.

    Equations
    Instances For
      Equations
      Instances For
        Equations
        Instances For
          Equations
          Instances For
            theorem CongruentNumber.Tunnell_odd (n : ) (hsqf : Squarefree n) (hodd : Odd n) :
            congruentNumber n2 * (A n).ncard = (B n).ncard

            Tunnell's theorem (necessary condition) for odd squarefree congruent numbers.

            theorem CongruentNumber.Tunnell_even (n : ) (hsqf : Squarefree n) (heven : Even n) :
            congruentNumber n2 * (C n).ncard = (D n).ncard

            Tunnell's theorem (necessary condition) for even squarefree congruent numbers.

            theorem CongruentNumber.Tunnell_odd_converse (n : ) (hsqf : Squarefree n) (hodd : Odd n) :
            2 * (A n).ncard = (B n).ncardcongruentNumber n

            Tunnell's theorem (sufficient condition assuming BSD) for odd squarefree congruent numbers.

            theorem CongruentNumber.Tunnell_even_converse (n : ) (hsqf : Squarefree n) (heven : Even n) :
            2 * (C n).ncard = (D n).ncardcongruentNumber n

            Tunnell's theorem (sufficient condition assuming BSD) for even squarefree congruent numbers.