Theorems · Theorem · linear algebra
Matrix.det_add_mul
∀ {m : Type u_2} {n : Type u_3} {α : Type u_4} [inst : Fintype m] [inst_1 : Fintype n] [inst_2 : DecidableEq m]
[inst_3 : DecidableEq n] [inst_4 : CommRing α] {A : Matrix m m α} (U : Matrix m n α) (V : Matrix n m α),
IsUnit A.det → (A + U * V).det = A.det * (1 + V * A⁻¹ * U).detA generalization of the Matrix determinant lemma
- Cited by
- 0 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.
Cites11
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
- Fintypestatement and proof · cited by 7,736
- Matrixstatement and proof · cited by 4,303
- IsUnitstatement and proof · cited by 1,602
- Matrix.detstatement and proof · cited by 665
- Matrix.mul_assocproof · cited by 56
- Matrix.det_mulproof · cited by 51
- Matrix.mul_oneproof · cited by 45
- Matrix.mul_addproof · cited by 11
- Matrix.det_one_add_mul_commproof · cited by 5
- Matrix.mul_nonsing_inv_cancel_leftproof · cited by 4
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.