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

Information

namemonoid-mult-add-def
version1.3
descriptionDefinition of monoid multiplication by repeated addition
authorJoe Leslie-Hurd <joe@gilith.com>
licenseMIT
provenanceHOL Light theory extracted on 2014-01-13
requiresbool
list
monoid-witness
showAlgebra.Monoid
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

r. (x. y. r x y) f. x. r x (f x)

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