X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fsoftware%2Fmatita%2Ftests%2Fdecl.ma;h=569a2f8ffa12cf96d24d095c7062c294b26f7ec0;hb=5649890273cf8e660bba744e84ce5fee1e5efe69;hp=40f8d3700b0e907d8d30bc8dd78369f7c3558862;hpb=a4f84a6dedc07bd16de46c0acfef107f8c6f8176;p=helm.git diff --git a/helm/software/matita/tests/decl.ma b/helm/software/matita/tests/decl.ma index 40f8d3700..569a2f8ff 100644 --- a/helm/software/matita/tests/decl.ma +++ b/helm/software/matita/tests/decl.ma @@ -12,7 +12,7 @@ (* *) (**************************************************************************) -set "baseuri" "cic:/matita/tests/decl". + include "nat/times.ma". include "nat/orders.ma". @@ -125,9 +125,9 @@ assume p:nat. suppose (n=m) (H). suppose (S m = S p) (K). suppose (n = S p) (L). -conclude (S n) = (S m) by (eq_f ? ? ? ? ? H). +conclude (S n) = (S m) by H. = (S p) by K. - = n by (sym_eq ? ? ? L) + = n by L done. qed. @@ -138,9 +138,9 @@ assume p:nat. suppose (n=m) (H). suppose (S m = S p) (K). suppose (n = S p) (L). -conclude (S n) = (S m) by _. - = (S p) by _. - = n by _ +conclude (S n) = (S m). + = (S p). + = n done. qed.