X-Git-Url: http://matita.cs.unibo.it/gitweb/?p=helm.git;a=blobdiff_plain;f=matita%2Fmatita%2Fcontribs%2Flambdadelta%2Fground%2Farith%2Fnat_pred_succ.ma;h=dafe179103c40e47e1826004af3b277d07961bd2;hp=3d79e371ebb0561e12510868a5af77df236c3868;hb=8fdf1af656038d0245eba64ff2531bbe94ce0e9e;hpb=77c9255de3c5f7780aeacd745703a1cc76328a68 diff --git a/matita/matita/contribs/lambdadelta/ground/arith/nat_pred_succ.ma b/matita/matita/contribs/lambdadelta/ground/arith/nat_pred_succ.ma index 3d79e371e..dafe17910 100644 --- a/matita/matita/contribs/lambdadelta/ground/arith/nat_pred_succ.ma +++ b/matita/matita/contribs/lambdadelta/ground/arith/nat_pred_succ.ma @@ -17,6 +17,21 @@ include "ground/arith/nat_pred.ma". (* PREDECESSOR FOR NON-NEGATIVE INTEGERS ************************************) +(* Constructions with npsucc ************************************************) + +lemma pnpred_succ (n): n = pnpred (npsucc n). +* // +qed. + +lemma npsucc_pred (p): p = npsucc (pnpred p). +* // +qed. + +(* Constructions with nsucc and psucc ***************************************) + +lemma pnpred_psucc (p): pnpred (psucc p) = nsucc (pnpred p). +* // qed. + (* Constructions with nsucc *************************************************) (*** pred_Sn pred_S *)