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.
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
- QuadraticForm.isometryEquivSumSquares w = QuadraticForm.isometryEquivWeightedSumSquaresWeightedSumSquares (fun (i : ι) => if h : w i = 0 then 1 else Units.mk0 ⋯.choose ⋯) ⋯
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
- QuadraticForm.isometryEquivSumSquaresUnits w = (QuadraticForm.isometryEquivSumSquares fun (i : ι) => ↑(w i)).trans (QuadraticForm.weightedSumSquaresCongr ⋯)
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.