lean2/library/data/nat/nat.md
Leonardo de Moura dbaf81e16d refactor(library): remove unnecessary 'standard' subdirectory
Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
2014-08-23 18:08:09 -07:00

9 lines
No EOL
280 B
Markdown

data.nat
========
The natural numbers.
* [basic](basic.lean) : the natural numbers, with succ, pred, addition, and multiplication
* [order](order.lean) : less-than, less-then-or-equal, etc.
* [sub](sub.lean) : subtraction, and distance
* [div](div.lean) : div, mod, gcd, and lcm