Latte-integers 0.12.0-SNAPSHOT

Released under the MIT Licence

A formalization of integers in LaTTe.

Installation

To install, add the following dependency to your project or build file:

[latte-integers "0.12.0-SNAPSHOT"]

Namespaces

latte-integers.divides

The divisibility relation defined on ℤ.

latte-integers.int

A formalization of the type of integers.

latte-integers.minus

The subtraction (and opposite) defined on ℤ.

latte-integers.nat

The natural integers in ℕ as a subset of ℤ.

latte-integers.ord

The natural ordering on integers.

latte-integers.plus

The addition defined on ℤ.

latte-integers.rec

The recursion theorems for ℤ.

latte-integers.times

The multiplication defined on ℤ.