Theorems · Theorem · linear algebra
Matrix.det_fin_three
∀ {R : Type v} [inst : CommRing R] (A : Matrix (Fin 3) (Fin 3) R),
A.det =
A 0 0 * A 1 1 * A 2 2 - A 0 0 * A 1 2 * A 2 1 - A 0 1 * A 1 0 * A 2 2 + A 0 1 * A 1 2 * A 2 0 +
A 0 2 * A 1 0 * A 2 1 -
A 0 2 * A 1 1 * A 2 0Determinant of 3x3 matrix
- Cited by
- 3 results in Mathlib
- Foundations
- Depth 91 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- CommRing
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites18
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- CommRingstatement and proof · cited by 17,173
- Finset.sumproof · cited by 5,195
- Matrixstatement and proof · cited by 4,303
- Finset.univproof · cited by 3,473
- Nat.cast_oneproof · cited by 2,501
- Finset.sum_congrproof · cited by 2,323
- Matrix.detstatement · cited by 665
- Finset.sum_singletonproof · cited by 251
- Fin.succAboveproof · cited by 249
- Matrix.submatrixproof · cited by 183
- Finset.univ_uniqueproof · cited by 94
- Matrix.det.congr_simpproof · cited by 91
Cited by3
Results whose statement or proof uses this declaration.
- Polynomial.discr_of_degree_eq_twoproof · cited by 1
- Polynomial.discr_of_degree_eq_threeproof · cited by 0
- triple_product_eq_detproof · cited by 0