Isometric equivalences with respect to quadratic forms #
Main definitions #
QuadraticForm.IsometryEquiv:LinearEquivs which map between two different quadratic formsQuadraticForm.Equivalent: propositional version of the above
Main results #
equivalent_weighted_sum_squares: in finite dimensions, any quadratic form is equivalent to a parametrization ofQuadraticForm.weightedSumSquares.
An isometric equivalence between two quadratic spaces Mβ, Qβ and Mβ, Qβ over a ring R,
is a linear equivalence between Mβ and Mβ that commutes with the quadratic forms.
- toFun : Mβ β Mβ
- map_add' (x y : Mβ) : (βself.toLinearEquiv).toFun (x + y) = (βself.toLinearEquiv).toFun x + (βself.toLinearEquiv).toFun y
- map_smul' (m : R) (x : Mβ) : (βself.toLinearEquiv).toFun (m β’ x) = (RingHom.id R) m β’ (βself.toLinearEquiv).toFun x
- invFun : Mβ β Mβ
- left_inv : Function.LeftInverse self.invFun (βself.toLinearEquiv).toFun
- right_inv : Function.RightInverse self.invFun (βself.toLinearEquiv).toFun
- map_app' (m : Mβ) : Qβ ((βself.toLinearEquiv).toFun m) = Qβ m
Instances For
Two quadratic forms over a ring R are equivalent
if there exists an isometric equivalence between them:
a linear equivalence that transforms one quadratic form into the other.
Instances For
The identity isometric equivalence between a quadratic form and itself.
Instances For
The inverse isometric equivalence of an isometric equivalence between two quadratic forms.
Instances For
The composition of two isometric equivalences between quadratic forms.
Instances For
Isometric equivalences are isometric maps
Instances For
A quadratic form composed with a LinearEquiv is isometric to itself.
Instances For
A quadratic form is isometrically equivalent to its bases representations.
Instances For
Given an orthogonal basis, a quadratic form is isometrically equivalent with a weighted sum of squares.
Instances For
The isometry between two weighted sum of squares of equal weights.
Instances For
The isometry between two weighted sum of squares, give that each weight is scaled by the square of a unit.