Essentials for midterm revision Billy Flashcards

1
Q

define a metric space (X,d)

A

(X,d) consists of a non empty set X and a non-negative real valued metric d:XxX → ℝ* which satisfies the axioms.

  1. d(x,y)=0 x=y Ɐx,y ∈ X
  2. d(x,y)=d(y,x) Ɐx,y ∈ X
  3. d(x,z) ≤ d(x,y)+d(y,z) Ɐx,y,z ∈ X
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

define a Subspace

A

Given any subset W⊆X, the restriction of d to W determines the subspace (W, d:= d_w) of (X,d).

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

Define an open ball

A

For any metric space (X,d), the open ball of radius r>0 around point x∈X is the subspace,
B_r(x) = {y : d(y,x) < r} .

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

Define a closed ball

A

For any metric space (X,d), the open ball of radius r>0 around point x∈X is the subspace,
Ɓ_r(x) = {y : d(y,x) ≤ r} .

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

Define an Euclidean n-space (ℝ^n,d_2)

A

Euclidean n-space (ℝ^n,d_2) consists of all real n-dimensional vectors x=(x_1,…,x_n), equipped with the Euclidean metric
d_2(x,y) = [(x_1 - y_1)²+ … +(x_n - y_n)²]^½
where the positive square root is understood.

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

what is the Euclidean metric

A

d_2(x,y) = [(x_1 - y_1)²+ … +(x_n - y_n)²]^½

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

What are the open and closed balls of the Euclidean metric?

A

B_r(x) = {y ∈ℝ^n : (⅀(y_i - x_i)²)^½ < r} .

Ɓ_r(x) = {y ∈ℝ^n : (⅀(y_i - x_i)²)^½ ≤ r} .

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

what is the taxicab metric?

A

d_1(x,y) = |x_1 - y_1|+ … + |x_n - y_n|

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

what is the discrete metric?

A

for any non empty set X,
d(x,y) = {0 if x=y
{1 otherwise

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

define isometry

A

For any two metric spaces (X, d_X) and (Y, d_Y ), a bijection
f:X→Y is an isometry whenever d_X(x,y) = d_Y(f(x), f(y)) for all Ɐx,y ∈ X

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

define the standard metric d_ℂ

A

d_ℂ on the complex numbers ℂ is given by
d_ℂ(z,z’) = |z-z’|
where |z|= r

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

define a Graph. Γ=(V,E)

A

Γ=(V,E) consists of a set V of vertices, and a set E of edges; each edge vw ∈E may be interpreted as joining two vertices v,w ∈V.

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

define a path, in a graph Γ

A

a path in Γ from u to w is a finite sequence of edges

π(u,w) = (uv_1, v_1v_2, ….. , v_(n-2)v_(n-1), v_(n-1)w).

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

whats the length of path π

A

l(π(u,w)) = n

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

whats the edge metric e on the vertex set V of a path connected graph is defined by ?

A

e(u,w) = min l(π(u,w))

_π(u,w)

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

what are the open and closed balls in the edge metric

A

B_r(u) = {w∈V : π(u,w) exists with <r edges}

Ɓ_r(u) = {w∈V : π(u,w) exists with ≤r edges}.

17
Q

Define bounded

A

A real-valued function f on a closed interval [a,b]⊂ℝ is bounded whenever there exists a constant K such that |f(x)|≤K for every x∈[a,b].

but the converse it false

18
Q

whats the sup metric

A

d_sup(f,g) = sup |f(x)-g(x)|

x∈[a,b]

19
Q

what is ℬ[a,b] ?

A

It is the metric space (X,d_sup) for any interval [a,b]⊆ℝ.

20
Q

what is ℒ_1[a,b] ?

A

The metric space (Y,d_1), where d-1 is the metric that measures the area between functions.

d_1(f,g) = ∫ |f(t)-g(t)| dt

21
Q

what is ℒ_2[a,b] ?

A

The metric space (Y,d_2), where d_2 equals

d_2(f,g) = ( ∫ ( f(t)-g(t) )² dt)^½

22
Q

what is the interval metric, d_H on X.

A

X is the set of all closed intervals [a,b] in the euclidean line.
d_H([a,b],[r,s]) = max{ | r - a |, | s - b | }.

23
Q

what is the l_1 metric d_1

A

d_1( (a_i),(b_i) ) = ⅀|a_i - b_i|

24
Q

define the cartesian product of two metric spaces (X,d) and (X’,d’).

A

the cartesian product of two metric spaces (X,d) and (X’,d’) is the set XxX’ equipped with one the metrics

  1. d_a((x,x’),(y,y’)) = d(x,y) + d’(x’,y’)
  2. d_b((x,x’),(y,y’)) = (d(x,y)² + d’(x’,y’)²)^½
  3. d_c((x,x’),(y,y’)) = max{d(x,y), d’(x’,y’)}

for any x,y∈ X and x’,y’∈X’

25
define Lipschitz equivalent.
two metrics d and e on X are lipschitz equivalent whenever there exists positive constants h,k∈ℝ such that; he(x,y) ≤ d(x,y) ≤ ke(x,y) for every x,y∈ X
26
Define an interior point u
An Interior point u∈U is one for which there exists ε>0 such that B_ε(u)⊆U.
27
Define the Interior of U
The Interior of U is the subset U°⊆U of all interior points.
28
define when U is open in X
when U°=U.
29
Define closure point.
a point x∈X is a closure point of U⊆X if B_ε(u)⋂U is non-empty for every ε>0.
30
Define closure.
The Closure of U is the superset Ū⊇U of all closure points.
31
Define closed
U is closed in X if Ū=U.