Mathlib Map

Theorems · Theorem · linear algebra

LinearMap.trace_eq_matrix_trace

∀ (R : Type u) [inst : CommSemiring R] {M : Type v} [inst_1 : AddCommMonoid M] [inst_2 : Module R M] {ι : Type w}
  [inst_3 : DecidableEq ι] [inst_4 : Fintype ι] (b : Module.Basis ι R M) (f : M →ₗ[R] M),
  (LinearMap.trace R M) f = ((LinearMap.toMatrix b b) f).trace
Defined in
Mathlib.LinearAlgebra.Trace
Cited by
14 results in Mathlib
Foundations
Depth 93 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
CommSemiringAddCommMonoidModuleDecidableEqFintype

Around this declaration

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

Algebra.trace_eq_matrix_trace · cited by 9Algebra.trace_eq_matrix_t…LinearMap.trace_mul_comm · cited by 8LinearMap.trace_mul_commLinearMap.isNilpotent_trace_of_isNilpotent · cited by 5LinearMap.isNilpotent_tra…LinearMap.trace_one · cited by 4LinearMap.trace_oneLinearMap.trace_eq_sum_trace_restrict · cited by 3LinearMap.trace_eq_sum_tr…LinearMap.trace_baseChange · cited by 2LinearMap.trace_baseChangeAlgebra.trace_algebraMap_of_basis · cited by 2Algebra.trace_algebraMap_…LinearMap.trace_eq_contract_of_basis · cited by 2LinearMap.trace_eq_contra…LinearMap.trace_eq_zero_of_mapsTo_ne · cited by 1LinearMap.trace_eq_zero_o…Matrix.trace_toLin_eq · cited by 1Matrix.trace_toLin_eqLinearMap.trace_restrict_eq_of_forall_mem · cited by 1LinearMap.trace_restrict_…Module.End.trace_eq_sum_roots_charpoly_of_splits · cited by 1End.trace_eq_sum_roots_ch…LinearMap.trace_eq_sum_inner · cited by 1LinearMap.trace_eq_sum_in…LinearMap.trace_smulRight · cited by 0LinearMap.trace_smulRightDFunLike.coe · cited by 62936DFunLike.coeModule · cited by 20661ModuleRingHom.id · cited by 18349RingHom.idAddCommMonoid · cited by 12281AddCommMonoidCommSemiring · cited by 10911CommSemiringLinearMap · cited by 10215LinearMapFintype · cited by 7736FintypeMatrix · cited by 4303MatrixLinearEquiv · cited by 3317LinearEquivModule.Basis · cited by 1477Module.BasisLinearMap.toMatrix · cited by 180LinearMap.toMatrixMatrix.trace · cited by 114Matrix.traceLinearMap.trace · cited by 87LinearMap.traceModule.Basis.reindexFinsetRange · cited by 7Basis.reindexFinsetRangeLinearMap.traceAux · cited by 6LinearMap.traceAuxLinearMap.trace_eq_matrix_tra…CITED BYCITES

Cites18

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

Cited by14

Results whose statement or proof uses this declaration.