Chapter 2: Sets Flashcards

(35 cards)

1
Q

A _____ is an unordered collection of objects, called elements or members of the ____.

A

Set

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

We write a (E) A to denote that a is _______ of the set.

A

A is an element of the set.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

We write a(/E) A to denote that a is _______ of the set.

A

A is not an element of the set.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

A = {1, 4, 6, 3, 8} denotes what?

A

A set of numbers.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

O = {x | x is an odd positive integer less than 10}.

This is describing a set using ____ _______ notation.

A

Set Builder.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

N = { 0, 1, 2, 3, …}, the set of ______ _______.

A

Natural Numbers

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Z = {…, -2, -1, 0, 1, 2, …}, the set of ______.

A

Integers

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Z^+ = {1, 2, 3, …}, the set of _____ ______.

A

Positive Integers

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Q = {p/q | p (E) Z, q (E) Z, and q /= 0}, the set of _____ _____.

A

Rational Numbers

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

R, the set of ______ ______.

A

Real Numbers

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

R^+, the set of ______ _____ _______.

A

Positive Real Numbers

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

C, the set of ______ _____.

A

Complex Numbers

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

What is interval notation?

A

[a, b] = {x | a

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

Two sets are ____ if an only if they have the ______ ______.

A

Equal

Same Elements

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

Are the sets: {1, 3,5 } and {3, 5, 1} equal? Why or why not?

A

Yes, they have the same elements. (Order does NOT matter)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

Are the sets: {1, 2, 2, 2, 5, 5, 5, 5} and {1, 3, 5} equal? Why or why not?

A

Yes, they have the same elements. (Frequency of elements does not matter)

17
Q

0/ or { } denotes an ____ ____ or ____ _____.

A

Empty Set

Null Set

18
Q

A singleton set is denoted as:

19
Q

The single element of the set {0/} is ___________.

A

The empty set itself.

20
Q

The set A is a ______ of B if and only if every element of A is also an element of B.

21
Q

The symbol to denote a subset:

22
Q

Theorem 1 states that every nonempty set S is guaranteed to have at least two subsets, the _____ set and the _____ ____ ______.

A

Empty

Set S Itself

23
Q

When we wish to emphasize that a set A is a subset of a set B but that A /= B, we write ______ and say that A is a _______ ______ of B.

A

A (C) B

Proper Subset

24
Q

To show that two sets A and B are equal, show that _____ and ______.

A

A (C_) B

B (C_) A

25
A set A has n distinct elements. N is the _____ of A. This ________ is denoted by _____
Cardinality | | A |
26
The cardinality of |0/| is:
0
27
Given a set S, the ____ ___ of S is the set of all subsets of the set S. The _____ ____ of S is denoted by ______.
Power Set | P(S)
28
What is the power set of {0, 1, 2}? Notation: P( {0, 1, 2} )
{ 0/, {0}, {1}, {2}, {0, 1}, {0, 2}, {1, 2}, {0, 1, 2}}
29
P( 0/ )
{0/}
30
P( {0/} )
{ 0/, {0/}}
31
The ordered pairs (a, b) and (c, d) are equal __________ _____ and ____.
Equal if and only if. | a=c and b=d.
32
The A and B be sets. The ________ _______ of A and B, denoted by A x B, is the set of all ordered pairs (a, b), where a (E) A and b (E) B. Hence, A x B = { (a, b) | a (E) A ^ b (E) B}
Cartesian Product
33
What is the Cartesian Product of A = {1, 2} and B = {a, b, c}? A x B
A x B = { (1, a), (1, b), (1, c), (2, a), (2, b), (2, c) }
34
What is the Cartesian Product of B x A:
B x A = { (a, 1), (a, 2), (b, 1), (b, 2), (c, 1), (c, 2) }
35
What is the Cartesian Product A x B x C, where A = {0, 1}, B = {1, 2}, C = {0, 1, 2}?
A x B x C = { (0, 1, 0), (0, 1, 1), (0, 1, 2), (0, 2, 0), (0, 2, 1), (0, 2, 2), (1, 1, 0), (1, 1, 1), (1, 1, 2), (1, 2, 0), (1, 2, 1), (1, 2, 2) }