Documentation

Mathlib.Algebra.Order.SuccPred.TypeTags

Successor and predecessor on type tags #

This file declares successor and predecessor orders on type tags.

@[implicit_reducible]
Equations
@[implicit_reducible]
instance instSuccOrderAdditive {X : Type u_1} [Preorder X] [h : SuccOrder X] :
Equations
@[implicit_reducible]
Equations
@[implicit_reducible]
instance instPredOrderAdditive {X : Type u_1} [Preorder X] [h : PredOrder X] :
Equations
@[simp]
theorem Order.succ_ofMul {X : Type u_1} [Preorder X] [SuccOrder X] (x : X) :
@[simp]
@[simp]
theorem Order.pred_ofMul {X : Type u_1} [Preorder X] [PredOrder X] (x : X) :
@[simp]