Theorems · Theorem · linear algebra
Matrix.det_unique
∀ {R : Type v} [inst : CommRing R] {n : Type u_3} [inst_1 : Unique n] [inst_2 : DecidableEq n] [inst_3 : Fintype n]
(A : Matrix n n R), A.det = A default defaultIf n has only one element, the determinant of an n by n matrix is just that element.
Although Unique implies DecidableEq and Fintype, the instances might
not be syntactically equal. Thus, we need to fill in the args explicitly.
- Cited by
- 15 results in Mathlib
- Foundations
- Depth 88 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites17
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
- Fintypestatement and proof · cited by 7,736
- Matrixstatement and proof · cited by 4,303
- Unitsproof · cited by 2,804
- Finset.sum_congrproof · cited by 2,323
- Equiv.Permproof · cited by 1,375
- one_smulproof · cited by 1,374
- Matrix.detstatement · cited by 665
- Finset.prod_congrproof · cited by 646
- Uniquestatement and proof · cited by 400
- Finset.sum_singletonproof · cited by 251
Cited by15
Results whose statement or proof uses this declaration.
- Matrix.det_fin_twoproof · cited by 33
- LinearMap.det_ringproof · cited by 9
- Matrix.det_eq_elem_of_subsingletonproof · cited by 4
- Matrix.det_fin_threeproof · cited by 3
- IsCyclotomicExtension.discr_prime_powproof · cited by 3
- Matrix.adjugate_fin_twoproof · cited by 3
- Rat.numberField_discrproof · cited by 2
- Matrix.det_toSquareBlock_idproof · cited by 1
- Matrix.det_fin_oneproof · cited by 1
- Polynomial.discr_of_degree_eq_oneproof · cited by 0
- Matrix.charpoly_vecMulVecproof · cited by 0
- Algebra.PreSubmersivePresentation.localizationAway_jacobianproof · cited by 0