2014-08-01 17:37:55 +00:00
|
|
|
data.nat
|
|
|
|
========
|
|
|
|
|
|
|
|
The natural numbers.
|
|
|
|
|
2014-08-02 01:40:24 +00:00
|
|
|
* [basic](basic.lean) : the natural numbers, with succ, pred, addition, and multiplication
|
|
|
|
* [order](order.lean) : less-than, less-then-or-equal, etc.
|
2014-12-24 00:46:48 +00:00
|
|
|
* [bquant](bquant.lean) : bounded quantifiers
|
2014-08-21 00:21:14 +00:00
|
|
|
* [sub](sub.lean) : subtraction, and distance
|
|
|
|
* [div](div.lean) : div, mod, gcd, and lcm
|