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
ee895e00dd
lean2
/
library
/
data
/
nat
/
nat.md
Jeremy Avigad
5bc6dd84cf
feat(library/data/nat): make nat an instance of comm_semiring
2014-12-23 21:14:35 -05:00
326 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.
bquant
: bounded quantifiers
sub
: subtraction, and distance
div
: div, mod, gcd, and lcm