Package monoid-comm-mult-thm: Properties of commutative monoid multiplication

Information

namemonoid-comm-mult-thm
version1.2
descriptionProperties of commutative monoid multiplication
authorJoe Leslie-Hurd <joe@gilith.com>
licenseMIT
provenanceHOL Light theory extracted on 2013-03-09
checksumefb821301c5da9df182bf6c0938e0cdba15f4863
requiresbase
monoid-mult-thm
showAlgebra.Monoid
Data.Bool
Number.Natural

Files

Theorems

n. 0 * n = 0

x. x * 1 = x

x. x * 2 = x + x

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

x m n. x * (m * n) = x * m * n

x m n. x * (m + n) = x * m + x * n

External Type Operators

External Constants

Assumptions

n. 0 * n = 0

x. x * 1 = x

x. x * 2 = x + x

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

x m n. x * (m * n) = x * m * n

x m n. x * (m + n) = x * m + x * n