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 :
        (∃ (a : ℕ+) (b : ℕ+) (c : ℕ+), IsPerfectCuboid a b c) sorry

        Is there a perfect Euler brick?

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

        Is there an Euler brick in 4-dimensional space?

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

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