]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/matita/nlibrary/Plogic/connectives.ma
update in groud_2 and models
[helm.git] / helm / software / matita / nlibrary / Plogic / connectives.ma
index 84bd36454064e90ba35f74df324a28cb8407f83f..bf17771fb9890a632f0f49f2b8e223837712f36a 100644 (file)
@@ -30,8 +30,6 @@ ndefinition Not: Prop → Prop ≝
 ninductive Not (A:Prop): Prop ≝
 nmk: (A → False) → Not A.
 
-ncheck Not_ind.
-
 interpretation "logical not" 'not x = (Not x).
 
 ntheorem absurd : ∀ A:Prop. A → ¬A → False.
@@ -77,3 +75,5 @@ ninductive ex2 (A:Type[0]) (P,Q:A \to Prop) : Prop ≝
 
 ndefinition iff :=
  λ A,B. (A → B) ∧ (B → A).
+
+interpretation "iff" 'iff a b = (iff a b).