Theorems · Definition · group theory
DirectSum.toAddMonoid
{ι : Type v} →
{β : ι → Type w} →
[inst : (i : ι) → AddCommMonoid (β i)] →
[DecidableEq ι] →
{γ : Type u₁} → [inst_2 : AddCommMonoid γ] → ((i : ι) → β i →+ γ) → (DirectSum ι fun i => β i) →+ γtoAddMonoid φ is the natural homomorphism from ⨁ i, β i to γ
induced by a family φ of homomorphisms β i → γ.
- Defined in
- Mathlib.Algebra.DirectSum.Basic
- Cited by
- 11 results in Mathlib
- Foundations
- Depth 84 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites5
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
- DirectSumstatement · cited by 446
- DFinsupp.liftAddHomproof · cited by 11
Cited by19
Results whose statement or proof uses this declaration.
- DirectSum.toAddMonoid_ofstatement · cited by 8
- DirectSum.coeAddMonoidHomproof · cited by 8
- DirectSum.toSemiringproof · cited by 6
- DirectSum.mul_eq_dfinsuppSumproof · cited by 3
- DirectSum.Gmodule.smulAddMonoidHomproof · cited by 2
- DirectSum.mulHomproof · cited by 2
- DirectSum.fromAddMonoidproof · cited by 2
- DirectSum.toAddMonoid_injectivestatement · cited by 2
- DirectSum.idproof · cited by 2
- AddChar.directSumproof · cited by 2
- DirectSum.toAddMonoid.uniquestatement and proof · cited by 1
- DirectSum.Gmodule.smulAddMonoidHom_apply_of_ofproof · cited by 1