Mathlib Map

Theorems · Theorem · general algebraic systems

mul_apply

∀ {F : Type u_1} {α : outParam (Type u_2)} {β : outParam (Type u_3)} {inst : FunLike F α β} {inst_1 : Mul β}
  {inst_2 : Mul F} [self : IsMulApply F α β] (f g : F) (x : α), (f * g) x = f x * g x

Alias of IsMulApply.mul_apply.

Defined in
Mathlib.Data.FunLike.IsApply
Cited by
2 results in Mathlib
Foundations
Depth 5 from the axioms · uses no axioms
Assumes
IsMulApply

Around this declaration

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

Cites4

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

Cited by2

Results whose statement or proof uses this declaration.