Example9.3.4.Basic examples involving familiar sets of numbers.
Every natural number is an integer, so \(\N \subseteq \Z \text{.}\) To emphasize this, we could write \(\N = \inlinesetdef{m \in \Z}{m \ge 0} \text{.}\)
Every integer can be considered to be a rational number, since for every \(m\in\Z \) we can write \(m = \frac{a}{b} \) with \(a=m \) and \(b=1 \text{.}\) Thus \(\Z \subseteq \Q \text{.}\)
Every rational number can be considered to be a real number if we identify fractions with their decimal expansions via long division. Thus \(\Q \subseteq \R \text{.}\)
When we define a set by Candidate-condition notation, we first specify a pool of candidate elements, and then a condition or collection of conditions that those candidates must satisfy in order to actually be included in the set. But then every element in the set we are defining must first be from the set of candidate elements, so our defined set must be a subset of the candidate set.
For example, in ExampleΒ 9.3.4, we provided a definition for the set \(\N \) in candidate-condition form where the pool of candidates is the set \(\Z \text{.}\) This definition makes it explicit that \(\N \subseteq \Z \text{.}\)
There are an infinite number of elements of \(A \text{,}\) so we cannot check that all elements of \(A \) are also elements of \(B \) one-by-one. Instead, we let a variable \(x \) represent an arbitrary but unspecified element of \(A \text{.}\) Since all elements of \(A \) have the form \(3m+1 \) for some \(m \in \Z \text{,}\) we have \(x = 3m+1 \) for some \(m \in \Z \text{.}\) Check the condition for being an element of \(B \) by calculating
Therefore, \(x \in B \text{.}\) Since the above calculation works for every \(m \in \Z \text{,}\) all elements of \(A \) are elements of \(B \text{.}\)
One could combine both applications of the Subset Test described in the Test for Set Equality above into one biconditional: \(A = B \) is true if
\begin{equation*}
(\forall x)(x \in A \lgcequiv x \in B)
\end{equation*}
is true. If the logic of \(x \in A \lgcimplies x \in B \) is easily reversed, then it makes sense to argue \(x \in A \lgcequiv x \in B \) instead of separately arguing \(x \in A \lgcimplies x \in B \) and \(x \in B \lgcimplies x \in A \text{.}\) However, in most cases separate arguments of these logical implications is preferred.
However, we know from trigonometry that \(\sin \theta = 0 \) if and only if \(\theta \) is an integer multiple of \(\pi \text{;}\) that is, when \(\theta = m\pi \) for some \(m \in \Z \text{.}\) If we set
To demonstrate \(A \subsetneqq B \text{,}\) first test \(A \subseteq B \) as usual (TestΒ 9.3.3), but also demonstrate that there exists some \(x \in B \) such that \(x \notin A \text{.}\)
To show the \(A \neq B \) part of \(A \subsetneqq B \text{,}\) you only need to exhibit one example element of \(B \) which is not in \(A \text{.}\) That is, you need to find a counterexample for the logical implication \(x \in B \lgcimplies x \in A \text{.}\)