dbaf81e16d
Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
9 lines
No EOL
280 B
Markdown
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 |