Documentation

Mathlib.Algebra.Order.Monoid.ToMulBot

Making an additive monoid multiplicative then adding a zero is the same as adding a bottom element then making it multiplicative.

Making an additive monoid multiplicative then adding a zero is the same as adding a bottom element then making it multiplicative.

Instances For
    @[simp]
    theorem WithZero.toMulBot_le {α : Type u} [Add α] [Preorder α] (a b : WithZero (Multiplicative α)) :
    toMulBot a toMulBot b a b
    @[simp]
    theorem WithZero.toMulBot_lt {α : Type u} [Add α] [Preorder α] (a b : WithZero (Multiplicative α)) :
    toMulBot a < toMulBot b a < b