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
ad26c7c93c
lean2
/
library
/
standard
/
data
/
nat
/
nat.md
Jeremy Avigad
b5db9a4797
feat(library/standard/data/nat): port most recent nat to lean 0.2
2014-08-01 21:22:53 -07:00
237 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