Theorems · Definition · group theory
FixedDetMatrices.reduce_rec
{m : ℤ} →
{C : FixedDetMatrix (Fin 2) ℤ m → Sort u_3} →
((A : FixedDetMatrix (Fin 2) ℤ m) → ↑A 1 0 = 0 → C A) →
((A : FixedDetMatrix (Fin 2) ℤ m) → ↑A 1 0 ≠ 0 → C (FixedDetMatrices.reduceStep A) → C A) →
(A : FixedDetMatrix (Fin 2) ℤ m) → C AReduction lemma for integral FixedDetMatrices.
- Cited by
- 3 results in Mathlib
- Foundations
- Depth 106 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites4
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
- FixedDetMatrixstatement and proof · cited by 19
- FixedDetMatrices.reduceStepstatement and proof · cited by 7
Cited by3
Results whose statement or proof uses this declaration.
- FixedDetMatrices.reduce_mem_repsproof · cited by 1
- FixedDetMatrices.induction_onproof · cited by 1
- FixedDetMatrices.reduce_rec.eq_defstatement and proof · cited by 0