X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fsoftware%2Fmatita%2Fnlibrary%2Flogic%2Fconnectives.ma;h=25fb2ce93c38784c9069fe19dcf8e01551e5275a;hb=347c7d213fd1d106f22acd6fff82a83af14c1bbd;hp=02002dc834a31081c97b26c30cbeb5102ae2f7fe;hpb=4ae18461e6dfbf0011c062ab56fe85be00f011ec;p=helm.git diff --git a/helm/software/matita/nlibrary/logic/connectives.ma b/helm/software/matita/nlibrary/logic/connectives.ma index 02002dc83..25fb2ce93 100644 --- a/helm/software/matita/nlibrary/logic/connectives.ma +++ b/helm/software/matita/nlibrary/logic/connectives.ma @@ -38,4 +38,4 @@ interpretation "logical or" 'or x y = (Or x y). ninductive Ex (A:Type) (P:A → CProp) : CProp ≝ ex_intro: ∀x:A. P x → Ex A P. -interpretation "exists" 'exists x = (Ex ? x). \ No newline at end of file +interpretation "exists" 'exists x = (Ex ? x).