Mathlib Map

Theorems · Theorem · linear algebra

Matrix.det_mul

∀ {n : Type u_2} [inst : DecidableEq n] [inst_1 : Fintype n] {R : Type v} [inst_2 : CommRing R] (M N : Matrix n n R),
  (M * N).det = M.det * N.det
Defined in
Mathlib.LinearAlgebra.Matrix.Determinant.Basic
Cited by
51 results in Mathlib
Foundations
Depth 89 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.

Matrix.det_smul · cited by 11Matrix.det_smulLinearMap.normDet_eq_norm_det_toMatrix_rangeRestrict · cited by 8LinearMap.normDet_eq_norm…Matrix.detMonoidHom · cited by 6Matrix.detMonoidHomAlgebra.discr_eq_det_embeddingsMatrixReindex_pow_two · cited by 4Algebra.discr_eq_det_embe…NumberField.mixedEmbedding.volume_fundamentalDomain_latticeBasis · cited by 4mixedEmbedding.volume_fun…Matrix.det_of_mem_unitary · cited by 4Matrix.det_of_mem_unitaryMatrix.mul_inv_rev · cited by 4Matrix.mul_inv_revMatrix.det_mul_comm · cited by 3Matrix.det_mul_commMatrix.IsHadamard.det_mul_star_det · cited by 3IsHadamard.det_mul_star_d…Algebra.discr_of_matrix_vecMul · cited by 2Algebra.discr_of_matrix_v…Matrix.det_fromBlocks₁₁ · cited by 2Matrix.det_fromBlocks₁₁Matrix.det_kroneckerMapBilinear · cited by 2Matrix.det_kroneckerMapBi…LinearMap.normDet_comp · cited by 2LinearMap.normDet_compMatrix.TransvectionStruct.det_toMatrix_prod · cited by 2TransvectionStruct.det_to…Module.Basis.det_comp · cited by 2Basis.det_compDFunLike.coe · cited by 62936DFunLike.coeCommRing · cited by 17173CommRingFintype · cited by 7736FintypeFinset.sum · cited by 5195Finset.sumMatrix · cited by 4303MatrixEquiv.symm · cited by 3681Equiv.symmFinset.univ · cited by 3473Finset.univUnits · cited by 2804UnitsFinset.prod · cited by 2356Finset.prodFinset.sum_congr · cited by 2323Finset.sum_congrmul_comm · cited by 2262mul_commUnits.val · cited by 1966Units.valmul_assoc · cited by 1667mul_assocEquiv.Perm · cited by 1375Equiv.PermFinset.filter · cited by 949Finset.filterMatrix.det_mulCITED BYCITES

Cites44

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

Cited by52

Results whose statement or proof uses this declaration.