Theorems · Theorem · linear algebra
Matrix.det_eq_of_forall_row_eq_smul_add_pred_aux
∀ {R : Type v} [inst : CommRing R] {n : ℕ} (k : Fin (n + 1)) (c : Fin n → R),
(∀ (i : Fin n), k < i.succ → c i = 0) →
∀ {M N : Matrix (Fin n.succ) (Fin n.succ) R},
(∀ (j : Fin n.succ), M 0 j = N 0 j) →
(∀ (i : Fin n) (j : Fin n.succ), M i.succ j = N i.succ j + c i * M i.castSucc j) → M.det = N.det- Cited by
- 1 results in Mathlib
- Foundations
- Depth 89 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- CommRing
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites19
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- CommRingstatement and proof · cited by 17,173
- Fintypeproof · cited by 7,736
- Matrixstatement and proof · cited by 4,303
- add_zeroproof · cited by 2,707
- MulZeroClass.zero_mulproof · cited by 1,625
- LT.lt.neproof · cited by 872
- Matrix.detstatement and proof · cited by 665
- Matrix.extproof · cited by 540
- Function.updateproof · cited by 502
- not_ltproof · cited by 306
- lt_of_le_of_neproof · cited by 230
- ne_of_ltproof · cited by 203
Cited by1
Results whose statement or proof uses this declaration.
- Matrix.det_eq_of_forall_row_eq_smul_add_predproof · cited by 1