Theorems · Theorem · linear algebra
Matrix.det_eq_of_forall_row_eq_smul_add_const_aux
∀ {n : Type u_2} [inst : DecidableEq n] [inst_1 : Fintype n] {R : Type v} [inst_2 : CommRing R] {A B : Matrix n n R}
{s : Finset n} (c : n → R), (∀ i ∉ s, c i = 0) → ∀ k ∉ s, (∀ (i j : n), A i j = B i j + c i * B k j) → A.det = B.det- Cited by
- 1 results in Mathlib
- Foundations
- Depth 89 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- DecidableEqFintypeCommRing
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites18
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
- Finsetstatement and proof · cited by 13,712
- Fintypestatement and proof · cited by 7,736
- Matrixstatement and proof · cited by 4,303
- add_zeroproof · cited by 2,707
- MulZeroClass.zero_mulproof · cited by 1,625
- Matrix.detstatement and proof · cited by 665
- Matrix.extproof · cited by 540
- Function.updateproof · cited by 502
- Finset.induction_onproof · cited by 167
- Finset.mem_insert_selfproof · cited by 128
- Finset.mem_insert_of_memproof · cited by 109
Cited by1
Results whose statement or proof uses this declaration.
- Matrix.det_eq_of_forall_row_eq_smul_add_constproof · cited by 0