Package group-mult-def: Definition of group multiplication

Information

namegroup-mult-def
version1.9
descriptionDefinition of group multiplication
authorJoe Leslie-Hurd <joe@gilith.com>
licenseMIT
provenanceHOL Light theory extracted on 2012-12-02
requiresbool
group-witness
natural
showAlgebra.Group
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. (x. y. p x y) y. x. p x (y x)

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

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