Lecture Notes - 1
Lecture Notes - 1
Examples:
1. X = R and d(x, y) = |x − y| is the distance between two points in the real
line.
n
2. X = Rn and d(x, y) = |xi − yi | is called Manhattan metric in Rn .
P
i=1
n 1
3. X = Rn and d(x, y) = ( (xi − yi )2 ) 2 = ||x − y|| is called the Euclidean
P
i=1
n
metric in R .
1
Definition 1. Let (X, d) be a metric space and {x(n) } be a sequence of points
in X. We say that the sequence {x(n) } converges to a point x with respect to
the metric d if and only if the limit lim d(x(n) , x) exists and is equal to 0. In
n→∞
other words, a sequence {xn } in a metric space (X, d) is said to converge to
a point x if for every > 0 there is an N ∈ N such that d(xn , x) < for all
n ≥ N.
q
(n)=( n1 , n1 ) 2 1 1
Example: Let {x } be a sequence in R . Then, lim n2 + n2 =
n→∞
√
2
lim = 0. So, the sequence converges to the point (0, 0) with respect
n→∞ n
to Euclidean metric. However, the sequence does not converge to (0, 0) in
discrete metric since lim d(x(n) , (0, 0)) = 1 6= 0.
n→∞
2
n 1
(xi − yi )2 ) 2 = ||x − y|| and
P
Consider the two metrics d1 (x, y) = (
i=1
d2 (x, y) = sup{|xi −yi | : i = 1, 2, . . . , n} = ||x−y||∞ in Rn . Then, ||x−y||∞ ≤
√
||x − y|| ≤ n||x − y||∞ . So, these are strongly equivalent metrics on Rn .