Theorems · Theorem · linear algebra
LinearMap.trace_eq_sum_trace_restrict
∀ {ι : Type u_1} {R : Type u_2} {M : Type u_3} [inst : CommRing R] [inst_1 : AddCommGroup M] [inst_2 : Module R M]
{N : ι → Submodule R M} [inst_3 : DecidableEq ι] [∀ (i : ι), Module.Finite R ↥(N i)]
[∀ (i : ι), Module.Free R ↥(N i)],
DirectSum.IsInternal N →
∀ [inst_6 : Fintype ι] {f : M →ₗ[R] M} (hf : ∀ (i : ι), Set.MapsTo ⇑f ↑(N i) ↑(N i)),
(LinearMap.trace R M) f = ∑ i, (LinearMap.trace R ↥(N i)) (f.restrict ⋯)The trace of an endomorphism of a direct sum is the sum of the traces on each component.
See also LinearMap.trace_restrict_eq_sum_trace_restrict.
- Defined in
- Mathlib.Algebra.DirectSum.LinearMap
- Cited by
- 3 results in Mathlib
- Foundations
- Depth 95 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites27
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coestatement and proof · cited by 62,936
- Modulestatement and proof · cited by 20,661
- RingHom.idstatement and proof · cited by 18,349
- CommRingstatement and proof · cited by 17,173
- AddCommGroupstatement and proof · cited by 12,871
- LinearMapstatement and proof · cited by 10,215
- SetLike.coestatement and proof · cited by 8,199
- Fintypestatement and proof · cited by 7,736
- Submodulestatement and proof · cited by 7,192
- Finset.sumstatement and proof · cited by 5,195
- Finset.univstatement and proof · cited by 3,473
- Finset.sum_congrproof · cited by 2,323
Cited by3
Results whose statement or proof uses this declaration.
- LinearMap.trace_eq_sum_trace_restrict'proof · cited by 2
- LieModule.traceForm_eq_sum_finrank_nsmul_mulproof · cited by 1
- LinearMap.trace_eq_sum_trace_restrict_of_eq_biSupproof · cited by 1