Module docstring
{"# Basic operations on the natural numbers
This file builds on Mathlib.Data.Nat.Init by adding basic lemmas on natural numbers
depending on Mathlib definitions.
See note [foundational algebra order theory].
","### succ, pred ","### div ","### pow
TODO
- Rename
Nat.pow_le_pow_of_le_lefttoNat.pow_le_pow_left, protect it, remove the alias - Rename
Nat.pow_le_pow_of_le_righttoNat.pow_le_pow_right, protect it, remove the alias ","### Recursion and induction principles
This section is here due to dependencies -- the lemmas here require some of the lemmas
proved above, and some of the results in later sections depend on the definitions in this section.
","### mod, dvd "}