Package monoid-thm: Properties of monoids

Information

namemonoid-thm
version1.6
descriptionProperties of monoids
authorJoe Leslie-Hurd <joe@gilith.com>
licenseMIT
provenanceHOL Light theory extracted on 2014-11-01
checksumb81c1f6696b4bc41eb1c617ace09842a38896ae8
requiresbase
monoid-witness
showAlgebra.Monoid
Data.Bool

Files

Theorems

x. 0 + x = x + 0

x. x + 0 = 0 + x

x y z. x + z = z + x y + z = z + y x + y + z = z + (x + y)

x y z. z + x = x + z z + y = y + z z + (x + y) = x + y + z

External Type Operators

External Constants

Assumptions

t. (x. t) t

() = λp. p = λx.

x. 0 + x = x

x. x + 0 = x

() = λp q. p q p

x y. x = y y = x

x y. x = y y = x

() = λp q. (λf. f p q) = λf. f

x y z. x + y + z = x + (y + z)