Mathlib Map

Theorems · Theorem · linear algebra

Matrix.invOf_eq_nonsing_inv

∀ {n : Type u'} {α : Type v} [inst : Fintype n] [inst_1 : DecidableEq n] [inst_2 : CommRing α] (A : Matrix n n α)
  [inst_3 : Invertible A], ⅟A = A⁻¹

The nonsingular inverse is the same as invOf when A is invertible.

Defined in
Mathlib.LinearAlgebra.Matrix.NonsingularInverse
Cited by
11 results in Mathlib
Foundations
Depth 102 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
FintypeDecidableEqCommRingInvertible

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.

Cited by11

Results whose statement or proof uses this declaration.