Mathlib Map

Theorems · Definition · general algebraic systems

RightCommutative.recOn

{α : Sort u} →
  {β : Sort v} →
    {op : β → α → β} →
      {motive : RightCommutative op → Sort u_1} →
        (t : RightCommutative op) →
          ((right_comm : ∀ (b : β) (a₁ a₂ : α), op (op b a₁) a₂ = op (op b a₂) a₁) → motive ⋯) → motive t
Defined in
Mathlib.Logic.OpClass
Cited by
0 results in Mathlib
Foundations
Depth 3 from the axioms · uses no axioms

Around this declaration

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

RightCommutative · cited by 17RightCommutativeRightCommutative.recOnCITED BYCITES

Cites1

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.