Definitions (Billy Cole) Flashcards
define a metric space (X,d)
(X,d) consists of a non empty set X and a non-negative real valued metric d:XxX → ℝ* which satisfies the axioms.
- d(x,y)=0 x=y Ɐx,y ∈ X
- d(x,y)=d(y,x) Ɐx,y ∈ X
- d(x,z) ≤ d(x,y)+d(y,z) Ɐx,y,z ∈ X
define a Subspace
Given any subset W⊆X, the restriction of d to W determines the subspace (W, d:= d_w) of (X,d).
Define an open ball
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} .
Define a closed ball
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} .
Define an Euclidean n-space (ℝ^n,d_2)
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.
what is the Euclidean metric
d_2(x,y) = [(x_1 - y_1)²+ … +(x_n - y_n)²]^½
What is the open ball of the Euclidean metric?
B_r(x) = {y ∈ℝ^n : (⅀(y_i - x_i)^2)^½ < r} .
What is the closed ball of the Euclidean metric?
Ɓ_r(x) = {y ∈ℝ^n : (⅀(y_i - x_i)^2)^½ ≤ r}
what is the taxicab metric?
d_1(x,y) = |x_1 - y_1|+ … + |x_n - y_n|
what is the discrete metric?
for any non empty set X,
d(x,y) = {0 if x=y
{1 otherwise
what is the open Ball of the discrete metric?
B_r(x) = { {x} if r ≤ 1
{ X if r > 1
what is the closed Ball of the discrete metric?
Ɓ_r(x) = { {x} if r < 1
{ X if r ≥ 1
define isometry
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
define the standard metric d_ℂ
d_ℂ on the complex numbers ℂ is given by
d_ℂ(z,z’) = |z-z’|
where |z|= r
what are the balls of the standard metric, d_ℂ, like?
the balls in ℂ are genuine discs of radius r.
define a Graph. Γ=(V,E)
Γ=(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.
define a path, in a graph Γ
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).
whats the edge metric e on the vertex set V of a path connected graph is defined by ?
e(u,w) = min l(π(u,w))
_π(u,w)
what is the open ball in the edge metric
B_r(u) = {w∈V : π(u,w) exists with <r edges}
what is the closed ball in the edge metric
Ɓ_r(u) = {w∈V : π(u,w) exists with ≤r edges}.
whats the d_min on X
d_min(x,y) = {0 if x=y
{½^n if n=min{m:x_m≠y_m}
Define bounded
in terms of a function
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
whats the sup metric
d_sup(f,g) = sup |f(x)-g(x)|
x∈[a,b]
what is ℬ[a,b] ?
It is the metric space (X,d_sup) for any interval [a,b]⊆ℝ.