Mathlib Map

Theorems · Theorem · linear algebra

Matrix.det_transpose

∀ {n : Type u_2} [inst : DecidableEq n] [inst_1 : Fintype n] {R : Type v} [inst_2 : CommRing R] (M : Matrix n n R),
  M.transpose.det = M.det

Transposing a matrix preserves the determinant.

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_conjTranspose · cited by 7Matrix.det_conjTransposeMatrix.adjugate_mul · cited by 6Matrix.adjugate_mulMatrix.det_eq_zero_of_column_eq_zero · cited by 5Matrix.det_eq_zero_of_col…Matrix.adjugate_apply · cited by 5Matrix.adjugate_applyMatrix.adjugate_transpose · cited by 5Matrix.adjugate_transposeMatrix.det_succ_row_zero · cited by 5Matrix.det_succ_row_zeroAlgebra.discr_eq_det_embeddingsMatrixReindex_pow_two · cited by 4Algebra.discr_eq_det_embe…NumberField.mixedEmbedding.volume_fundamentalDomain_latticeBasis · cited by 4mixedEmbedding.volume_fun…Matrix.isTotallyUnimodular_iff · cited by 3Matrix.isTotallyUnimodula…Matrix.transpose_nonsing_inv · cited by 3Matrix.transpose_nonsing_…Matrix.det_fromBlocks_zero₁₂ · cited by 3Matrix.det_fromBlocks_zer…Matrix.Nondegenerate.of_det_mem_nonZeroDivisors · cited by 3Nondegenerate.of_det_mem_…Matrix.det_zero_of_column_eq · cited by 2Matrix.det_zero_of_column…Matrix.isUnit_det_transpose · cited by 2Matrix.isUnit_det_transpo…Algebra.discr_of_matrix_vecMul · cited by 2Algebra.discr_of_matrix_v…DFunLike.coe · cited by 62936DFunLike.coeCommRing · cited by 17173CommRingFintype · cited by 7736FintypeFinset.sum · cited by 5195Finset.sumMatrix · cited by 4303MatrixFinset.univ · cited by 3473Finset.univUnits · cited by 2804UnitsFinset.prod · cited by 2356Finset.prodUnits.val · cited by 1966Units.valEquiv.Perm · cited by 1375Equiv.PermMatrix.det · cited by 665Matrix.detMatrix.transpose · cited by 389Matrix.transposeEquiv.symm_apply_apply · cited by 320Equiv.symm_apply_applyEquiv.Perm.sign · cited by 138Perm.signFunction.Involutive.bijective · cited by 21Involutive.bijectiveMatrix.det_transposeCITED BYCITES

Cites20

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

Cited by51

Results whose statement or proof uses this declaration.