Package group-mult-add-def: Definition of group multiplication by repeated addition

Information

namegroup-mult-add-def
version1.12
descriptionDefinition of group multiplication by repeated addition
authorJoe Leslie-Hurd <joe@gilith.com>
licenseMIT
provenanceHOL Light theory extracted on 2012-12-02
requiresbool
group-witness
list
showAlgebra.Group
Data.Bool
Data.List

Files

Defined Constant

Theorems

z x. multAdd z x [] = z

z x h t.
    multAdd z x (h :: t) = multAdd (if h then z + x else z) (x + x) t

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)

b f. fn. fn [] = b h t. fn (h :: t) = f h t (fn t)