Mathlib Map

Theorems · Definition · group theory

FunLike.rightCancelMonoid

{F : Type u_1} →
  {α : Type u_2} →
    {β : Type u_3} →
      [inst : FunLike F α β] →
        [inst_1 : Mul F] →
          [inst_2 : One F] →
            [inst_3 : Pow F ℕ] →
              [inst_4 : RightCancelMonoid β] →
                [IsOneApply F α β] → [IsMulApply F α β] → [IsPowApply ℕ F α β] → RightCancelMonoid F

A FunLike type that satisfies (f * g) x = f x * g x, 1 x = 1, and (f ^ n) x = f x ^ n is a right cancel monoid if β is a right cancel monoid.

Defined in
Mathlib.Data.FunLike.Group
Cited by
0 results in Mathlib
Foundations
Depth 14 from the axioms · uses propext, Quot.sound
Assumes
FunLikeMulOnePowRightCancelMonoidIsOneApplyIsMulApplyIsPowApply

Around this declaration

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

Cites7

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.