Theorems · Definition · group theory
DirectSum.map
{ι : Type u_3} →
{α : ι → Type u_4} →
{β : ι → Type u_5} →
[inst : (i : ι) → AddCommMonoid (α i)] →
[inst_1 : (i : ι) → AddCommMonoid (β i)] →
((i : ι) → α i →+ β i) → (DirectSum ι fun i => α i) →+ DirectSum ι fun i => β icreate a homomorphism from ⨁ i, α i to ⨁ i, β i by giving the component-wise map f.
- Defined in
- Mathlib.Algebra.DirectSum.Basic
- Cited by
- 15 results in Mathlib
- Foundations
- Depth 31 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- AddCommMonoidAddCommMonoid
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites4
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
- AddMonoidHomstatement and proof · cited by 3,230
- DirectSumstatement · cited by 446
- DFinsupp.mapRange.addMonoidHomproof · cited by 7
Cited by16
Results whose statement or proof uses this declaration.
- DirectSum.congrAddEquivproof · cited by 2
- DirectSum.map_applystatement · cited by 2
- DirectSum.decompose_mapstatement and proof · cited by 1
- DirectSum.map_eq_iffstatement · cited by 1
- DirectSum.map_ofstatement · cited by 1
- DirectSum.mker_mapstatement · cited by 0
- DirectSum.mrange_mapstatement · cited by 0
- DirectSum.coe_congrAddEquivstatement · cited by 0
- DirectSum.lmap_eq_mapstatement · cited by 0
- DirectSum.toAddMonoidHom_lmapstatement · cited by 0
- DirectSum.map_compstatement · cited by 0
- DirectSum.map_idstatement · cited by 0