aboutsummaryrefslogtreecommitdiffhomepage
path: root/theories
diff options
context:
space:
mode:
Diffstat (limited to 'theories')
-rw-r--r--theories/Reals/RIneq.v4
1 files changed, 2 insertions, 2 deletions
diff --git a/theories/Reals/RIneq.v b/theories/Reals/RIneq.v
index a6b481686..78c4a5edc 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.
(**********)