]> matita.cs.unibo.it Git - helm.git/blob - helm/matita/contribs/PREDICATIVE-TOPOLOGY/iff.ma
test branch
[helm.git] / helm / matita / contribs / PREDICATIVE-TOPOLOGY / iff.ma
1 (**************************************************************************)
2 (*       ___                                                              *)
3 (*      ||M||                                                             *)
4 (*      ||A||       A project by Andrea Asperti                           *)
5 (*      ||T||                                                             *)
6 (*      ||I||       Developers:                                           *)
7 (*      ||T||         The HELM team.                                      *)
8 (*      ||A||         http://helm.cs.unibo.it                             *)
9 (*      \   /                                                             *)
10 (*       \ /        This file is distributed under the terms of the       *)
11 (*        v         GNU General Public License Version 2                  *)
12 (*                                                                        *)
13 (**************************************************************************)
14
15 set "baseuri" "cic:/matita/logic/iff".
16
17 include "../../library/logic/connectives.ma".
18
19 definition Iff : Prop \to Prop \to Prop \def
20    \lambda A,B. (A \to B) \land (B \to A).
21    
22  (*CSC: the URI must disappear: there is a bug now *)
23 interpretation "logical iff" 'iff x y = (cic:/matita/logic/iff/Iff.con x y).
24
25 notation > "hvbox(a break \liff b)" 
26   left associative with precedence 25
27 for @{ 'iff $a $b }.
28
29 notation < "hvbox(a break \leftrightarrow b)" 
30   left associative with precedence 25
31 for @{ 'iff $a $b }.