Mathlib Map

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 i

A 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.

Cited by14

Results whose statement or proof uses this declaration.