Package group-thm: Consequences of the group axioms and subtraction

Information

namegroup-thm
version1.4
descriptionConsequences of the group axioms and subtraction
authorJoe Leslie-Hurd <joe@gilith.com>
licenseMIT
provenanceHOL Light theory extracted on 2012-09-25
requiresbool
group-witness
showAlgebra.Group
Data.Bool

Files

Theorems

x. x + 0 = x

x. x + ~x = 0

x y. x + (~x + y) = y

x y. ~x + (x + y) = y

External Type Operators

External Constants

Assumptions

t. (x. t) t

() = λp. p = λx.

x. 0 + x = x

x. ~x + x = 0

() = λp q. p q p

x y. x = y y = x

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

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

x y z. x = y y = z x = z

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