Package monoid-mult-def: Definition of monoid multiplication

Information

namemonoid-mult-def
version1.9
descriptionDefinition of monoid multiplication
authorJoe Leslie-Hurd <joe@gilith.com>
licenseMIT
provenanceHOL Light theory extracted on 2014-11-04
checksumf458d6973fdf3216542ffec5db0914741a79cf5d
requiresbool
monoid-witness
natural
showAlgebra.Monoid
Data.Bool
Number.Natural

Files

Defined Constant

Theorems

x. x * 0 = 0

x n. x * suc n = x + x * n

External Type Operators

External Constants

Assumptions

() = λp. p ((select) p)

() = λp. p = λx.

() = λp q. p q p

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

() = λp. q. (x. p x q) q

(∃!) = λp. () p x y. p x p y x = y

e f. ∃!fn. fn 0 = e n. fn (suc n) = f (fn n) n