X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fmatita%2Ftests%2Ffix_betareduction.ma;h=b4ea8d8b510371aacc0eb638af9fb292f1ea3561;hb=12cc5b2b8e7f7bb0b5e315094b008a293a4df6b1;hp=32f298d6079e71549bb357eb171d4a39db89c133;hpb=ec6b4df6d02ff30a7a1cd784831017b05b1d46dd;p=helm.git diff --git a/helm/matita/tests/fix_betareduction.ma b/helm/matita/tests/fix_betareduction.ma index 32f298d60..b4ea8d8b5 100644 --- a/helm/matita/tests/fix_betareduction.ma +++ b/helm/matita/tests/fix_betareduction.ma @@ -1,3 +1,5 @@ +set "baseuri" "cic:/matita/tests/fix_betareduction/". + alias id "eq" = "cic:/Coq/Init/Logic/eq.ind#xpointer(1/1)". alias id "n" = "cic:/Suresnes/BDD/canonicite/Canonicity_BDT/n.con". alias id "nat" = "cic:/Coq/Init/Datatypes/nat.ind#xpointer(1/1)". @@ -5,4 +7,6 @@ theorem a: (\forall p: nat \to Prop. \forall n: nat. p n \to p n ) \to (eq nat n n). intro. -apply (H (\lambda n:nat.(eq nat n n))). \ No newline at end of file +apply (H (\lambda n:nat.(eq nat n n))). +reflexivity. +qed.