Documentation

Mathlib.LinearAlgebra.QuadraticForm.AlgClosed

Quadratic forms over an algebraically closed field #

equivalent_sum_squares: A nondegenerate quadratic form over an algebraically closed field of characteristic not equal to 2 is equivalent to a sum of squares.

TODO: generalize QuadraticForm.isometryEquivSumSquares to quadratically closed field.

noncomputable def QuadraticForm.isometryEquivSumSquares {ι : Type u_1} [Fintype ι] {K : Type u_2} [Field K] [IsAlgClosed K] [DecidableEq K] (w : ιK) :

The isometry between a weighted sum of squares on an algebraically closed field and the sum of squares, i.e. weightedSumSquares with weights 1 or 0.

Equations
Instances For

    The isometry between a weighted sum of squares on an algebraically closed field and the sum of squares, i.e. weightedSumSquares with weight fun (i : ι) => 1.

    Equations
    Instances For

      A nondegenerate quadratic form on an algebraically closed field of characteristic not equal to 2 is equivalent to the sum of squares, i.e. weightedSumSquares with weight fun (i : ι) => 1.

      All nondegenerate quadratic forms on an algebraically closed field of characteristic not equal to 2 are equivalent.