aboutsummaryrefslogtreecommitdiff
path: root/src/Util/ZUtil/Hints/ZArith.v
diff options
context:
space:
mode:
authorGravatar jadep <jadep@mit.edu>2019-03-12 15:30:56 -0400
committerGravatar jadephilipoom <jade.philipoom@gmail.com>2019-03-26 08:35:33 -0400
commita201b0a8e525cab5c3cb019ccd707b7367aa3ecc (patch)
treef53c6cdc31eb546681a5689af454f04281a9b9b6 /src/Util/ZUtil/Hints/ZArith.v
parent14bd0770e068e5669cdbc4a0135e4cb65b3dad94 (diff)
add some hints to the global databases
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.