X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=matita%2Fmatita%2Fcontribs%2Flambdadelta%2Fground%2Farith%2Fnat_plus_rplus.ma;fp=matita%2Fmatita%2Fcontribs%2Flambdadelta%2Fground%2Farith%2Fnat_plus_rplus.ma;h=e80e2414f73a3a905453f61ab38eec311d5dd47c;hb=8fdf1af656038d0245eba64ff2531bbe94ce0e9e;hp=0000000000000000000000000000000000000000;hpb=77c9255de3c5f7780aeacd745703a1cc76328a68;p=helm.git diff --git a/matita/matita/contribs/lambdadelta/ground/arith/nat_plus_rplus.ma b/matita/matita/contribs/lambdadelta/ground/arith/nat_plus_rplus.ma new file mode 100644 index 000000000..e80e2414f --- /dev/null +++ b/matita/matita/contribs/lambdadelta/ground/arith/nat_plus_rplus.ma @@ -0,0 +1,34 @@ +(**************************************************************************) +(* ___ *) +(* ||M|| *) +(* ||A|| A project by Andrea Asperti *) +(* ||T|| *) +(* ||I|| Developers: *) +(* ||T|| The HELM team. *) +(* ||A|| http://helm.cs.unibo.it *) +(* \ / *) +(* \ / This file is distributed under the terms of the *) +(* v GNU General Public License Version 2 *) +(* *) +(**************************************************************************) + +include "ground/arith/nat_rplus_succ.ma". +include "ground/arith/nat_plus.ma". + +(* ADDITION FOR NON-NEGATIVE INTEGERS ***************************************) + +(* Constructions with rplus *************************************************) + +lemma nrplus_inj_sn (p) (n): + ninj (p + n) = ninj p + n. +#p #n @(nat_ind_succ … n) -n // +#n #IH