Return to main page

Additional Material

Truth set of a conjunction of two open statements

This is best explained with a specific example.
Every number in N9 receives two truth values from the open statements
x is in {2,3,4,5,6},   x is in {4,5,6,7,8}
They assign the following truth values to each number in N9:
1 FF,   2 TF,   3 TF,   4 TT,   5 TT,   6 TT,   7 FT,   8 FT,   9 FF

According to the discussion of conjunction in Chapter 1, a conjunction of two losgical statements is true if and only if both are true. This can restated in an abbreviated form of a table:

T and T   -->   T
T and F   -->   F
F and T   -->   F
F and F   -->   F

Therefore replace the above pairs of truth values with single truth values to get the table:

1 F,   2 F,   3 F,   4 T,   5 T,   6 T,   7 F,   8 F,   9 F  
Consider now    x is in {2,3,4,5,6}   and   x is in {4,5,6,7,8}    to be a single open statement. This table shows the truth set of the conjunction to be {4,5,6}.



Truth set of an alternation of two open statements

This is best explained with a specific example.
Every number in N9 receives two truth values from the open statements
x is in {2,3,4,5,6},   x is in {4,5,6,7,8}
They assign the following truth values to each number in N9:
1 FF,   2 TF,   3 TF,   4 TT,   5 TT,   6 TT,   7 FT,   8 FT,   9 FF

According to the discussion of conjunction in Chapter 1, a conjunction of two losgical statements is true if and only if both are true. This can restated in an abbreviated form of a table:

T and T   -->   T
T and F   -->   T
F and T   -->   T
F and F   -->   F

Therefore replace the above pairs of truth values with single truth values to get the table:

1 F,   2 T,   3 T,   4 T,   5 T,   6 T,   7 T,   8 T,   9 F  
Consider now    x is in {2,3,4,5,6}   or   x is in {4,5,6,7,8}    to be a single open statement. This table shows the truth set of the alternation to be {2,3,4,5,6,7,8}.



Duality between intersection and union

The following statements are equivalent to definition 2.1] and statement [2.8] concerning intersections and unions, respectively:
(*) The open statement   x is in S1 /\ S2   assigns T to an object in U   if and only if   both open statements   x is in S1, x is in S2   assign T to that same object.
(**) The open statement   x is in S1 \/ S2   assigns F to an object in U   if and only if   both open statements   x is in S1, x is in S2   assign F to that same object.

The statements are the same except for the colored symbols. If the symbols /\ and T are replaced by \/ and F then statement (*) becomes sstatement (**). And conversely, replacing blue symbols by red symbols. (*) and (**) are dual statements. Intuitively speaking, the operations of intersection and union are duals of each other. Such a replacement in a discussion about intersections may produce a corresponding discussion about unions, and conversely.



Five relative positions of two sets

The five relative positions of one set and another set are shown above:
disjoint (Fig A), intersecting (Fig B), inclusion (Fig C), equality (Fig D), complimentary (Fig E)
In Figs A,B,C,D consider set stationary, and set moving to the right.
Start with the two sets being separate (Fig A).
Then by moving far enough to the right,
set intersects with the set (Fig B). Again moving far enough to the right,
set finds itself inside set.
Remaining inside set, set expands until
it fills up all of set
Go back to Fig A. Both sets expand, without intersecting, until
together they fill up all of the universe (Fig E).