]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/matita/library/logic/equality.ma
maction support added to notation, adopted for = AKA = \sub t
[helm.git] / helm / software / matita / library / logic / equality.ma
index cc181dfbf4f21c1ad15679de180126bb1a67ca73..73728dc9221736060f54a5c2fd764fa7e4612225 100644 (file)
@@ -19,11 +19,11 @@ inductive eq (A:Type) (x:A) : A \to Prop \def
 
 (*CSC: the URI must disappear: there is a bug now *)
 interpretation "leibnitz's equality"
-   'eq x y = (cic:/matita/logic/equality/eq.ind#xpointer(1/1) _ x y).
+   'eq t x y = (cic:/matita/logic/equality/eq.ind#xpointer(1/1) t x y).
 (*CSC: the URI must disappear: there is a bug now *)
 interpretation "leibnitz's non-equality"
-  'neq x y = (cic:/matita/logic/connectives/Not.con
-    (cic:/matita/logic/equality/eq.ind#xpointer(1/1) _ x y)).
+  'neq x y = (cic:/matita/logic/connectives/Not.con
+    (cic:/matita/logic/equality/eq.ind#xpointer(1/1) t x y)).
 
 theorem eq_rect':
  \forall A. \forall x:A. \forall P: \forall y:A. x=y \to Type.