On every metric space $(T, d)$ metric $d:T^2 \to \mathbb{R}$ is continuous function? How to prove it?
Asked
Active
Viewed 83 times
-1
-
$| d(x_1,y)-d(x_2,y)|\le |d(x_1,x_2)|$ by the triangle inequality and analogously for the other component. – mathemagician99 May 23 '20 at 11:17
1 Answers
0
The space is metric, so $T\times T$ is Hausdorff and first countable. This means that a map $f$ is continuous if and only if $\{a_n\}_n$ it is convergent to some $a$, then $f(a_n)\to f(a)$.
Now we consider the function $f=d$ and a sequence $(a_n,b_n)$ convergent to some $(a,b)$. We fix $\epsilon>0$ Then there exists some $N>0$ for which
$|d(a_n, b_n)-d(a,b)|<\epsilon$
for each $n\geq N$.
Then
$|f(a_n,b_n)-f(a,b)|<\epsilon$
for each $n\geq N$.
Thus $f(a_n,b_n)\to f(a,b)$ and this means $f=d$ is continuos on $T\times T$.
Federico Fallucca
- 8,593
- 1
- 9
- 20