Mathlib Map

Theorems · Definition · group theory

MulHom.pi

{I : Type u} →
  {f : I → Type v} →
    [inst : (i : I) → Mul (f i)] → {γ : Type w} → [inst_1 : Mul γ] → ((i : I) → γ →ₙ* f i) → γ →ₙ* (i : I) → f i

A family of MulHom's f a : γ →ₙ* β a defines a MulHom MulHom.pi f : γ →ₙ* Π a, β a given by MulHom.pi f x b = f b x.

Defined in
Mathlib.Algebra.Group.Pi.Lemmas
Cited by
5 results in Mathlib
Foundations
Depth 11 from the axioms · uses Quot.sound
Assumes
MulMul

Around this declaration

Dashed lines are statement dependencies; solid lines are citations in proofs.

Cites2

Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.

Cited by9

Results whose statement or proof uses this declaration.