]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/matita/nlibrary/logic/equality.ma
eq moved to CProp
[helm.git] / helm / software / matita / nlibrary / logic / equality.ma
index d940b97c0eec3fcc80694496fdc9a1c9022ed2b8..ff8cc5a1392c5393d997f2f85dd0da48e8397942 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)).