Package natural-divides-def: Definition of the divides relation on natural numbers
Information
name | natural-divides-def |
version | 1.34 |
description | Definition of the divides relation on natural numbers |
author | Joe Leslie-Hurd <joe@gilith.com> |
license | MIT |
provenance | HOL Light theory extracted on 2012-08-13 |
requires | bool natural |
show | Data.Bool Number.Natural |
Files
- Package tarball natural-divides-def-1.34.tgz
- Theory file natural-divides-def.thy (included in the package tarball)
Defined Constant
- Number
- Natural
- divides
- Natural
Theorem
⊦ ∀a b. divides a b ⇔ ∃c. c * a = b
Input Type Operators
- →
- bool
- Number
- Natural
- natural
- Natural
Input Constants
- =
- Data
- Bool
- ∀
- ∃
- ⊤
- Bool
- Number
- Natural
- *
- Natural
Assumptions
⊦ ⊤
⊦ (∀) = λp. p = λx. ⊤