X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fsoftware%2Fmatita%2Fcontribs%2FRELATIONAL%2FNLE%2Fnplus.ma;h=78ca2e569f90fbb3e0f9b19f79cb97d7be547b1f;hb=81b43e348e0c3e61114900d1e1df058ecc68cd90;hp=f469568d7306ea197d9e4e600f5eed687fd3780b;hpb=092d5c718ea90255ce1009acd5aa0942e4449898;p=helm.git diff --git a/helm/software/matita/contribs/RELATIONAL/NLE/nplus.ma b/helm/software/matita/contribs/RELATIONAL/NLE/nplus.ma index f469568d7..78ca2e569 100644 --- a/helm/software/matita/contribs/RELATIONAL/NLE/nplus.ma +++ b/helm/software/matita/contribs/RELATIONAL/NLE/nplus.ma @@ -16,6 +16,10 @@ set "baseuri" "cic:/matita/RELATIONAL/NLE/nplus". include "NLE/defs.ma". +theorem nle_nplus: \forall p, q, r. (p + q == r) \to q <= r. + intros. elim H; clear H q r; auto. +qed. + axiom nle_nplus_comp: \forall x1, x2, x3. (x1 + x2 == x3) \to \forall y1, y2, y3. (y1 + y2 == y3) \to x1 <= y1 \to x2 <= y2 \to x3 <= y3.