lean2/library/data/nat/nat.md

326 B

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