Theorems · Definition · group theory
DirectSum.Decomposition.ofAddHom
{ι : Type u_1} →
{M : Type u_3} →
{σ : Type u_4} →
[inst : DecidableEq ι] →
[inst_1 : AddCommMonoid M] →
[inst_2 : SetLike σ M] →
[inst_3 : AddSubmonoidClass σ M] →
(ℳ : ι → σ) →
(decompose : M →+ DirectSum ι fun i => ↥(ℳ i)) →
(DirectSum.coeAddMonoidHom ℳ).comp decompose = AddMonoidHom.id M →
decompose.comp (DirectSum.coeAddMonoidHom ℳ) = AddMonoidHom.id (DirectSum ι fun i => ↥(ℳ i)) →
DirectSum.Decomposition ℳA convenience method to construct a decomposition from an AddMonoidHom, such that the proofs
of left and right inverse can be constructed via ext.
- Defined in
- Mathlib.Algebra.DirectSum.Decomposition
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 87 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.
- DFunLike.coeproof · cited by 62,936
- AddCommMonoidstatement and proof · cited by 12,281
- AddMonoidHomstatement and proof · cited by 3,230
- SetLikestatement and proof · cited by 1,084
- DirectSumstatement and proof · cited by 446
- AddSubmonoidClassstatement and proof · cited by 346
- AddMonoidHom.compstatement and proof · cited by 339
- AddMonoidHom.idstatement and proof · cited by 107
- DirectSum.Decompositionstatement · cited by 57
- DirectSum.coeAddMonoidHomstatement and proof · cited by 8
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.