Theorems · Definition · linear algebra
LinearMap.traceAux
(R : Type u) →
[inst : CommSemiring R] →
{M : Type v} →
[inst_1 : AddCommMonoid M] →
[inst_2 : Module R M] → {ι : Type w} → [DecidableEq ι] → [Fintype ι] → Module.Basis ι R M → (M →ₗ[R] M) →ₗ[R] RThe trace of an endomorphism given a basis.
- Defined in
- Mathlib.LinearAlgebra.Trace
- Cited by
- 6 results in Mathlib
- Foundations
- Depth 88 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites11
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Modulestatement and proof · cited by 20,661
- RingHom.idstatement · cited by 18,349
- AddCommMonoidstatement and proof · cited by 12,281
- CommSemiringstatement and proof · cited by 10,911
- LinearMapstatement · cited by 10,215
- Fintypestatement and proof · cited by 7,736
- LinearMap.compproof · cited by 1,642
- Module.Basisstatement and proof · cited by 1,477
- LinearEquiv.toLinearMapproof · cited by 1,171
- LinearMap.toMatrixproof · cited by 180
- Matrix.traceLinearMapproof · cited by 2
Cited by7
Results whose statement or proof uses this declaration.
- LinearMap.traceproof · cited by 87
- LinearMap.trace_eq_matrix_traceproof · cited by 14
- LinearMap.trace_conj'proof · cited by 8
- LinearMap.traceAux_eqstatement · cited by 3
- LinearMap.traceAux_defstatement · cited by 2
- LinearMap.trace_eq_matrix_trace_of_finsetproof · cited by 1
- LinearMap.traceAux.congr_simpstatement and proof · cited by 0