Theorems · Theorem · linear algebra
Matrix.add_mul_mul_inv_eq_sub
∀ {m : Type u} {n : Type u'} {α : Type v} [inst : Fintype n] [inst_1 : DecidableEq n] [inst_2 : CommRing α]
[inst_3 : Fintype m] [inst_4 : DecidableEq m] (A : Matrix n n α) (U : Matrix n m α) (C : Matrix m m α)
(V : Matrix m n α),
IsUnit A → IsUnit C → IsUnit (C⁻¹ + V * A⁻¹ * U) → (A + U * C * V)⁻¹ = A⁻¹ - A⁻¹ * U * (C⁻¹ + V * A⁻¹ * U)⁻¹ * V * A⁻¹The Woodbury Identity (⁻¹ version).
See add_mul_mul_inv_eq_sub' for the binomial inverse theorem.
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 104 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites9
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
- Invertibleproof · cited by 549
- Invertible.invOfproof · cited by 268
- IsUnit.nonempty_invertibleproof · cited by 16
- Matrix.invertibleAddMulMulproof · cited by 2
- Matrix.invOf_add_mul_mulproof · cited by 1
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.