Mathlib Map

Theorems · Definition · commutative algebra

FunLike.mulAction

{M : Type u_1} →
  {F : Type u_3} →
    {α : Type u_4} →
      {β : Type u_5} →
        [i : FunLike F α β] →
          [inst : SMul M F] → [inst_1 : Monoid M] → [inst_2 : MulAction M β] → [IsSMulApply M F α β] → MulAction M F

A FunLike type with scalar multiplication that satisfies (m • f) x = m • f x is a MulAction if β is a MulAction.

Defined in
Mathlib.Data.FunLike.Module
Cited by
0 results in Mathlib
Foundations
Depth 10 from the axioms · uses propext, Quot.sound
Assumes
FunLikeSMulMonoidMulActionIsSMulApply

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 by0

Results whose statement or proof uses this declaration.

Nothing cites this yet.