Theorems · Theorem · linear algebra
Matrix.adjugate_mul_distrib
∀ {n : Type v} {α : Type w} [inst : DecidableEq n] [inst_1 : Fintype n] [inst_2 : CommRing α] (A B : Matrix n n α),
(A * B).adjugate = B.adjugate * A.adjugateProof follows from "The trace Cayley-Hamilton theorem" by Darij Grinberg, Section 5.3
- Defined in
- Mathlib.LinearAlgebra.Matrix.Adjugate
- Cited by
- 3 results in Mathlib
- Foundations
- Depth 111 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.
Cites34
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coeproof · cited by 62,936
- CommRingstatement and proof · cited by 17,173
- RingHomproof · cited by 10,189
- Fintypestatement and proof · cited by 7,736
- Polynomialproof · cited by 5,681
- Matrixstatement and proof · cited by 4,303
- add_zeroproof · cited by 2,707
- Polynomial.Xproof · cited by 1,639
- MulZeroClass.zero_mulproof · cited by 1,625
- Polynomial.Cproof · cited by 1,598
- add_commproof · cited by 1,535
- map_mulproof · cited by 1,137
Cited by3
Results whose statement or proof uses this declaration.
- Matrix.mul_inv_revproof · cited by 4
- Matrix.det_smul_adjugate_adjugateproof · cited by 1
- Matrix.adjugate_powproof · cited by 0