theorem
Hex.AlgebraicPoly.Common.presentation?_isSome
(coefficients : Array AlgebraicNumber)
(hnonzero : ∃ a ∈ coefficients.toList, a.isZero = false)
:
A nonzero algebraic coefficient array always admits a checked primitive fixed-field presentation.
theorem
Hex.AlgebraicPoly.Common.presentation?_sound
(coefficients : Array AlgebraicNumber)
{presentation : Presentation}
(h : presentation? coefficients = some presentation)
:
A successful presentation preserves the coefficient array length and the selected complex value of every coefficient.