From 3dcc572a776bfeecb3f501fc3bba56268234517f Mon Sep 17 00:00:00 2001 From: herbelin Date: Thu, 12 Jun 2003 15:59:19 +0000 Subject: INZ reste constante pour compat V7 mais Unfold INZ est supprimé par le traducteur git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@4140 85f007b7-540e-0410-9357-904b9bb8a0f7 --- theories/Reals/RIneq.v | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'theories/Reals') diff --git a/theories/Reals/RIneq.v b/theories/Reals/RIneq.v index a6b4816861..78c4a5edc9 100644 --- a/theories/Reals/RIneq.v +++ b/theories/Reals/RIneq.v @@ -1313,12 +1313,12 @@ Hints Resolve not_1_INR : real. V7only [ (**********) -Notation INZ:=inject_nat. +Definition INZ:=inject_nat. ]. (**********) Lemma IZN:(z:Z)(`0<=z`)->(Ex [n:nat] z=(INZ n)). -Intros;Apply inject_nat_complete;Assumption. +Intros;Unfold INZ;Apply inject_nat_complete;Assumption. Qed. (**********) -- cgit v1.2.3