]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/matita/tests/elim.ma
Added $SVNOPTION.
[helm.git] / helm / matita / tests / elim.ma
index 1d874def334babf0e7d7e3599eba039d8f4a31ca..67d7fada10a01b0ac27c98625c1d6770127c4c99 100644 (file)
@@ -13,7 +13,7 @@
 (**************************************************************************)
 
 set "baseuri" "cic:/matita/tests/elim".
-include "coq.ma".
+include "legacy/coq.ma".
 
 inductive stupidtype: Set \def
   | Base : stupidtype
@@ -62,7 +62,7 @@ alias id "O" = "cic:/Coq/Init/Datatypes/nat.ind#xpointer(1/1/1)".
 inductive sum (n:nat) : nat \to nat \to Set \def
   k: \forall x,y. n = x + y \to sum n x y.
   
-theorem t: \forall x,y. \forall H: sum x y O.
+theorem t': \forall x,y. \forall H: sum x y O.
           match H with [ (k a b p) \Rightarrow a ] = x.
  intros.
  cut (y = y \to O = O \to match H with [ (k a b p) \Rightarrow a] = x).