These exercises are supposed to be handed in on Tuesday April 7. Late exercises will receive one-point penalty per extra day. The exercises cover chapter 1 of the course book by Partee, Ter Meulen and Wall.
Because of the limitation of the range of characters in HTML I cannot display every character I need. I will use the following replacements in this exercise:
A /\ B the intersection of A and B A \/ B the union of A and B P(A) the power set of A A =< B A is a subset of B A < B A is a proper subset of B
In these exercises we will use the definitions for 6 sets.
A = { p , q , r , s } B = { q , r } C = { s , t } D = { { s } } E = Ø U = A \/ B \/ C \/ D (universe)
X, Y and Z are arbitrary sets.
Each item in exercises 1 and 2 is worth 0.5 point. Each item in exercise 3 is worth 1.5 point.