X-Git-Url: http://matita.cs.unibo.it/gitweb/?p=helm.git;a=blobdiff_plain;f=matita%2Fmatita%2Fcontribs%2Flambdadelta%2Fground%2Farith%2Fnat_max.ma;h=c3ca75497f461051d39951f34dd962f57f3dc2d7;hp=4e1e88280e08d62ae95c6fa88dc70884c99a0371;hb=19b0a814861157ba05f23877d5cd94059f52c2e8;hpb=21de0d35017656c5a55528390b54b0b2ae395b44 diff --git a/matita/matita/contribs/lambdadelta/ground/arith/nat_max.ma b/matita/matita/contribs/lambdadelta/ground/arith/nat_max.ma index 4e1e88280..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 ****************************************) @@ -40,7 +39,7 @@ 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 *)