Mathlib Map

Structures · Logic and sets

RightCommutative

RightCommutative op where op : β → α → β says that op is a right-commutative operation, i.e. op (op b a₁) a₂ = op (op b a₂) a₁.

Defined in
Mathlib.Logic.OpClass
Shape
One type argument · adds right_comm

Extends0

Extends nothing: this is a root of the hierarchy.

Extended by1

Forgetful instances

Every RightCommutative is also a

Provided automatically by

Concrete types that are instances0

No instance on a concrete type; it is reached through other classes.

How is a type an instance?

Loading the hierarchy index…

Assumed by18

Ancestors2