Package monoid-comm-thm: Properties of commutative monoids

Information

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

Files

Theorems

x. x + 0 = x

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

External Type Operators

External Constants

Assumptions

() = λp. p = λx.

x. x + 0 = x

() = λp q. p q p

x y. x + y = y + x

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

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