Package monoid-witness: Parametric theory witness for monoids

Information

namemonoid-witness
version1.8
descriptionParametric theory witness for monoids
authorJoe Leslie-Hurd <joe@gilith.com>
licenseMIT
provenanceHOL Light theory extracted on 2014-11-01
checksum23d0bd412c5cf41727742881d3a258ec821ed75d
requiresbool
monoid-comm-witness
showAlgebra.Monoid
Data.Bool

Files

Theorems

x. 0 + x = x

x. x + 0 = x

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

External Type Operators

External Constants

Assumptions

() = λp. p = λx.

x. 0 + x = 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)