X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fsoftware%2Fmatita%2Fcontribs%2FCoRN-Decl%2Fmodel%2Fstructures%2FNpossec.ma;h=7a47323f6963b306cdced7acc6a529fb49210d39;hb=80110e17ef1d38d71473e9471ce15beddde663bb;hp=3f36a84bb9549f4225a5328c5ffa1e9eb9ce0dbe;hpb=3199f2a8428b5d19a3a803c1b03d9f90e4120f74;p=helm.git diff --git a/helm/software/matita/contribs/CoRN-Decl/model/structures/Npossec.ma b/helm/software/matita/contribs/CoRN-Decl/model/structures/Npossec.ma index 3f36a84bb..7a47323f6 100644 --- a/helm/software/matita/contribs/CoRN-Decl/model/structures/Npossec.ma +++ b/helm/software/matita/contribs/CoRN-Decl/model/structures/Npossec.ma @@ -16,26 +16,22 @@ set "baseuri" "cic:/matita/CoRN-Decl/model/structures/Npossec". +include "CoRN.ma". + (* $Id: Npossec.v,v 1.3 2004/04/06 15:46:05 lcf Exp $ *) (*#* printing Npos $\mathbb{N}^{+}$ #N+# *) -(* INCLUDE -Nsec -*) - -(* INCLUDE -Arith -*) +include "model/structures/Nsec.ma". (*#* **[Npos] The positive natural numbers have some nice properties. Addition as well as multiplication preserve the feature of being positive. *) -inline cic:/CoRN/model/structures/Npossec/plus_resp_Npos0.con. +inline "cic:/CoRN/model/structures/Npossec/plus_resp_Npos0.con". -inline cic:/CoRN/model/structures/Npossec/Npos_is_suc.con. +inline "cic:/CoRN/model/structures/Npossec/Npos_is_suc.con". -inline cic:/CoRN/model/structures/Npossec/mult_resp_Npos0.con. +inline "cic:/CoRN/model/structures/Npossec/mult_resp_Npos0.con".