aboutsummaryrefslogtreecommitdiffhomepage
path: root/theories/ZArith/Zcomplements.v
diff options
context:
space:
mode:
authorGravatar barras <barras@85f007b7-540e-0410-9357-904b9bb8a0f7>2002-03-05 10:58:08 +0000
committerGravatar barras <barras@85f007b7-540e-0410-9357-904b9bb8a0f7>2002-03-05 10:58:08 +0000
commit4dbf6842e0b2b43c5f8c15817942dfecaab5cd2e (patch)
treef81b47df039aed8471726bfb635b6a675602ecab /theories/ZArith/Zcomplements.v
parent21cd39996cabdf280f4cc99557c54f6c7c73bbc8 (diff)
petits changements afin de profiter du nouveau Rewrite/in
(l'unification marche mieux) git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@2512 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'theories/ZArith/Zcomplements.v')
-rw-r--r--theories/ZArith/Zcomplements.v2
1 files changed, 1 insertions, 1 deletions
diff --git a/theories/ZArith/Zcomplements.v b/theories/ZArith/Zcomplements.v
index ce9691450..ef479c831 100644
--- a/theories/ZArith/Zcomplements.v
+++ b/theories/ZArith/Zcomplements.v
@@ -51,7 +51,7 @@ Intros.
Generalize (Zeq_Zminus H0).
Intro.
Apply Zminus_Zeq.
-Rewrite <- (Zmult_Zminus_distr_r x y z) in H1.
+Rewrite <- Zmult_Zminus_distr_r in H1.
Elim (Zmult_zero H1).
Omega.
Trivial.