Exact geometry for the Parts lower-bound certificate #
The 481-vertex base graph in Parts' certificate uses points
(a + b * sqrt 33, c * sqrt 3 + d * sqrt 11) / 12.
The equivalent coordinates below use only sqrt 33 and sqrt 3; this makes
the unit-distance check an integer calculation.
Integer coordinates for the quadratic field used by the Parts graph.
- a : ℤ
Rational coefficient in the first Cartesian coordinate.
- b : ℤ
sqrt 33coefficient in the first Cartesian coordinate. - c : ℤ
Rational coefficient in the second Cartesian coordinate.
- d : ℤ
sqrt 33coefficient in the second Cartesian coordinate.
Instances For
@[implicit_reducible]
Equations
- One or more equations did not get rendered due to their size.
Instances For
Coefficient of 2 * sqrt 33 in 144 times the squared norm.
Instances For
Exact decidable test that an integer coordinate vector has length one.
Equations
- p.IsUnit = decide (p.normNumerator = 144 ∧ p.radicalCoefficient = 0)