aboutsummaryrefslogtreecommitdiff
path: root/src/Util/ZUtil/Hints/ZArith.v
diff options
context:
space:
mode:
Diffstat (limited to 'src/Util/ZUtil/Hints/ZArith.v')
-rw-r--r--src/Util/ZUtil/Hints/ZArith.v2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Util/ZUtil/Hints/ZArith.v b/src/Util/ZUtil/Hints/ZArith.v
index 17e56f9cf..2aa70dc97 100644
--- a/src/Util/ZUtil/Hints/ZArith.v
+++ b/src/Util/ZUtil/Hints/ZArith.v
@@ -6,3 +6,5 @@ Hint Resolve (fun a b H => proj1 (Z.mod_pos_bound a b H)) (fun a b H => proj2 (Z
Hint Resolve (fun n m => proj1 (Z.opp_le_mono n m)) : zarith.
Hint Resolve (fun n m => proj1 (Z.pred_le_mono n m)) : zarith.
Hint Resolve (fun a b => proj2 (Z.lor_nonneg a b)) : zarith.
+
+Hint Resolve Zmult_le_compat_r Zmult_le_compat_l Z_div_le Z.add_le_mono Z.sub_le_mono : zarith.