Theorems · Definition · group theory
AddMonoidHom.piMap
{ι : Type u_1} →
{M : ι → Type u_3} →
{N : ι → Type u_4} →
[inst : (i : ι) → AddZeroClass (M i)] →
[inst_1 : (i : ι) → AddZeroClass (N i)] → ((i : ι) → M i →+ N i) → ((i : ι) → M i) →+ (i : ι) → N iA family of additive monoid homomorphisms f i : M i →+ N i defines an additive monoid
homomorphism AddMonoidHom.piMap f : (Π i, M i) →+ (Π i, N i)
given by AddMonoidHom.piMap f x i = f i x. This is Pi.map for AddMonoidHoms.
- Defined in
- Mathlib.Algebra.Group.Pi.Lemmas
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 14 from the axioms · uses propext, Quot.sound
- Assumes
- AddZeroClassAddZeroClass
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.
- AddMonoidHomstatement and proof · cited by 3,230
- AddZeroClassstatement and proof · cited by 1,237
- AddMonoidHom.compproof · cited by 339
- Pi.evalAddMonoidHomproof · cited by 19
- AddMonoidHom.piproof · cited by 9
Cited by1
Results whose statement or proof uses this declaration.
- AddMonoidHom.piMap_applystatement and proof · cited by 0