Theorems · Theorem · linear algebra
Matrix.mulVec_cramer
- #97 of the 100 theorems: Cramer’s Rule
∀ {n : Type v} {α : Type w} [inst : DecidableEq n] [inst_1 : Fintype n] [inst_2 : CommRing α] (A : Matrix n n α)
(b : n → α), A.mulVec (A.cramer b) = A.det • bA stronger form of Cramer's rule that allows us to solve some instances of A * x = b even
if the determinant is not a unit. A sufficient (but still not necessary) condition is that A.det
divides b.
- Defined in
- Mathlib.LinearAlgebra.Matrix.Adjugate
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 99 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.
Cites15
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.mulVecstatement and proof · cited by 267
- Matrix.adjugateproof · cited by 64
- Matrix.cramerstatement · cited by 27
- Matrix.mulVec_mulVecproof · cited by 15
- Matrix.one_mulVecproof · cited by 12
Cited by2
Results whose statement or proof uses this declaration.
- Algebra.discr_mul_isIntegral_mem_adjoinproof · cited by 1
- isIntegral_discr_mul_of_mem_traceDualproof · cited by 0