]> matita.cs.unibo.it Git - helm.git/commitdiff
Dependencies removed.
authorClaudio Sacerdoti Coen <claudio.sacerdoticoen@unibo.it>
Tue, 22 Jul 2008 07:01:06 +0000 (07:01 +0000)
committerClaudio Sacerdoti Coen <claudio.sacerdoticoen@unibo.it>
Tue, 22 Jul 2008 07:01:06 +0000 (07:01 +0000)
helm/software/matita/library/logic/cprop_connectives.ma

index b4c556d83aca9bd2cef911156612ce8f837da713..fe377cbd954d0fd9331935efc7360bdb380b12ba 100644 (file)
@@ -12,9 +12,6 @@
 (*                                                                        *)
 (**************************************************************************)
 
-include "logic/equality.ma".
-include "datatypes/constructors.ma".
-
 inductive Or (A,B:CProp) : CProp ≝
  | Left : A → Or A B
  | Right : B → Or A B.
@@ -104,6 +101,7 @@ interpretation "exT2 \snd" 'pi2b x y = (pi2exT23 _ _ _ _ x y).
 inductive exT2 (A:Type) (P,Q:A→CProp) : CProp ≝
   ex_introT2: ∀w:A. P w → Q w → exT2 A P Q.
 
+alias id "False" = "cic:/Coq/Init/Logic/False.ind#xpointer(1/1)".
 definition Not : CProp → Prop ≝ λx:CProp.x → False.
 
 interpretation "constructive not" 'not x = (Not x).