Mathlib Map

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 default

If 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.

Defined in
Mathlib.LinearAlgebra.Matrix.Determinant.Basic
Cited by
15 results in Mathlib
Foundations
Depth 88 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
CommRingUniqueDecidableEqFintype

Around this declaration

Dashed lines are statement dependencies; solid lines are citations in proofs.

Matrix.det_fin_two · cited by 33Matrix.det_fin_twoLinearMap.det_ring · cited by 9LinearMap.det_ringMatrix.det_eq_elem_of_subsingleton · cited by 4Matrix.det_eq_elem_of_sub…Matrix.det_fin_three · cited by 3Matrix.det_fin_threeIsCyclotomicExtension.discr_prime_pow · cited by 3IsCyclotomicExtension.dis…Matrix.adjugate_fin_two · cited by 3Matrix.adjugate_fin_twoRat.numberField_discr · cited by 2Rat.numberField_discrMatrix.det_toSquareBlock_id · cited by 1Matrix.det_toSquareBlock_…Matrix.det_fin_one · cited by 1Matrix.det_fin_onePolynomial.discr_of_degree_eq_one · cited by 0Polynomial.discr_of_degre…Matrix.charpoly_vecMulVec · cited by 0Matrix.charpoly_vecMulVecAlgebra.PreSubmersivePresentation.localizationAway_jacobian · cited by 0PreSubmersivePresentation…Matrix.det_one_add_replicateCol_mul_replicateRow · cited by 0Matrix.det_one_add_replic…Matrix.IsTotallyUnimodular.apply · cited by 0IsTotallyUnimodular.applyMatrix.det_vandermonde_id_eq_superFactorial · cited by 0Matrix.det_vandermonde_id…DFunLike.coe · cited by 62936DFunLike.coeCommRing · cited by 17173CommRingFintype · cited by 7736FintypeMatrix · cited by 4303MatrixUnits · cited by 2804UnitsFinset.sum_congr · cited by 2323Finset.sum_congrEquiv.Perm · cited by 1375Equiv.Permone_smul · cited by 1374one_smulMatrix.det · cited by 665Matrix.detFinset.prod_congr · cited by 646Finset.prod_congrUnique · cited by 400UniqueFinset.sum_singleton · cited by 251Finset.sum_singletonEquiv.Perm.sign · cited by 138Perm.signFinset.univ_unique · cited by 94Finset.univ_uniqueFinset.prod_singleton · cited by 78Finset.prod_singletonMatrix.det_uniqueCITED BYCITES

Cites17

Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.

Cited by15

Results whose statement or proof uses this declaration.