]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/matita/nlibrary/logic/equality.ma
nrewrite now working
[helm.git] / helm / software / matita / nlibrary / logic / equality.ma
index d940b97c0eec3fcc80694496fdc9a1c9022ed2b8..1da7e1b0be4ec611643009b61780a08a09505cd8 100644 (file)
@@ -14,9 +14,9 @@
 
 include "logic/connectives.ma".
 
-ninductive eq (A: Type) (a: A) : A → Prop ≝
+ninductive eq (A: Type) (a: A) : A → CProp ≝
  refl: eq A a a.
+
 interpretation "leibnitz's equality" 'eq t x y = (eq t x y).
 
-interpretation "leibnitz's non-equality" 'neq t x y = (Not (eq t x y)).
\ No newline at end of file
+interpretation "leibnitz's non-equality" 'neq t x y = (Not (eq t x y)).