This file contains proofs related to integer division (/
) and
remainder aka mod (%
). These are part of the math standard library.
This file contains proofs related to integer logarithms. These are
part of the math standard library.
This file contains proofs related to integer multiplication (*
).
These are part of the math standard library.
This file contains proofs related to exponentiation. These are
part of the math standard library.
This file contains proofs related to powers of 2. These are part
of the math standard library.