Package natural-mult-def: Definition of natural number multiplication
Information
name | natural-mult-def |
version | 1.9 |
description | Definition of natural number multiplication |
author | Joe Hurd <joe@gilith.com> |
license | HOLLight |
provenance | HOL Light theory extracted on 2011-11-27 |
requires | bool natural-thm |
show | Data.Bool Number.Natural |
Files
- Package tarball natural-mult-def-1.9.tgz
- Theory file natural-mult-def.thy (included in the package tarball)
Defined Constant
- Number
- Natural
- *
- Natural
Theorems
⊦ ∀n. 0 * n = 0
⊦ ∀m n. suc m * n = m * n + n
Input Type Operators
- →
- bool
- Number
- Natural
- natural
- Natural
Input Constants
- =
- select
- Data
- Bool
- ∀
- ∧
- ⇒
- ∃
- ∃!
- T
- Bool
- Number
- Natural
- +
- suc
- zero
- Natural
Assumptions
⊦ T
⊦ (∃) = λP. P ((select) P)
⊦ (∀) = λp. p = λx. T
⊦ (⇒) = λp q. p ∧ q ⇔ p
⊦ (∧) = λp q. (λf. f p q) = λf. f T T
⊦ (∃) = λP. ∀q. (∀x. P x ⇒ q) ⇒ q
⊦ (∃!) = λP. (∃) P ∧ ∀x y. P x ∧ P y ⇒ x = y
⊦ ∀e f. ∃!fn. fn 0 = e ∧ ∀n. fn (suc n) = f (fn n) n