def
CoordinateExamples.MatrixIsometryGroup
{ι : Type u_1}
[DecidableEq ι]
[Fintype ι]
{k : Type u_2}
[CommRing k]
(J : Matrix ι ι k)
:
The matrix isometry group of a bilinear form matrix J: the subgroup of
GL ι k consisting of matrices g satisfying gᵀ J g = J.
Instances For
Combinatorial data for a standard parabolic subgroup of GL(n): a list of
positive block sizes whose sum is at most n, used to record the dimensions of
a partial flag of subspaces.
Instances For
theorem
CoordinateExamples.isFormPreserving_one
{m : ℕ}
{k : Type u_1}
[CommRing k]
(F : Matrix (Fin m) (Fin m) k)
:
IsFormPreserving F 1
The identity matrix is form-preserving for any bilinear form matrix F.