Mathlib Map

Theorems · Inductive type · general algebraic systems

LeftCommutative

{α : Sort u} → {β : Sort v} → (α → β → β) → Prop

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

Defined in
Mathlib.Logic.OpClass
Cited by
20 results in Mathlib
Foundations
Depth 0 from the axioms · uses no axioms

Around this declaration

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

Cites0

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

Nothing in Mathlib beyond the foundations.

Cited by23

Results whose statement or proof uses this declaration.