Package natural-exp-def: natural-exp-def
Information
name | natural-exp-def |
version | 1.5 |
description | natural-exp-def |
author | Joe Hurd <joe@gilith.com> |
license | HOLLight |
provenance | HOL Light theory extracted on 2011-09-21 |
show | Data.Bool |
Files
- Package tarball natural-exp-def-1.5.tgz
- Theory file natural-exp-def.thy (included in the package tarball)
Defined Constant
- Number
- Natural
- Number.Natural.exp
- Natural
Theorem
⊦ (∀m. Number.Natural.exp m 0 = 1) ∧
∀m n.
Number.Natural.exp m (Number.Natural.suc n) =
Number.Natural.* m (Number.Natural.exp m n)
Input Type Operators
- →
- bool
- Number
- Natural
- Number.Natural.natural
- Natural
Input Constants
- =
- select
- Data
- Bool
- ∀
- ∧
- ⇒
- ∃
- T
- Bool
- Number
- Natural
- Number.Natural.*
- Number.Natural.bit1
- Number.Natural.suc
- Number.Natural.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
⊦ ∀e f. ∃fn. fn 0 = e ∧ ∀n. fn (Number.Natural.suc n) = f (fn n) n