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 2aa70dc97..97b7f261f 100644
--- a/src/Util/ZUtil/Hints/ZArith.v
+++ b/src/Util/ZUtil/Hints/ZArith.v
@@ -8,3 +8,5 @@ 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.
+Hint Resolve Z.lt_gt Z.lt_le_incl : zarith.
+Hint Resolve Nat2Z.is_nonneg : zarith.