🚧 Mid of 6.2
This commit is contained in:
parent
690a535164
commit
2601f42c1f
2 changed files with 1008 additions and 1 deletions
File diff suppressed because it is too large
Load diff
|
|
@ -62,18 +62,30 @@ Page 426
|
|||
1. To prove that a set $X$ is a subset of a set $A \cap B$, you suppose that $x$
|
||||
is any element of $X$ and you show that $x \in A$ _____ $x \in B$.
|
||||
|
||||
and
|
||||
|
||||
2. To prove that a set $X$ is a subset of a set $A \cup B$, you suppose that $x$
|
||||
is any element of $X$ and you show that $x \in A$ _____ $x \in B$.
|
||||
|
||||
or
|
||||
|
||||
3. To prove that a set $A \cup B$ is a subset of a set $X$, you start with any
|
||||
element $x$ in $A \cup B$ and consider the two cases _____ and _____. You
|
||||
then show that in either case _____.
|
||||
|
||||
$x \in A$; $x \in B$; $x \in X$
|
||||
|
||||
4. To prove that a set $A \cap B$ is a subset of $X$, you suppose that _____ and
|
||||
you show that _____.
|
||||
|
||||
$x \in A \cap B$; $x \in X$
|
||||
|
||||
5. To prove that a set $X$ equals a set $Y$, you prove that _____ and that
|
||||
_____.
|
||||
|
||||
$X \subseteq Y$; $Y \subseteq X$
|
||||
|
||||
6. To prove that a set $X$ does not equal a set $Y$, you need to find an element
|
||||
that is in _____ and not _____ or that is in _____ and not _____.
|
||||
|
||||
$X$; in $Y$; $Y$; in $X$
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue