From f11fc1871babffd64e9d3be99197f91a0dfc8b69 Mon Sep 17 00:00:00 2001 From: herbelin Date: Thu, 22 Jul 2010 21:06:23 +0000 Subject: Made notations for exists, exists! and notations of Utf8.v recursive notations git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@13317 85f007b7-540e-0410-9357-904b9bb8a0f7 --- theories/Logic/JMeq.v | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'theories/Logic') diff --git a/theories/Logic/JMeq.v b/theories/Logic/JMeq.v index f17e403ed9..330ee79efd 100644 --- a/theories/Logic/JMeq.v +++ b/theories/Logic/JMeq.v @@ -111,8 +111,7 @@ apply JMeq_refl. Qed. Lemma eq_dep_strictly_stronger_JMeq : - exists U, exists P, exists p, exists q, exists x, exists y, - JMeq x y /\ ~ eq_dep U P p x q y. + exists U P p q x y, JMeq x y /\ ~ eq_dep U P p x q y. Proof. exists bool. exists (fun _ => True). exists true. exists false. exists I. exists I. -- cgit v1.2.3