Theorems · Theorem · linear algebra
Matrix.adjugate_def
∀ {n : Type v} {α : Type w} [inst : DecidableEq n] [inst_1 : Fintype n] [inst_2 : CommRing α] (A : Matrix n n α),
A.adjugate = Matrix.of fun i => A.transpose.cramer (Pi.single i 1)- Defined in
- Mathlib.LinearAlgebra.Matrix.Adjugate
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 95 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- DecidableEqFintypeCommRing
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites12
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coestatement · cited by 62,936
- RingHom.idstatement · cited by 18,349
- CommRingstatement and proof · cited by 17,173
- LinearMapstatement · cited by 10,215
- Equivstatement · cited by 8,337
- Fintypestatement and proof · cited by 7,736
- Matrixstatement and proof · cited by 4,303
- Pi.singlestatement · cited by 518
- Matrix.transposestatement · cited by 389
- Matrix.ofstatement · cited by 336
- Matrix.adjugatestatement · cited by 64
- Matrix.cramerstatement · cited by 27
Cited by2
Results whose statement or proof uses this declaration.
- Matrix.adjugate_applyproof · cited by 5
- Matrix.cramer_eq_adjugate_mulVecproof · cited by 2