]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/matita/library/logic/cprop_connectives.ma
minor changes to make the library compile after wilmers new exists.
[helm.git] / helm / software / matita / library / logic / cprop_connectives.ma
index 266bb11a46484b921f2aa228257ebd3b21ea5ee2..31cd9c576c236355b73e9335319c88c9b97d1c95 100644 (file)
@@ -112,12 +112,12 @@ definition pi1exP ≝ λA,P.λx:exP A P.match x with [ex_introP x _ ⇒ x].
 definition pi2exP ≝ 
   λA,P.λx:exP A P.match x return λx.P (pi1exP ?? x) with [ex_introP _ p ⇒ p].
 
-interpretation "exT \fst" 'pi1 = (pi1exP _ _).
-interpretation "exT \fst" 'pi1a x = (pi1exP _ _ x).
-interpretation "exT \fst" 'pi1b x y = (pi1exP _ _ x y).
-interpretation "exT \snd" 'pi2 = (pi2exP _ _).
-interpretation "exT \snd" 'pi2a x = (pi2exP _ _ x).
-interpretation "exT \snd" 'pi2b x y = (pi2exP _ _ x y).
+interpretation "exP \fst" 'pi1 = (pi1exP _ _).
+interpretation "exP \fst" 'pi1a x = (pi1exP _ _ x).
+interpretation "exP \fst" 'pi1b x y = (pi1exP _ _ x y).
+interpretation "exP \snd" 'pi2 = (pi2exP _ _).
+interpretation "exP \snd" 'pi2a x = (pi2exP _ _ x).
+interpretation "exP \snd" 'pi2b x y = (pi2exP _ _ x y).
 
 
 inductive exT23 (A:Type) (P:A→CProp) (Q:A→CProp) (R:A→A→CProp) : CProp ≝