lean2/library/standard/data/nat/nat.md
2014-08-20 18:04:31 -07:00

280 B

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