X-Git-Url: http://matita.cs.unibo.it/gitweb/?p=helm.git;a=blobdiff_plain;f=helm%2FEXPORT%2Fexportcsczfc%2Fcsc_zfc%2Fcsc_eqdep.v;fp=helm%2FEXPORT%2Fexportcsczfc%2Fcsc_zfc%2Fcsc_eqdep.v;h=0000000000000000000000000000000000000000;hp=8019c08b3efcf81db66289cb79db8b25047ac4e2;hb=3ef089a4c58fbe429dd539af6215991ecbe11ee2;hpb=1c7fb836e2af4f2f3d18afd0396701f2094265ff diff --git a/helm/EXPORT/exportcsczfc/csc_zfc/csc_eqdep.v b/helm/EXPORT/exportcsczfc/csc_zfc/csc_eqdep.v deleted file mode 100644 index 8019c08b3..000000000 --- a/helm/EXPORT/exportcsczfc/csc_zfc/csc_eqdep.v +++ /dev/null @@ -1,9 +0,0 @@ -Section Dependent_equality. - -Variable U:Type. -Variable P:U->Type. - -Inductive eq_depT [p:U;x:(P p)] : (q:U)(P q)->Prop := - eq_depT_intro : (eq_depT p x p x). - -End Dependent_equality.