name | bool-choice-select |
version | 1.0 |
description | bool-choice-select |
author | Joe Hurd <joe@gilith.com> |
license | HOLLight |
provenance | HOL Light theory extracted on 2011-02-19 |
show | Data.Bool |
⊦ ∀x. (select y. y = x) = x
⊦ ∀P x. (∀y. P y ⇔ y = x) ⇒ (select) P = x
⊦ T
⊦ (∃) = λP. P ((select) P)
⊦ ∀t. (λx. t x) = t
⊦ (∀) = λP. P = λx. T
⊦ ∀x. x = x ⇔ T
⊦ (⇒) = λp q. p ∧ q ⇔ p
⊦ (∧) = λp q. (λf. f p q) = λf. f T T
⊦ (∃) = λP. ∀q. (∀x. P x ⇒ q) ⇒ q