From 44eb01365e01c41e632b3f601195d82ca07419ac Mon Sep 17 00:00:00 2001 From: herbelin Date: Fri, 6 Oct 2000 16:06:34 +0000 Subject: Parenthèses pour les tactiques git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@671 85f007b7-540e-0410-9357-904b9bb8a0f7 --- theories/Sets/Relations_1_facts.v | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/theories/Sets/Relations_1_facts.v b/theories/Sets/Relations_1_facts.v index 1b27a4a9de..c86e573182 100755 --- a/theories/Sets/Relations_1_facts.v +++ b/theories/Sets/Relations_1_facts.v @@ -28,7 +28,7 @@ Theorem Rsym_imp_notRsym: (U: Type) (R: (Relation U)) (Symmetric U R) -> (Symmetric U (Complement U R)). Proof. Unfold Symmetric Complement. -(Intros U R H' x y H'0; Red; Intro H'1; Apply H'0); Auto with sets. +Intros U R H' x y H'0; Red; Intro H'1; Apply H'0; Auto with sets. Qed. Theorem Equiv_from_preorder : -- cgit v1.2.3