1 (**************************************************************************)
4 (* ||A|| A project by Andrea Asperti *)
6 (* ||I|| Developers: *)
7 (* ||T|| The HELM team. *)
8 (* ||A|| http://helm.cs.unibo.it *)
10 (* \ / This file is distributed under the terms of the *)
11 (* v GNU General Public License Version 2 *)
13 (**************************************************************************)
17 set "baseuri" "cic:/matita/logic/iff".
19 include "../../library/logic/connectives.ma".
21 definition Iff : Prop \to Prop \to Prop \def
22 \lambda A,B. (A \to B) \land (B \to A).
24 (*CSC: the URI must disappear: there is a bug now *)
25 interpretation "logical iff" 'iff x y = (cic:/matita/logic/iff/Iff.con x y).
27 notation > "hvbox(a break \liff b)"
28 left associative with precedence 25
31 notation < "hvbox(a break \leftrightarrow b)"
32 left associative with precedence 25