X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;ds=sidebyside;f=matita%2Ftests%2Felim.ma;h=e038c5da2a03e5294fc568ed6829f9cbece7aed3;hb=b2abc81f0b76224f6f4f526feaf1fefd6178ae7d;hp=03eafba6a0075dbedf19b75289873dde2e793e57;hpb=e9bc7577856e02545d3bc84d8f20aa15c5842034;p=helm.git diff --git a/matita/tests/elim.ma b/matita/tests/elim.ma index 03eafba6a..e038c5da2 100644 --- a/matita/tests/elim.ma +++ b/matita/tests/elim.ma @@ -72,9 +72,8 @@ theorem t': \forall x,y. \forall H: sum x y O. (\lambda a,b,K. y=a \to O=b \to match K with [ (k a b p) \Rightarrow a ] = x) ? ? ? H). - goal 16. simplify. intros. generalize in match H1. rewrite < H2; rewrite < H3.intro. - rewrite > H4.auto new library. + rewrite > H4.autobatch library. qed.