]> matita.cs.unibo.it Git - helm.git/commitdiff
small changes
authormatitaweb <claudio.sacerdoticoen@unibo.it>
Wed, 7 Mar 2012 11:41:23 +0000 (11:41 +0000)
committermatitaweb <claudio.sacerdoticoen@unibo.it>
Wed, 7 Mar 2012 11:41:23 +0000 (11:41 +0000)
weblib/tutorial/chapter4.ma

index e0d122934ef7e49d740beaf498c0ccef2e9f3d9d..b56caaa662df48597fa486de75f507ab324b7d5a 100644 (file)
@@ -1,14 +1,13 @@
 (* 
 \ 5h1 class="section"\ 6Naif Set Theory\ 5/h1\ 6
 *)
-In this Chapter we shall develop a naif theory of sets represented as 
-characteristic predicates over some universe \ 5code\ 6A\ 5/code\ 6, that is as objects of type 
-A→Prop. *)
-
 include "basics/types.ma".
 include "basics/bool.ma".
-
-(* For instance the empty set is defined by the always false function: *)
+(* 
+In this Chapter we shall develop a naif theory of sets represented as 
+characteristic predicates over some universe \ 5code\ 6A\ 5/code\ 6, that is as objects of type 
+A→Prop. 
+For instance the empty set is defined by the always false function: *)
 
 definition empty_set ≝ λA:Type[0].λa:A.\ 5a href="cic:/matita/basics/logic/False.ind(1,0,0)"\ 6False\ 5/a\ 6.
 notation "\emptyv" non associative with precedence 90 for @{'empty_set}.