Note : Do the first part of this question based on what was covered in the lecture. In Hammock’s book, he talks about the negation of statements involving quantifiers. However I would like you do this exercise without reading the section 2.10
Hint : Think about the meaning of the statement $P$. Suppose you are a scientist. You set out to determine via empirical observations whether or not this statement is true. Is there any observation that would disprove this statement? Would this observation be the negation of this statement? Based on this, can you write the negation of the statement $P$ in symbolic logic?
Once you have given enough thought to this question and you have an answer read through the section 2.10 of the Hammock book. Solve exercises of the section 2.10
Once you are done with this exercise read through the section 2.10 of the Hammock book. Learn the formal names of the operations mentioned above.
This takes care of the logic part. We now have a precise language in which we can communicate mathematics. Let us now turn to sets. In the upcoming lecture we will be formalizing the notion of sets and functions.
Consider the following two sets —
$$ \begin{align*}
S &= \{ x|x \space \text{is odd and } \space x \space \text{is a prime number} \} \\ T &= \{x| x \space \text{is a non even prime number} \}
\end{align*} $$
Write down the first few elements of both of these sets explicitly. What do you notice? Would you call these sets as being ‘equal’ ? What if instead $T$ was the set of all prime numbers, instead of the set of all non-even prime numbers. Would $S$ and $T$ be equal now?
Let us now formalize the idea of equality of sets. Write a description of what you intuitively understand by the equality of sets. Let us introduce a definition. We say that $S$ is a subset of $T$ if every element of $S$ is an element of $T$. Write this condition in symbolic logic.
One way to think about a subset $S$ of the set $T$ is to imagine taking $T$ and removing elements one by one until you get the set $S$. Now consider the set $\{\}$. This set is what we call the empty set, it doesn’t contain any elements. Is it possible to arrive at the empty set by removing elements one by one from any set $T$? Does this mean that the empty set is a subset of any set?