Theorems · Definition · group theory
DirectSum.fromAddMonoid
{ι : Type v} →
{β : ι → Type w} →
[inst : (i : ι) → AddCommMonoid (β i)] →
[DecidableEq ι] →
{γ : Type u₁} → [inst_2 : AddCommMonoid γ] → (DirectSum ι fun i => γ →+ β i) →+ γ →+ DirectSum ι fun i => β ifromAddMonoid φ is the natural homomorphism from γ to ⨁ i, β i
induced by a family φ of homomorphisms γ → β i.
Note that this is not an isomorphism. Not every homomorphism γ →+ ⨁ i, β i arises in this way.
- Defined in
- Mathlib.Algebra.DirectSum.Basic
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 85 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites7
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 · cited by 3,230
- DirectSumstatement · cited by 446
- DirectSum.ofproof · cited by 122
- DirectSum.toAddMonoidproof · cited by 11
- AddMonoidHom.compHomproof · cited by 10
Cited by2
Results whose statement or proof uses this declaration.
- DirectSum.fromAddMonoid_ofstatement · cited by 1
- DirectSum.fromAddMonoid_of_applystatement · cited by 0