X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=matita%2Fmatita%2Fcontribs%2Flambdadelta%2Fground%2Farith%2Fnat_max.ma;h=c3ca75497f461051d39951f34dd962f57f3dc2d7;hb=19b0a814861157ba05f23877d5cd94059f52c2e8;hp=0032637b1d75bae73cb1322a59898b75969c9988;hpb=68e028d053806177e218ee1a5f8778d3011bef83;p=helm.git diff --git a/matita/matita/contribs/lambdadelta/ground/arith/nat_max.ma b/matita/matita/contribs/lambdadelta/ground/arith/nat_max.ma index 0032637b1..c3ca75497 100644 --- a/matita/matita/contribs/lambdadelta/ground/arith/nat_max.ma +++ b/matita/matita/contribs/lambdadelta/ground/arith/nat_max.ma @@ -12,7 +12,6 @@ (* *) (**************************************************************************) -include "ground/notation/functions/zero_0.ma". include "ground/arith/nat_succ_tri.ma". (* MAXIMUM FOR NON-NEGATIVE INTEGERS ****************************************) @@ -25,7 +24,7 @@ interpretation "maximum (non-negative integers)" 'or m n = (nmax m n). -(* Basic rewrites ***********************************************************) +(* Basic constructions ******************************************************) (*** max_O1 *) lemma nmax_zero_sn (n2): n2 = (𝟎 ∨ n2). @@ -40,11 +39,11 @@ qed. (*** max_SS *) lemma nmax_succ_bi (n1) (n2): ↑(n1 ∨ n2) = (↑n1 ∨ ↑n2). #n1 #n2 -@trans_eq [3: @ntri_succ_bi | skip ] (**) (* rewrite fails because δ-expansion gets in the way *) +@trans_eq [3: @ntri_succ_bi | skip ] (**) (* rewrite fails because δ-expansion gets in the way *)