Open questions regarding the existence of Euler bricks #
References:
- Wikipedia
- stackexchange
- [Sh12] Shapirov, Ruslan. Perfect cuboids and irreducible polynomials. https://arxiv.org/abs/1108.5348
A perfect cuboid is an Euler brick with an integer space diagonal.
Equations
- EulerBrick.IsPerfectCuboid a b c = (EulerBrick.IsEulerBrick a b c ∧ IsSquare (a ^ 2 + b ^ 2 + c ^ 2))
Instances For
Is there a perfect Euler brick?
Is there an Euler brick in $4$-dimensional space?
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
- EulerBrick.CuboidOne = ∀ ⦃a b : ℤ⦄, gcd a b = 1 → 0 < a → 0 < b → a ≠ b → EulerBrick.CuboidOneFor a b
Instances For
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
- EulerBrick.CuboidTwo = ∀ ⦃a b : ℕ⦄, a.Coprime b → 0 < a → 0 < b → a ≠ b → EulerBrick.CuboidTwoFor ↑a ↑b
Instances For
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
In [Sh12], Ruslan notes that a perfect Euler brick does not exist if all three Cuboid conjectures hold.