Package bool-ext: Extensional boolean theorems
Information
name | bool-ext |
version | 1.12 |
description | Extensional boolean theorems |
author | Joe Leslie-Hurd <joe@gilith.com> |
license | HOLLight |
provenance | HOL Light theory extracted on 2014-11-01 |
checksum | cb4c404d1f0ba4bf11042416a15861eebc4e45cf |
requires | axiom-extensionality bool-def bool-int |
show | Data.Bool |
Files
- Package tarball bool-ext-1.12.tgz
- Theory source file bool-ext.thy (included in the package tarball)
Theorems
⊦ ∀f g. (∀x. f x = g x) ⇔ f = g
⊦ ∀f g. (∀x. f x = g x) ⇒ f = g
External Type Operators
- →
- bool
External Constants
- =
- Data
- Bool
- ∀
- ∧
- ⇒
- ⊤
- Bool
Assumptions
⊦ ⊤
⊦ ∀t. t ⇒ t
⊦ ∀t. (λx. t x) = t
⊦ (∀) = λp. p = λx. ⊤
⊦ (⇒) = λp q. p ∧ q ⇔ p
⊦ (∧) = λp q. (λf. f p q) = λf. f ⊤ ⊤