Package bool-true-axiom: Definition and assertion about the boolean true constant
Information
| name | bool-true-axiom |
| version | 1.0 |
| description | Definition and assertion about the boolean true constant |
| author | Joe Leslie-Hurd <joe@gilith.com> |
| license | MIT |
| checksum | 3d07b1f4d34411b476b1ddaabdd5cbc69f0732c1 |
| show | Data.Bool |
Files
- Package tarball bool-true-axiom-1.0.tgz
- Theory source file bool-true-axiom.thy (included in the package tarball)
Defined Constant
- Data
- Bool
- ⊤
- Bool
Axiom
⊦ ⊤ ⇔ (λa. ⊤) = λb. b
Theorems
⊦ ⊤ ⇔ (λa. ⊤) = λb. b
⊦ ⊤ ⇔ (λp. p) = λp. p
External Type Operators
- →
- bool
External Constant
- =