From: Ferruccio Guidi Date: Sat, 26 Nov 2005 15:39:02 +0000 (+0000) Subject: the coimplication connective (start) X-Git-Tag: make_still_working~8090 X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=commitdiff_plain;h=b2b7dd94197364a06841a8ef178e94fe7bfac57b;p=helm.git the coimplication connective (start) --- diff --git a/helm/matita/contribs/PREDICATIVE-TOPOLOGY/iff.ma b/helm/matita/contribs/PREDICATIVE-TOPOLOGY/iff.ma new file mode 100644 index 000000000..e6475c5fd --- /dev/null +++ b/helm/matita/contribs/PREDICATIVE-TOPOLOGY/iff.ma @@ -0,0 +1,25 @@ +(**************************************************************************) +(* ___ *) +(* ||M|| *) +(* ||A|| A project by Andrea Asperti *) +(* ||T|| *) +(* ||I|| Developers: *) +(* ||T|| The HELM team. *) +(* ||A|| http://helm.cs.unibo.it *) +(* \ / *) +(* \ / This file is distributed under the terms of the *) +(* v GNU General Public License Version 2 *) +(* *) +(**************************************************************************) + +set "baseuri" "cic:/matita/logic/iff". + +definition Iff : Prop \to Prop \to Prop \def + \lambda A,B. (A \to B) \land (B \to A). + + (*CSC: the URI must disappear: there is a bug now *) +interpretation "logical iff" 'iff x y = (cic:/matita/logic/iff/Iff.con x y). + +notation < "hvbox(a break \liff b)" + left associative with precedence 25 +for @{ 'iff $a $b }. diff --git a/helm/matita/matita.lang b/helm/matita/matita.lang index e99672a35..0c181ee44 100644 --- a/helm/matita/matita.lang +++ b/helm/matita/matita.lang @@ -170,6 +170,8 @@ Assign land lor + lnot + liff subst vdash iforall