Theorems · Theorem · group theory
DirectSum.decompose_symm_sum
∀ {ι : Type u_1} {M : Type u_3} {σ : Type u_4} [inst : DecidableEq ι] [inst_1 : AddCommMonoid M] [inst_2 : SetLike σ M]
[inst_3 : AddSubmonoidClass σ M] (ℳ : ι → σ) [inst_4 : DirectSum.Decomposition ℳ] {ι' : Type u_5} (s : Finset ι')
(f : ι' → DirectSum ι fun i => ↥(ℳ i)),
(DirectSum.decompose ℳ).symm (∑ i ∈ s, f i) = ∑ i ∈ s, (DirectSum.decompose ℳ).symm (f i)- Defined in
- Mathlib.Algebra.DirectSum.Decomposition
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 90 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites14
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coestatement · cited by 62,936
- Finsetstatement and proof · cited by 13,712
- AddCommMonoidstatement and proof · cited by 12,281
- Equivstatement · cited by 8,337
- Finset.sumstatement · cited by 5,195
- Equiv.symmstatement · cited by 3,681
- SetLikestatement and proof · cited by 1,084
- AddEquiv.symmproof · cited by 530
- map_sumproof · cited by 455
- DirectSumstatement and proof · cited by 446
- AddSubmonoidClassstatement and proof · cited by 346
- DirectSum.decomposestatement · cited by 93
Cited by1
Results whose statement or proof uses this declaration.
- DirectSum.sum_support_decomposeproof · cited by 9