lean2/library/data/nat/nat.md
Leonardo de Moura dbaf81e16d refactor(library): remove unnecessary 'standard' subdirectory
Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
2014-08-23 18:08:09 -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