X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2FEXPORT%2Fexportprove%2Fprove%2Fprovastruct4.v;fp=helm%2FEXPORT%2Fexportprove%2Fprove%2Fprovastruct4.v;h=0000000000000000000000000000000000000000;hb=bb2953675ebb08267186029b18bc3fdca9c137df;hp=1307f46e5b6ab0b0c0ad13e808901352837a846c;hpb=1cfcea66d7394a785ec439cd6b03497b276918c4;p=helm.git diff --git a/helm/EXPORT/exportprove/prove/provastruct4.v b/helm/EXPORT/exportprove/prove/provastruct4.v deleted file mode 100644 index 1307f46e5..000000000 --- a/helm/EXPORT/exportprove/prove/provastruct4.v +++ /dev/null @@ -1,8 +0,0 @@ -Section a. - Variables N,M:nat. - Section b. - Variable P:Prop. - Local SN := (S N). - Axiom A : N = M. - End b. -End a.