Theorems · Theorem · linear algebra
Matrix.cramer_transpose_apply
∀ {n : Type v} {α : Type w} [inst : DecidableEq n] [inst_1 : Fintype n] [inst_2 : CommRing α] (A : Matrix n n α)
(b : n → α) (i : n), A.transpose.cramer b i = (A.updateRow i b).det- Defined in
- Mathlib.LinearAlgebra.Matrix.Adjugate
- Cited by
- 0 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.
Cites13
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
- Fintypestatement and proof · cited by 7,736
- Matrixstatement and proof · cited by 4,303
- Matrix.detstatement and proof · cited by 665
- Matrix.transposestatement and proof · cited by 389
- Matrix.updateRowstatement and proof · cited by 63
- Matrix.det_transposeproof · cited by 51
- Matrix.cramerstatement · cited by 27
- Matrix.cramer_applyproof · cited by 7
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.