Theorems · Theorem · group theory
FixedDetMatrices.reduce.eq_def
∀ {m : ℤ} (A : FixedDetMatrix (Fin 2) ℤ m),
FixedDetMatrices.reduce A =
if ↑A 1 0 = 0 then
if 0 < ↑A 0 0 then ModularGroup.T ^ (-(↑A 0 1 / ↑A 1 1)) • A
else ModularGroup.T ^ (-(-↑A 0 1 / -↑A 1 1)) • ModularGroup.S • ModularGroup.S • A
else FixedDetMatrices.reduce (FixedDetMatrices.reduceStep A)- Cited by
- 0 results in Mathlib
- Foundations
- Depth 107 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites8
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Matrixstatement · cited by 4,303
- Matrix.detstatement · cited by 665
- Matrix.SpecialLinearGroupstatement · cited by 348
- ModularGroup.Tstatement and proof · cited by 48
- ModularGroup.Sstatement and proof · cited by 36
- FixedDetMatrixstatement and proof · cited by 19
- FixedDetMatrices.reduceStepstatement and proof · cited by 7
- FixedDetMatrices.reducestatement and proof · cited by 6
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.