]> matita.cs.unibo.it Git - helm.git/blobdiff - matita/tests/elim.ma
...
[helm.git] / matita / tests / elim.ma
index 67d7fada10a01b0ac27c98625c1d6770127c4c99..e038c5da2a03e5294fc568ed6829f9cbece7aed3 100644 (file)
@@ -13,7 +13,7 @@
 (**************************************************************************)
 
 set "baseuri" "cic:/matita/tests/elim".
-include "legacy/coq.ma".
+include "../legacy/coq.ma".
 
 inductive stupidtype: Set \def
   | Base : stupidtype
@@ -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.
+ rewrite > H4.autobatch library.
 qed.