Package monoid-witness: Parametric theory witness for monoids
Information
| name | monoid-witness |
| version | 1.8 |
| description | Parametric theory witness for monoids |
| author | Joe Leslie-Hurd <joe@gilith.com> |
| license | MIT |
| provenance | HOL Light theory extracted on 2014-11-01 |
| checksum | 23d0bd412c5cf41727742881d3a258ec821ed75d |
| requires | bool monoid-comm-witness |
| show | Algebra.Monoid Data.Bool |
Files
- Package tarball monoid-witness-1.8.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)