This website requires JavaScript.
Explore
Help
Sign in
michael
/
lean2
Watch
1
Star
0
Fork
You've already forked lean2
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
d78c26977b
lean2
/
library
/
standard
/
data
/
nat
/
nat.md
Jeremy Avigad
d78c26977b
feat(library/standard/data/nat/div): port div
2014-08-20 18:04:31 -07:00
280 B
Raw
Blame
History
data.nat
The natural numbers.
basic
: the natural numbers, with succ, pred, addition, and multiplication
order
: less-than, less-then-or-equal, etc.
sub
: subtraction, and distance
div
: div, mod, gcd, and lcm