Package bool-ext: Boolean extensionality theorems
Information
| name | bool-ext |
| version | 1.2 |
| description | Boolean extensionality theorems |
| author | Joe Hurd <joe@gilith.com> |
| license | HOLLight |
| provenance | HOL Light theory extracted on 2011-09-21 |
| show | Data.Bool |
Files
- Package tarball bool-ext-1.2.tgz
- Theory file bool-ext.thy (included in the package tarball)
Theorems
⊦ ∀f g. f = g ⇔ ∀x. f x = g x
⊦ ∀f g. (∀x. f x = g x) ⇒ f = g
Input Type Operators
- →
- bool
Input Constants
- =
- Data
- Bool
- ∀
- ∧
- ⇒
- ¬
- F
- T
- Bool
Assumptions
⊦ T
⊦ ∀t. (λx. t x) = t
⊦ (∀) = λp. p = λx. T
⊦ (⇒) = λp q. p ∧ q ⇔ p
⊦ (∧) = λp q. (λf. f p q) = λf. f T T
⊦ ∀t. (T ⇒ t ⇔ t) ∧ (t ⇒ T ⇔ T) ∧ (F ⇒ t ⇔ T) ∧ (t ⇒ t ⇔ T) ∧ (t ⇒ F ⇔ ¬t)