Theorems · Definition · group theory
DirectSum.decomposeAddEquiv
{ι : Type u_1} →
{M : Type u_3} →
{σ : Type u_4} →
[inst : DecidableEq ι] →
[inst_1 : AddCommMonoid M] →
[inst_2 : SetLike σ M] →
[inst_3 : AddSubmonoidClass σ M] →
(ℳ : ι → σ) → [DirectSum.Decomposition ℳ] → M ≃+ DirectSum ι fun i => ↥(ℳ i)If M is graded by ι with degree i component ℳ i, then it is isomorphic as
an additive monoid to a direct sum of components.
- Defined in
- Mathlib.Algebra.DirectSum.Decomposition
- Cited by
- 12 results in Mathlib
- Foundations
- Depth 89 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites10
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- AddCommMonoidstatement and proof · cited by 12,281
- Equivproof · cited by 8,337
- Equiv.symmproof · cited by 3,681
- AddEquivstatement · cited by 1,087
- SetLikestatement and proof · cited by 1,084
- AddEquiv.symmproof · cited by 530
- DirectSumstatement and proof · cited by 446
- AddSubmonoidClassstatement and proof · cited by 346
- DirectSum.decomposeproof · cited by 93
- DirectSum.Decompositionstatement and proof · cited by 57
Cited by16
Results whose statement or proof uses this declaration.
- DirectSum.decomposeLinearEquivproof · cited by 15
- DirectSum.decomposeRingEquivproof · cited by 8
- DirectSum.decomposeAlgEquivproof · cited by 5
- DirectSum.decompose_zeroproof · cited by 4
- DirectSum.decompose_sumproof · cited by 3
- DirectSum.decompose_addproof · cited by 2
- DirectSum.decompose_symm_sumproof · cited by 1
- DirectSum.decompose_negproof · cited by 0
- DirectSum.decompose_subproof · cited by 0
- DirectSum.decompose_symm_addproof · cited by 0
- DirectSum.decompose_symm_negproof · cited by 0
- DirectSum.decompose_symm_subproof · cited by 0