Documentation

HexNumberFieldTowerMathlib.Norm

Interpret a dense tower polynomial through the fixed complex embedding.

Equations
Instances For

    Semantic tower-polynomial coefficients agree with executable access.

    The tower-polynomial interpretation is the raw level interpretation of its flattened coefficient arrays.

    Tower-polynomial interpretation is coefficientwise mapping through the certified complex embedding.

    The fixed complex interpretation distinguishes executable tower polynomials coefficientwise.

    @[simp]

    Semantic interpretation preserves the executable polynomial degree.

    @[simp]

    Semantic interpretation sends the executable zero polynomial to 0.

    @[simp]

    Semantic interpretation sends the executable one polynomial to 1.

    @[simp]

    Semantic interpretation turns executable tower-polynomial addition into addition in Polynomial.

    @[simp]

    Semantic interpretation turns executable tower-polynomial multiplication into multiplication in Polynomial.

    @[simp]

    Semantic interpretation sends an executable constant polynomial to the constant polynomial on the interpreted coefficient.