Documentation

HexPoly.Monic

theorem Hex.DensePoly.size_scale_field {F : Type u} [Lean.Grind.Field F] [DecidableEq F] {a : F} (ha : a 0) (p : DensePoly F) :
(scale a p).size = p.size

Scaling a polynomial by a nonzero field element preserves its stored size.

Compatibility name for the monicity theorem used by Smith clients.

The nonzero branch of monic normalization, exposed for algebraic clients.

Every polynomial divides its monic associate.

A size-one polynomial is the constant polynomial of its leading coefficient.