Theorems · Theorem · linear algebra
Matrix.add_mul_mul_invOf_mul_eq_one
∀ {m : Type u_1} {n : Type u_2} {α : Type u_3} [inst : Fintype n] [inst_1 : DecidableEq n] [inst_2 : Fintype m]
[inst_3 : DecidableEq m] [inst_4 : Ring α] (A : Matrix n n α) (U : Matrix n m α) (C : Matrix m m α) (V : Matrix m n α)
[inst_5 : Invertible A] [inst_6 : Invertible C] [inst_7 : Invertible (⅟C + V * ⅟A * U)],
(A + U * C * V) * (⅟A - ⅟A * U * ⅟(⅟C + V * ⅟A * U) * V * ⅟A) = 1- Defined in
- Mathlib.LinearAlgebra.Matrix.Invertible
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 82 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites15
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Fintypestatement and proof · cited by 7,736
- Ringstatement and proof · cited by 7,463
- Matrixstatement and proof · cited by 4,303
- Invertiblestatement and proof · cited by 549
- add_mulproof · cited by 363
- Invertible.invOfstatement and proof · cited by 268
- mul_subproof · cited by 201
- add_sub_assocproof · cited by 72
- Matrix.mul_assocproof · cited by 56
- Matrix.one_mulproof · cited by 30
- mul_invOf_selfproof · cited by 28
- Matrix.mul_addproof · cited by 11
Cited by1
Results whose statement or proof uses this declaration.
- Matrix.invertibleAddMulMulproof · cited by 2