Theorems · Definition · group theory
MonoidHom.pi
{I : Type u} →
{f : I → Type v} →
[inst : (i : I) → MulOneClass (f i)] →
{γ : Type w} → [inst_1 : MulOneClass γ] → ((i : I) → γ →* f i) → γ →* (i : I) → f iA family of monoid homomorphisms f a : γ →* β a defines a monoid homomorphism
Pi.monoidHom f : γ →* Π a, β a given by Pi.monoidHom f x b = f b x.
- Defined in
- Mathlib.Algebra.Group.Pi.Lemmas
- Cited by
- 9 results in Mathlib
- Foundations
- Depth 13 from the axioms · uses Quot.sound
- Assumes
- MulOneClassMulOneClass
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites6
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coeproof · cited by 62,936
- MonoidHomstatement and proof · cited by 3,629
- MulOneClassstatement and proof · cited by 1,018
- MulHomproof · cited by 299
- MonoidHom.toMulHomproof · cited by 9
- MulHom.piproof · cited by 5
Cited by14
Results whose statement or proof uses this declaration.
- RingHom.piproof · cited by 26
- MonoidHom.pi_injectivestatement · cited by 3
- CommMonCat.coyonedaTypeproof · cited by 3
- CommGrpCat.coyonedaTypeproof · cited by 3
- MonoidHom.piMapproof · cited by 1
- MonoidHom.pi_applystatement and proof · cited by 1
- CommMonCat.coyonedaType_map_appstatement · cited by 0
- CommMonCat.coyonedaType_obj_mapstatement · cited by 0
- CommGrpCat.coyonedaType_map_appstatement · cited by 0
- CommGrpCat.coyonedaType_obj_mapstatement · cited by 0
- MonoidHom.injective_pistatement · cited by 0
- Pi.monoidHom_applystatement · cited by 0