Theorems · Definition · group theory
MonoidHom.piMap
{ι : Type u_1} →
{M : ι → Type u_3} →
{N : ι → Type u_4} →
[inst : (i : ι) → MulOneClass (M i)] →
[inst_1 : (i : ι) → MulOneClass (N i)] → ((i : ι) → M i →* N i) → ((i : ι) → M i) →* (i : ι) → N iA family of monoid homomorphisms f i : M i →* N i defines a monoid homomorphism
MonoidHom.piMap f : (Π i, M i) →* (Π i, N i)
given by MonoidHom.piMap f x i = f i x. This is Pi.map for MonoidHoms.
- Defined in
- Mathlib.Algebra.Group.Pi.Lemmas
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 14 from the axioms · uses propext, Quot.sound
- Assumes
- MulOneClassMulOneClass
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.
- MonoidHomstatement and proof · cited by 3,629
- MulOneClassstatement and proof · cited by 1,018
- MonoidHom.compproof · cited by 469
- Pi.evalMonoidHomproof · cited by 14
- MonoidHom.piproof · cited by 9
Cited by1
Results whose statement or proof uses this declaration.
- MonoidHom.piMap_applystatement and proof · cited by 0