Metrics and Balls Flashcards
For any metric space (X, d), the open ball and closed ball of radius r > 0 around a point x ∈ X
Br(x) := {y : d(y, x) < r} and
_ Br(x) := {y : d(y, x) ≤ r} ⊆ X
Euclidean metric open and closed balls
Br(x) = {y ∈ R^n: SUM [ (yi-xi)^2 ] ^1/2 < r}
_ Br(x) = (y ∈ R^n: SUM [ (yi-xi)^2 ] ^1/2 ≤ r}
Taxicab metric d1 on R^n
d_1(x, y) = |x1 − y1| + · · · + |xn − yn|
Discrete metric balls
Br(x) =
( {x} if r ≤ 1
( X if r > 1
_
Br(x) =
( {x} if r < 1
( X if r ≥ 1
Discrete metric
d(x,y) =
( 0 if x=y
( 1 otherwise
Standard metric d_C on the complex numbers C
d_C(z, z’) = |z − z’|
where |z| := r denotes the modulus of the complex number z = re^iθ
Edge metric e
The edge metric e on the vertex set V of a path connected graph is defined by:
e(u, w) = min_(π(u,w)) L(π(u, w))
Edge metric balls
Br(u) = {w ∈ V : π(u, w) exists with < r edges}.
_ Br(u) = {w ∈ V : π(u, w) exists with ≤ r edges}
Word Metric
The word metric dw on W is the edge metric on the associated word graph.
ex:
dw(act,boat) = 3
act, bact, baot, boat
Metric d_min
d_min(x, y) =
(0 if x = y
(1/(2^n) if n = min{m : x_m != y_m}
Metric d∗
d∗(x, y) =
∞ |xj − yj|
SUM [ _____ ]
j=0 2^j
d_min balls
B_(1/2^r) (x) = {y ∈ X : y_j = x_j for j ≤ r}
for any integer r ≥ 0 _ B_(1/2^r) (x)= {y ∈ X : yj = xj for j ≤ r − 1} = B_(1/2r−1 (x)
for any integer r ≥ 0
d_sup metric on X
d_sup(f, g) = sup_( x∈[a,b]) |f(x) − g(x)|
L_1[a, b] metric on d_1
For any closed interval [a, b] ⊆ R, the metric d1 is known as the L_1 metric. The space (Y, d_1) is denoted by L_1[a, b]
d_1(f, g) = INT[a:b] [ |f(t) − g(t)| ] dt
L2 metric on d_2
d_2(f, g) = [ INT[a:b] (f(t) − g(t))^2 dt ]^1/2