]> matita.cs.unibo.it Git - helm.git/blobdiff - matita/matita/lib/basics/sets.ma
decentralizing core notation
[helm.git] / matita / matita / lib / basics / sets.ma
index cdc6ac9e8e278e19c3d7957bf600f7150ae1d895..2f570c18feb503e1da38186bf9455a8c0b9e1018 100644 (file)
@@ -10,6 +10,7 @@
       V_______________________________________________________________ *)
 
 include "basics/logic.ma".
+include "basics/core_notation/singl_1.ma".
 
 (**** a subset of A is just an object of type A→Prop ****)
 
@@ -116,4 +117,4 @@ qed.
 (* substraction *)
 lemma substract_def:∀U.∀A,B:U→Prop. A-B ≐ A ∩ ¬B.
 #U #A #B #w normalize /2/
-qed.
\ No newline at end of file
+qed.