aboutsummaryrefslogtreecommitdiffhomepage
path: root/theories/Numbers
diff options
context:
space:
mode:
Diffstat (limited to 'theories/Numbers')
-rw-r--r--theories/Numbers/NatInt/NZBase.v7
1 files changed, 1 insertions, 6 deletions
diff --git a/theories/Numbers/NatInt/NZBase.v b/theories/Numbers/NatInt/NZBase.v
index 084560de3..2e5b585bb 100644
--- a/theories/Numbers/NatInt/NZBase.v
+++ b/theories/Numbers/NatInt/NZBase.v
@@ -54,12 +54,7 @@ left-inverse to the successor at this point *)
Section CentralInduction.
-Variable A : NZ -> Prop.
-
-(* FIXME: declaring "A : predicate NZ" leads to the error during the
-declaration of the morphism below because the "predicate NZ" is not
-recognized as a type of function. Maybe it should do "eval hnf" or
-something like this. The same goes for "relation". *)
+Variable A : predicate NZ.
Hypothesis A_wd : predicate_wd NZeq A.