Theorems · Theorem · linear algebra
Matrix.detp_mul
∀ {n : Type u_1} {R : Type u_3} [inst : Fintype n] [inst_1 : DecidableEq n] [inst_2 : CommSemiring R]
(A B : Matrix n n R),
Matrix.detp 1 (A * B) + (Matrix.detp 1 A * Matrix.detp (-1) B + Matrix.detp (-1) A * Matrix.detp 1 B) =
Matrix.detp (-1) (A * B) + (Matrix.detp 1 A * Matrix.detp 1 B + Matrix.detp (-1) A * Matrix.detp (-1) B)- Cited by
- 1 results in Mathlib
- Foundations
- Depth 83 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites52
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coeproof · cited by 62,936
- Finsetproof · cited by 13,712
- CommSemiringstatement and proof · cited by 10,911
- Equivproof · cited by 8,337
- Fintypestatement and proof · cited by 7,736
- Finset.sumproof · cited by 5,195
- Matrixstatement and proof · cited by 4,303
- mul_oneproof · cited by 3,885
- Finset.univproof · cited by 3,473
- Compl.complproof · cited by 2,925
- Unitsstatement and proof · cited by 2,804
- Finset.prodproof · cited by 2,356
Cited by1
Results whose statement or proof uses this declaration.
- Matrix.detp_smul_adjpproof · cited by 0