From 8cc29f42843d432b949d3760b15de6bd6ab567e4 Mon Sep 17 00:00:00 2001 From: herbelin Date: Tue, 10 Oct 2000 09:25:54 +0000 Subject: Finalement, encore un Simpl inutile git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@676 85f007b7-540e-0410-9357-904b9bb8a0f7 --- theories/Zarith/auxiliary.v | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/theories/Zarith/auxiliary.v b/theories/Zarith/auxiliary.v index f1d156a703..de7ed41d3f 100644 --- a/theories/Zarith/auxiliary.v +++ b/theories/Zarith/auxiliary.v @@ -388,7 +388,7 @@ Save. Lemma add_x_x : (x:positive) (add x x) = (xO x). Intros p; Apply convert_intro; Simpl; Rewrite convert_add; -Simpl; Rewrite ZL6; Trivial with arith. +Rewrite ZL6; Trivial with arith. Save. Theorem Zcompare_Zmult_compatible : -- cgit v1.2.3