Section 1 - Fundamental Concepts Flashcards

1
Q

Cardinality

A

The number of elements in a set X if X is finite. Denoted |X|

|X| = infinity if X is not finite

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

Subset

A

If X and Y are sets, then X is said to be a subset of Y if every element of X is an element of Y

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

Cartesian Product

A

X x Y = {(x, y) | x∈X and y∈Y}

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

Image

A

If f: X -> Y is a function, its image is: Image(f) = {y∈Y | ∃x∈X such that f(x) = y}

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

Identity Function

A

If X is a non-empty set, then the identity function on X is the function: 1: X -> X

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

Injectivity

A

If ∀x1, x2 ∈ X, the equality f(x1) = f(x2) implies that x1 = x2

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

Surjectivity

A

If y∈Y, ∃x∈X such that f(x) = y

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

Bijectivity

A

A function that is injective and surjective. ∀y∈Y, ∃x∈X such that f(x) = y

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

Equivalence Relation

A

A binary relation is called an equivalence relation if all of the following hold:
- Reflexivity
- Symmetry
- Transitivity

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

Reflexivity

A

∀a∈A, a~a

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

Symmetry

A

∀a,b∈A, if a~b, then b~a

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

Transitivity

A

∀a,b,c∈A, if a~b and b~c, then a~c

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

Equivalence Classes

A

If ~ is an equivalence relation on a set A, then for a∈A, the equivalence class of a is the set: [a] = {b∈A | b~a}

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