X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fmatita%2Ftests%2Felim.ma;h=9d48bc970ecd46c576942a3911f45b7d974527fe;hb=97c2d258a5c524eb5c4b85208899d80751a2c82f;hp=1d874def334babf0e7d7e3599eba039d8f4a31ca;hpb=0245778d76e4d7656c1d8a05dc19738f1a953d68;p=helm.git diff --git a/helm/matita/tests/elim.ma b/helm/matita/tests/elim.ma index 1d874def3..9d48bc970 100644 --- a/helm/matita/tests/elim.ma +++ b/helm/matita/tests/elim.ma @@ -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).