Matrices with fixed determinant #
This file defines the type of matrices with fixed determinant m
and proves some basic results
about them.
We also prove that the subgroup of SL(2,ℤ)
generated by S
and T
is the whole group.
Note: Some of this was done originally in Lean 3 in the kbb (https://github.com/kim-em/kbb/tree/master) repository, so credit to those authors.
The subtype of matrices with fixed determinant m
Equations
Instances For
Extensionality theorem for FixedDetMatrix
with respect to the underlying matrix, not
entrywise.
Equations
Equations
Set of representatives for the orbits under S
and T
Equations
Instances For
Reduction step for matrices in Δ m
which moves the matrices towards reps
Equations
Instances For
Reduction lemma for integral FixedDetMatrices.
Equations
Instances For
Map from Δ m → Δ m
which reduces a FixedDetMatrix
towards a representative element
in reps
Equations
Instances For
SL(2, ℤ)
is generated by S
and T
.