Theorems · Theorem · linear algebra
LinearMap.trace_eq_sum_trace_restrict_of_eq_biSup
∀ {ι : 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} [∀ (i : ι), Module.Finite R ↥(N i)] [∀ (i : ι), Module.Free R ↥(N i)] (s : Finset ι),
(iSupIndep fun i => N ↑i) →
∀ {f : Module.End R M} (hf : ∀ (i : ι), Set.MapsTo ⇑f ↑(N i) ↑(N i)) (p : Submodule R M) (hp : p = ⨆ i ∈ s, N i)
(hp' : optParam (Set.MapsTo ⇑f ↑p ↑p) ⋯),
(LinearMap.trace R ↥p) (LinearMap.restrict f hp') = ∑ i ∈ s, (LinearMap.trace R ↥(N i)) (LinearMap.restrict f ⋯)The trace of an endomorphism of a direct sum is the sum of the traces on each component.
Note that it is important the statement gives the user definitional control over p since the
_type_ of the term trace R p (f.restrict hp') depends on p.
- Defined in
- Mathlib.Algebra.DirectSum.LinearMap
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 108 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites36
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
- Finsetstatement and proof · cited by 13,712
- AddCommGroupstatement and proof · cited by 12,871
- LinearMapstatement · cited by 10,215
- SetLike.coestatement and proof · cited by 8,199
- Submodulestatement and proof · cited by 7,192
- Set.Elemproof · cited by 7,166
- Finset.sumstatement and proof · cited by 5,195
- Finset.univproof · cited by 3,473
Cited by1
Results whose statement or proof uses this declaration.
- LieModule.exists_forall_mem_corootSpace_smul_add_eq_zeroproof · cited by 1