Set Theory Flashcards

1
Q

Intersection of A and B

A

A n B = {x=u | x in A ^ x in B}

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

Union of A and B

A

A U B = {x=u | x in A v x in B}

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

Difference of A minus B

A

A - B = {x=u | x in A ^ x not in B}

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

Symmetric difference of A and B

A

A delta B = {x=u | x in A exclusive v x in B}

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

Complement of A in U

A

A bar = {x=u | x not in A}

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

Set

A

An unordered list of objects called elements. An element cannot appear twice in a set.

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

Cardinality

A

|A|, The number of elements in A

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

Finite set

A

A set is finite if we can label them 1, 2, … , n

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

Subset A of set B

A

A set comprised only of elements of B.
A sub\eq = Vx in u [x in A -> x in B]

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

Proper subset A of set B

A

A subset that of B, where B has elements that are not also in A.
A sub = Vx in u [x in A -> x in B ^ Ey in (B - A)]

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

Equal sets A and B

A

IFF A sub\eq B and B sub\eq A

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

Family of sets

A

A set whose elements themselves are sets in u.

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

Power set of A

A

P(A), is the set of all subsets of A

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

|P(A)|, Cardinality of Power set of A

A

2^(|A|)

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

Cartesian Product of A and B

A

A x B = {(a,b) | a in A ^ b in B}.
These elements (a,b) are called ordered pairs.

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

|A x B|, Cardinality of Cartesian Product of
A and B

A

|A|*|B|

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

Disjoint sets A and B

A

A n B = empty set.
They have no elements in common

18
Q

Partition F of A, where F contains subsets of A excluding the empty set.

A

1) F is pairwise disjoint (We didn’t put anything twice)
2) UF = A (We didn’t miss any)

19
Q

One-to-One (Injective)

A

Vx1 in X1,Vx2 in X2[f(x1) = f(x2) -> x1 = x2],
If the two outputs are the same, then the two inputs must be the same.

20
Q

Onto (Subjective)

A

Vy in Y,Ex in X[f(x) = y],
For every pair in the co-domain, there exists something in the domain that points to it.

21
Q

Bijection

A

A function is a bijection if it is both one-to-one and onto, or if it has an inverse

22
Q

Prove inverse, f(x)^-1

A

f(f(x))^-1 = x and f(f(x)^-1) = x

23
Q

Composition gof, where f: A -> B, g: B -> C

A

gof: A -> C via (a,c) in gof IFF Eb in B[(a,b) in f ^ (b,c) in g]

24
Q

Composition properties

A

1) If f,g are both one-to-one, then so is gof
2) if f,g are both onto, then so is gof
3) if f,g are bijections, then gof is a bijection

25
Q

Cardinality redefinition

A

Set A has cardinality n IFF E bijection f: {1, 2, … n} -> A

26
Q

Countability

A

Set A is countable IFF E bijection f: N -> A (countably infinite).
Note: Z is countable, N x N is countable, Q is countable, R is NOT countable

27
Q

Direct Proof

A

p -> q

28
Q

Contrapositive (Indirect) Proof

A

notq -> notp

29
Q

Converse

A

q -> p

30
Q

Inverse

A

notp -> notq

31
Q

Even integer

A

Ek in Z[n = 2k]

32
Q

Odd integer

A

Ek in Z[n = 2k + 1]

33
Q

Same parity

A

both numbers are even or boh numbers are odd

34
Q

Rational number

A

Ep in Z,Eq in Z[x = p/q ^ q not/eq 0]

35
Q

d|n, “d divides n”

A

Ek in Z[n = dk ^ d not/eq 0]

36
Q

P is Prime

A

P>1 ^ Vm in Z,Vn in Z[P = mn -> m=1 v n=1]

37
Q

P is composite

A

P>1 ^ Em in Z,En in Z[P = mn ^ 1<m,n<P]

38
Q

UF, where F is a family of sets

A

The set of elements that appear in at least one set in F.
ex,
F = {{1},{1,2},{1,2,3,4}}
UF = {1,2,3,4}

39
Q

nF, where F is a family of sets

A

The set of elements that appear in ALL sets in F.
ex,
F = {{1},{1,2},{1,2,3,4}}
nF = {1}
Note: If there is not an element that appears in every set of F, then nF = {empty set}

40
Q

Empty Set

A

The empty set is a subset of all sets