Documentation

FormalConjectures.Wikipedia.EulerBrick

Open questions regarding the existence of Euler bricks #

References:

An Euler brick is a rectangular cuboid where all edges and face diagonals have integer lengths.

Equations
Instances For

    A perfect cuboid is an Euler brick with an integer space diagonal.

    Equations
    Instances For
      def EulerBrick.IsEulerHyperBrick (n : ) (sides : Fin nℕ+) :

      Generalization of an Euler brick to $n$-dimensional space.

      Equations
      Instances For
        theorem EulerBrick.perfect_euler_brick_existence :
        sorry ∃ (a : ℕ+) (b : ℕ+) (c : ℕ+), IsPerfectCuboid a b c

        Is there a perfect Euler brick?

        theorem EulerBrick.four_dim_euler_brick_existence :
        sorry ∃ (sides : Fin 4ℕ+), IsEulerHyperBrick 4 sides

        Is there an Euler brick in $4$-dimensional space?

        theorem EulerBrick.n_dim_euler_brick_existence :
        sorry n > 3, ∃ (sides : Fin nℕ+), IsEulerHyperBrick n sides

        Is there an Euler brick in $n$-dimensional space for any $n > 3$?

        Cuboid conjectures: The three Cuboid conjectures ask if certain families of polynomials are always irreducible. If all hold, this implies the nonexistence of a perfect Euler brick.

        Pairs of natural numbers for which the first Cuboid polynomial is irreducible.

        Equations
        • One or more equations did not get rendered due to their size.
        Instances For

          First Cuboid conjecture: For all positive coprime integers $a$, $b$ with $a ≠ b$, the polynomial of the first Cuboid polynomial is irreducible.

          Equations
          Instances For

            The first Cuboid conjecture

            Pairs of natural numbers for which the second Cuboid polynomial is irreducible.

            Equations
            • One or more equations did not get rendered due to their size.
            Instances For

              Second Cuboid conjecture: For all positive coprime integers $a$, $b$ with $a ≠ b$, the polynomial of the second Cuboid polynomial is irreducible.

              Equations
              Instances For

                The second Cuboid conjecture

                Triplets of natural numbers for which the third Cuboid polynomial is irreducible.

                Equations
                • One or more equations did not get rendered due to their size.
                Instances For

                  Third Cuboid conjecture: For all positive, pairwise different coprime integers $a, b, c$ with $b * c ≠ a ^ 2$ and $a * c ≠ b ^ 2$, the polynomial of the third Cuboid polynomial is irreducible.

                  Equations
                  Instances For

                    The third Cuboid conjecture

                    theorem EulerBrick.cuboid_perfect_euler_brick (h₁ : CuboidOne) (h₂ : CuboidTwo) (h₃ : CuboidThree) :
                    ¬∃ (a : ℕ+) (b : ℕ+) (c : ℕ+), IsPerfectCuboid a b c

                    In [Sh12], Ruslan notes that a perfect Euler brick does not exist if all three Cuboid conjectures hold.