aboutsummaryrefslogtreecommitdiffhomepage
path: root/theories/ZArith/Zhints.v
diff options
context:
space:
mode:
authorGravatar letouzey <letouzey@85f007b7-540e-0410-9357-904b9bb8a0f7>2002-01-18 14:46:04 +0000
committerGravatar letouzey <letouzey@85f007b7-540e-0410-9357-904b9bb8a0f7>2002-01-18 14:46:04 +0000
commitc114c99ac237c34e2a24aeec2344efbcd7f1e34d (patch)
tree2648ed1b6fd72099c11cfaa55fdaa3641756d5aa /theories/ZArith/Zhints.v
parenta4c788c1492a85f7dcf2f61af218ce5d9a762e1a (diff)
ajouts provenant de Chinese dans ZArith + deplacements de 3 fichiers de contrib/omega vers theories/ZArith
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@2406 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'theories/ZArith/Zhints.v')
-rw-r--r--theories/ZArith/Zhints.v1
1 files changed, 1 insertions, 0 deletions
diff --git a/theories/ZArith/Zhints.v b/theories/ZArith/Zhints.v
index d54d1a0a2..19f71b322 100644
--- a/theories/ZArith/Zhints.v
+++ b/theories/ZArith/Zhints.v
@@ -69,6 +69,7 @@ Hints Resolve
Zle_min_r (* :(n,m:Z)`(Zmin n m) <= m` *)
Zle_reg_l (* :(n,m,p:Z)`n <= m`->`p+n <= p+m` *)
Zle_reg_r (* :(a,b,c:Z)`a <= b`->`a+c <= b+c` *)
+ Zabs_pos (* :(x:Z)`0 <= |x|` *)
(* B) Irreversible simplification lemmas : Probably to be declared as *)
(* hints, when no other simplification is possible *)