X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;ds=sidebyside;f=helm%2Fmatita%2Ftests%2Ffguidi.ma;h=7163c56b390f28b0332910110c6494fe8716d93f;hb=3b518dfa49ead4148b3997406da09c4a63c87cb2;hp=141e29776d009f8871290631e8c300ab01ddcad6;hpb=249d79bebff886846fbab65cc079623d90684baf;p=helm.git diff --git a/helm/matita/tests/fguidi.ma b/helm/matita/tests/fguidi.ma index 141e29776..7163c56b3 100644 --- a/helm/matita/tests/fguidi.ma +++ b/helm/matita/tests/fguidi.ma @@ -92,14 +92,7 @@ intros. auto. qed. (* theorem le_trans: \forall x,y. (le x y) \to \forall z. (le y z) \to (le x z). -intros 1. -elim x. auto. -fwd H1 [H0]. -elim H0 names [pippo; pappo]. - -decompose H0 - - -elim H0. clear H0. elim H1. clear H1. - -*) +intros 1. elim x. +clear x. auto. +clear H. fwd H1 [H]. decompose H. +*) \ No newline at end of file