Mathlib Map

Theorems · Theorem · linear algebra

LinearMap.det_toMatrix

∀ {M : Type u_2} [inst : AddCommGroup M] {ι : Type u_4} [inst_1 : DecidableEq ι] [inst_2 : Fintype ι] {A : Type u_5}
  [inst_3 : CommRing A] [inst_4 : Module A M] (b : Module.Basis ι A M) (f : M →ₗ[A] M),
  ((LinearMap.toMatrix b b) f).det = LinearMap.det f
Defined in
Mathlib.LinearAlgebra.Determinant
Cited by
37 results in Mathlib
Foundations
Depth 129 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
AddCommGroupDecidableEqFintypeCommRingModule

Around this declaration

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

Algebra.norm_eq_matrix_det · cited by 10Algebra.norm_eq_matrix_detLinearMap.det_ring · cited by 9LinearMap.det_ringLinearMap.det_conj · cited by 5LinearMap.det_conjLinearMap.det_smul · cited by 5LinearMap.det_smulLinearMap.det_toLin · cited by 5LinearMap.det_toLinLinearMap.normDet_eq_zero_iff_ker_ne_bot · cited by 5LinearMap.normDet_eq_zero…Algebra.norm_algebraMap_of_basis · cited by 3Algebra.norm_algebraMap_o…LinearMap.det_eq_one_of_subsingleton · cited by 3LinearMap.det_eq_one_of_s…LinearMap.det_eq_zero_iff_ker_ne_bot · cited by 3LinearMap.det_eq_zero_iff…LinearMap.bot_lt_ker_of_det_eq_zero · cited by 3LinearMap.bot_lt_ker_of_d…Complex.det_conjAe · cited by 3Complex.det_conjAeLinearMap.det_eq_sign_charpoly_coeff · cited by 2LinearMap.det_eq_sign_cha…LinearMap.det_pi · cited by 2LinearMap.det_piLinearMap.det_restrictScalars · cited by 2LinearMap.det_restrictSca…LinearMap.det_toMatrix' · cited by 2LinearMap.det_toMatrix'DFunLike.coe · cited by 62936DFunLike.coeModule · cited by 20661ModuleRingHom.id · cited by 18349RingHom.idCommRing · cited by 17173CommRingAddCommGroup · cited by 12871AddCommGroupLinearMap · cited by 10215LinearMapFintype · cited by 7736FintypeMatrix · cited by 4303MatrixMonoidHom · cited by 3629MonoidHomLinearEquiv · cited by 3317LinearEquivModule.Basis · cited by 1477Module.BasisMatrix.det · cited by 665Matrix.detLinearMap.toMatrix · cited by 180LinearMap.toMatrixClassical.decEq · cited by 134Classical.decEqLinearMap.det · cited by 127LinearMap.detLinearMap.det_toMatrixCITED BYCITES

Cites18

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

Cited by37

Results whose statement or proof uses this declaration.