More on multiplication

This module should be considered as an extension of the module Mult of the Coq distribution.

All the lemmas proved herein deal with the relationships between Mult and the order on natural integers; for instance, mult is monotonous w.r.t. its two arguments, and p is less than (mult q p) under certain conditions ...

The two last lemmas: quotient_positive, and quotient_gt_one state properties of the exact quotient of n by q.

Click here to look at the source .