1c. Functions, Relations, Binary, Equivalent Flashcards

1
Q

Functions

∈ ⋂ ⋃ ⊆ ∆ ⊖ ∉ Ø

A

input output relationship
domain = input, range =
(actual) output (co-domain = all possible outputs)

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

f: D –> R

A

f = function with D as domain, R as range
f is SURJECTIVE (onto) if it uses ALL ELEMENTS of range
every y ∈ R there exists x ∈ D with y = f(x)

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

Injective

A

one to one, every input has a unique / different output

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

Not a function

A

if all inputs DO NOT have outputs

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

Binary Relation

A

subset of cross product
if a ∈ A and b ∈ B, then (a,b ∈ R)
this pair is an element of this set
aRb = a is related to b = R(a) contains b

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

Binary Relation from A to A

A

= binary relation ON A

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

Binary Relation as a Function
Domain: A x B
Range: {TRUE, FALSE}

A

R: AxB –> {TRUE, FALSE}

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

R(a, b) = TRUE is equivalent to

A

aRb

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

if R is a binary relation, aRb means that

A

aRb = TRUE

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

R on set A is REFLEXIVE

A

when xRx for all x ∈ A

every element has to be related to itself

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

R on set A is SYMMETRIC

A

when xRy implies yRx for all x, y ∈ A

ex: {1,2} , {2,1}

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

R on set A is TRANSITIVE

A

when xRy and yRz imply xRz for all x,y,z ∈ A

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

Equivalence Relations

A

binary relation on set A that is reflexive, transitive, and symmetric

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

Equivalence relation on A partitions elements of A into

A
disjoint equivalence classes,
all elements in that class are related to that class only, no others A1 ⋂ A2 = Ø, no elements in common
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

Surjective

A

Think domain = range

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

A and B = finite sets, R = binary relation between two sets

elements of these two sets are

A

vertices of a graph

17
Q

(a,b) ∈ R, arrow linking related elements ==>

A

Directed Graph (digraph) of R

18
Q

R ⊆ A x B

a,b

A

R = subset of A x B

(a,b) are elements in a binary relation

19
Q

Binary relation on A

A

binary relation between a set A and itself

20
Q

V ⊆ AxA
A = {1,2,3,4,5}
V = {(1,2), (3,3), (5,5), (1,4), (4,1), (4,5)}

A

1 and 2 are V related
3 and 3 are V related
(they have this binary relation)
Cartesian Product = ordered Pair