Package monoid-witness: Parametric theory witness for monoids
Information
| name | monoid-witness |
| version | 1.4 |
| description | Parametric theory witness for monoids |
| author | Joe Leslie-Hurd <joe@gilith.com> |
| license | MIT |
| provenance | HOL Light theory extracted on 2013-03-11 |
| requires | bool monoid-comm-witness |
| show | Algebra.Monoid Data.Bool |
Files
- Package tarball monoid-witness-1.4.tgz
- Theory source file monoid-witness.thy (included in the package tarball)
Theorems
⊦ ∀x. 0 + x = x
⊦ ∀x. x + 0 = x
⊦ ∀x y z. x + y + z = x + (y + z)
External Type Operators
- →
- bool
- Algebra
- Monoid
- monoid
- Monoid
External Constants
- =
- Algebra
- Monoid
- +
- 0
- Monoid
- Data
- Bool
- ∀
- ∧
- ⇒
- ⊤
- Bool
Assumptions
⊦ ⊤
⊦ (∀) = λp. p = λx. ⊤
⊦ ∀x. 0 + x = x
⊦ (⇒) = λp q. p ∧ q ⇔ p
⊦ ∀x y. x + y = y + x
⊦ (∧) = λp q. (λf. f p q) = λf. f ⊤ ⊤
⊦ ∀x y z. x + y + z = x + (y + z)