Chapter 1: Sets Flashcards

vocab for ch1

1
Q

set

A

a collection of objects

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

elements

A

aka members; objects that make up a set

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

empty set

A

aka null/void set; a set that contains no elements; denoted ∅

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

universal set

A

the largest set of elements being considered given a particular situation

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

set denoted by N

A

natural numbers {1, 2, 3, …}

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

set denoted by Z

A

integers {…-1, 0, 1,…}

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

set denoted by Q

A

rational numbers {m/n : m, n ∈ Z and n ≠ 0}

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

set denoted by C

A

complex numbers {a +bi : a, b ∈ R }

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

cardinality

A

the number of elements (not counting repitition) in the set; denoted by |A|

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

subset

A

X is a subset of Y if every element in X lies in Y

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

proper subset

A

X is a proper subset of Y if every element of X lies in Y and there is at least one element in Y that does not lie in X

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

power set

A

the set of all subset of A; denoted P(A)

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

intersection

A

the set of all the elements in set A that are also present in set B

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

union

A

a set containing all elements that are in A or in B (possibly both)

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

disjoint

A

if A ∩ B = ∅ ;when two sets have no elements in common; intersection of A and B is the null set

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

complement

A

every element in the universal set except those in A

17
Q

difference

A

set of elements which belong to A but not to B

18
Q

index set

A

given a collection of sets A1,…An, set I = {1, …, n}

19
Q

pairwise disjoint

A

the collection S is pairwise disjoint if for every 2 distinct sets A, B ∈ S, A ∩ B = ∅

20
Q

partition

A

a partition of Af can be defined as a collection of S of subsets of A satisfying 3 properties:

  1. X ≠ ∅ for every X ∈ S
  2. for every 2 sets X,Y ∈ S, either X=Y or X ∩ Y = ∅ (double check this condition)
  3. union of all elements equals set A
    UX(subscript: X ∈ S) =A
21
Q

Cartesian Product

A

given 2 sets A and B, cartesian product is defined as A x B = { (a, b) | a ∈ A, b ∈ B}