Theorems · Theorem · linear algebra
Matrix.invOf_diagonal_eq
∀ {n : Type u'} [inst : Fintype n] [inst_1 : DecidableEq n] {α : Type u_2} [inst_2 : Semiring α] (v : n → α)
[inst_3 : Invertible v] [inst_4 : Invertible (Matrix.diagonal v)], ⅟(Matrix.diagonal v) = Matrix.diagonal ⅟v- Cited by
- 1 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.
Cites7
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Semiringstatement and proof · cited by 13,802
- Fintypestatement and proof · cited by 7,736
- Matrixstatement and proof · cited by 4,303
- Invertiblestatement and proof · cited by 549
- Matrix.diagonalstatement and proof · cited by 314
- Invertible.invOfstatement and proof · cited by 268
- Invertible.congrproof · cited by 18
Cited by1
Results whose statement or proof uses this declaration.
- Matrix.inv_diagonalproof · cited by 0