From 0cc98ffd7308208cb26dae42435d1dcbd63b93fb Mon Sep 17 00:00:00 2001 From: Claudio Sacerdoti Coen Date: Tue, 22 Jul 2008 07:01:06 +0000 Subject: [PATCH] Dependencies removed. --- helm/software/matita/library/logic/cprop_connectives.ma | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/helm/software/matita/library/logic/cprop_connectives.ma b/helm/software/matita/library/logic/cprop_connectives.ma index b4c556d83..fe377cbd9 100644 --- a/helm/software/matita/library/logic/cprop_connectives.ma +++ b/helm/software/matita/library/logic/cprop_connectives.ma @@ -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). -- 2.39.2