Chapter 2 Flashcards

1
Q

elements

A

objects in a set

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

singleton set

A

contains only one element

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

empty set

A

also called null set

contains no elements

denoted by 0

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

C

A

the set of all complex numbers

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

R+

A

the set of all positive real numbers

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

R

A

the set of all real numbers

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

Z+

A

the set of all positive integers (does NOT include 0)

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

Z

A

the set of all integers

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

set

A

an unordered collection of distinct objects

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

intersection of a collection

A

the set that contains those elements that are members of all the sets in the collection

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

union of a collection

A

the set that contains those elements that are members of at least one set in the collection

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

intersection

A

A n B

contains those elements in both A and B

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

union

A

A u B

contains those elements in either A or B

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

P(S)

A

the power set of S

the set of all subsets of the set S

if n is the number of elements in S, the the power set contains 2^n elements

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

|S|

A

cardinality of S

length of a finite set

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

a E A

A

a is an element of A

17
Q

B >= A

A

B is a superset of A

18
Q

paradoxes

A

logical inconsistencies

19
Q

A - B

A

difference

complement of B with respect to A

the set containing those elements that are in A but not in B

20
Q

A X B

A

Cartesian product

the set of all ordered pairs (a,b), where a E A and b E B

21
Q

roster method

A

list all members of the set within {}

22
Q

set builder notation

A

characterize all the elements in a set by stating the property or properties they must have

23
Q

N

A

the set of all natural numbers (includes 0)

24
Q

intervals

A

sets of all real numbers between two numbers a and b, with or without a and b

25
Q

A <= B

A

A is a subset of B

Ax(x E A –> x E B)

26
Q

A < B

A

A is a proper subset of B

Ax(x E A –x E B) && Ex(x E B && x !E A)

27
Q

A bar

A

complement of A with respect to the universal set U

U - A

28
Q

multiset

A

an unordered collection of elements where on element can occur as a member more than once

29
Q

disjoint

A

two sets are disjoint if their intersection is the empty set

30
Q

truth set

A

the set of elements x in the domain D for which a predicate P(x) is true

31
Q

relation

A

a subset of A X B

32
Q

Q

A

the set of all rational numbers

{p/q | p E Z, q E Z, and q != 0}