]> matita.cs.unibo.it Git - helm.git/blobdiff - matita/matita/contribs/lambdadelta/ground/arith/nat_pred.ma
arithmetics for λδ
[helm.git] / matita / matita / contribs / lambdadelta / ground / arith / nat_pred.ma
index 4fcab387d0bd8d5248fef6c98e41d0abc2a78f9e..3d665506579765b2246ce3985a9458ed9154f49e 100644 (file)
@@ -25,10 +25,11 @@ definition npred (m): nat ≝ match m with
 ].
 
 interpretation
-  "predecessor (non-negative integers"
+  "predecessor (non-negative integers)"
   'DownArrow m = (npred m).
 
 (* Basic rewrites ***********************************************************)
 
+(*** pred_O *)
 lemma npred_zero: 𝟎 = ↓𝟎.
 // qed.