Discrete Structures Week 6 Flashcards

1
Q

function/map

A

let A and B be two non-empty sets.
A function/map from A to B is an assignment that to every x C- A, assign a unique y C- B.

f: A -> B
x |-> f(x) = y C- B

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

Image

A

image of A = range of f
ex in notes

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

inverse image

A

of y is x
ex in notes

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

equal functions

A

two functions
f : A -> B
g: A -> B
are equal if
f(x) = g(x), V-x C- A

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

identity map

A

id sub A : A -> A
x |-> x

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

restriction

A

f : A -> B
c c_ A
restriction of f to c is

f | sub c : c -> B
x |-> f (x)

image and pre-image changes

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

cartesian product

A

of 2 sets A and B denoted by A x B is the set whose elements are points (x,y) whe x C- A and y C- B

A x B = { (x,y) | x C- A, y C- B}

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

A x A n times

A

A ^ n = (x1, x2, …xn) | each x C- A}

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

graph of a funtion

A

a function f : A-> B define a subset of A x B

graph of f: { (x,y) C- A x B | y = f(x)}

= { (x,f(x)) C- A x B | x C- A}

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