Documentation

Mathlib.Algebra.Order.Monoid.WithTop

Adjoining top/bottom elements to ordered monoids. #

theorem WithBot.le_self_add {α : Type u} [Add α] [LE α] [CanonicallyOrderedAdd α] {x : WithBot α} (hx : x ) (y : WithBot α) :
y y + x
theorem WithBot.le_add_self {α : Type u} [AddCommMagma α] [LE α] [CanonicallyOrderedAdd α] {x : WithBot α} (hx : x ) (y : WithBot α) :
y x + y