Lec1. Function Flashcards

1
Q

What is a function?

A

a triple tuple / a subset of domain x codomaince

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

Explain this: (U,V,G)

A

f(u,v) ∈ G
G is the subset of UxV
U is the domain/a set of all input variables
V is the codomain/a set of all input variables
G is a set of graph

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

What is the requirement of a function

A

map elements from one set to another set such that for every x ∈ X, there is EXACTLY ONE y ∈ Y

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

What is image and preimage in f(u) =v

A

u is the preimage of v under f
v is the image of u under f

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

What is the domain of definition of f?

A

it must be a subset of U
u of U must has its image under f

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

True/False: We have a function f maps x to y –> (x,y) ∈ f is the same as f(x) = y

A

True

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

What is the range of f?

A

it must be subset of V (codomaince)
v of V must has its preimage under f

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

What is another name for codomain?

A

Target

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

True/False: f maps an element of the domain to 0 elements or to more than one target is WELL-DEFINED?

A

False

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

What required for the 2 functions to be equal?

A

if they have the same domain and codomaince => f(x) = g(x)

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

___ is a special type of function in which the domain is a set of consecutive integers

A

sequence

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

Notation for a term of a sequence

A

gk instead of g(k)
- k in the index

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

A sequence with a finite domain is called a _____ in which there is an initial index m and a final index n where n ≥ m

A

finite sequence

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

A sequence with an infinite domain is called an ______ where there is an initial index m and the sequence is defined for all indices k such that k ≥ m

A

infinite sequence

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

A sequence ____ showing how the value of ak depends on k. For ex: dk = 2^ k for k > 1
{dk} = 2, 4, 6,…

A

explicit formula

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