]> 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..fb196e042ebea1a5bd415272a7cc0aafbb7d39f0 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 ***********************************************************)
+(* Basic constructions ******************************************************)
 
+(*** pred_O *)
 lemma npred_zero: 𝟎 = ↓𝟎.
 // qed.