X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2FEXPORT%2Fexportprove%2Fprove%2Fprovastruct5.v;fp=helm%2FEXPORT%2Fexportprove%2Fprove%2Fprovastruct5.v;h=0000000000000000000000000000000000000000;hb=e108abe5c0b4eb841c4ad332229a6c0e57e70079;hp=952c9d21a1ab692557157467b0d73f83ed1cf614;hpb=1456c337a60f6677ee742ff7891d43fc382359a9;p=helm.git diff --git a/helm/EXPORT/exportprove/prove/provastruct5.v b/helm/EXPORT/exportprove/prove/provastruct5.v deleted file mode 100644 index 952c9d21a..000000000 --- a/helm/EXPORT/exportprove/prove/provastruct5.v +++ /dev/null @@ -1,11 +0,0 @@ -Section a. - Variable A:Prop. - Theorem easy:(B:Prop)B->B. - Exact ([H:Prop][B:Prop][b:B]b A). - Qed. - Section b. - Theorem easy':(B:Prop)B->B. - Exact easy. - Qed. - End b. -End a.