🚧 Setup for 6.1
This commit is contained in:
parent
0b83eed9d5
commit
791573e133
3 changed files with 654 additions and 0 deletions
28
chapter_6/test_yourself.md
Normal file
28
chapter_6/test_yourself.md
Normal file
|
|
@ -0,0 +1,28 @@
|
|||
Page 411$a
|
||||
|
||||
**Test Yourself**
|
||||
|
||||
1. The notation $A \subseteq B$ is read "_____" and means that _____.
|
||||
|
||||
2. To use an element argument for proving that a set $X$ is a subset of a set
|
||||
$Y$, you suppose that _____ and show that _____.
|
||||
|
||||
3. To disprove that a set $X$ is a subset of a set $Y$, you show that there is
|
||||
_____.
|
||||
|
||||
4. An element $x$ is in $A \cup B$ if, and only if, _____.
|
||||
|
||||
5. An element $x$ is in $A \cap B$ if, and only if, _____.
|
||||
|
||||
6. An element $x$ is in $B - A$ if, and only if, _____.
|
||||
|
||||
7. An element $x$ is in $A^c$ if, and only if, _____.
|
||||
|
||||
8. The empty set is a set with _____.
|
||||
|
||||
9. The power set of a set $A$ is _____.
|
||||
|
||||
10. Sets $A$ and $B$ are disjoint if, and only if, _____.
|
||||
|
||||
11. A collection of nonempty sets $A_1, A_2, A_3, \dots$ is a partition of a set
|
||||
$A$ if, and only if, _____.
|
||||
Loading…
Add table
Add a link
Reference in a new issue