Continuity of Taxicab Metric on Metric Space Product

metric-spaces

W.A. Sutherland's "Introduction to Metric and Topological Spaces" (1st edition, 1975, Oxford Science Publications) has this puzzling question in Chapter $2$: Continuity Generalized: Metric Spaces, Exercises $2.6: 17$:

"Given a metric space $M = \{A, d\}$, let $M \times M = \{A \times A, d_1\}$ be as in Example $2.2.7$. Show that $d: A \times A \to \mathbb R$ is a continuous mapping from $M \times M$ to $\mathbb R$."

In this context, example $2.2.7$ defines the product space:

"Given two metric spaces $M = \{A, d\}$, $M' = \{A', D'\}$, we define several metrics on $A \times A'$ … If $x = (x_1, x_2)$ and $y = (y_1, y_2)$ are in $A \times A'$, let:
$$d_1(x, y) = d (x_1, y_1) + d'(x_2, y_2)$$"

… which Sutherland defines as a the "taxicab metric".

The expression for what is presumed to be the object of the exercise seems to be wrong.

What is given $d: A \times A \to \mathbb R$ is merely the metric $d$ on $M$.

Whether $d$ is or is not continuous is independent of what $d_1$ may happen to be.

If the exercise were to prove that $d$ is continuous, then there would be no point in mentioning that it is a factor space of a Cartesian product.

Thus it is supposed that what we are expecting to prove is that the metric $d_1: (A \times A) \times (A \times A): \mathbb R$ is continuous.

As it happens, a metric is always a "continuous mapping" (that is, a "continuous real-valued function") no matter what $A$ or $d$ actually are.

Hence it is trivial to apply that result to $d_1$.

Is there anyone out there who may have an idea of what Sutherland was trying to get at here?

Best Answer

Given metric spaces $(X,\rho_X)$ and $(Y,\rho_Y)$, and a function $f : X \to Y$, we say that $f$ is continuous with respect to $\rho_X$ and $\rho_Y$ (in shorthand, $f : (X,\rho_X) \to (Y,\rho_Y)$ is continuous) if for any $x_0 \in X$ and any $\varepsilon>0$ there exists $\delta>0$ (that depends on $x_0$ and $\varepsilon$) such that $$(\forall x \in X) \quad \rho_X(x,x_0)<\delta \!\implies\! \rho_Y(f(x),f(x_0)) < \varepsilon.$$ So, you need to prove that if $(A,d)$ is a metric space, then $d : (A \times A,d_1) \to (\mathbb R,|\cdot|)$ is continuous, that is, given $(x_0,y_0) \in A \times A$ and $\varepsilon>0$, you need to find $\delta>0$ such that $$(\forall x,y \in A) \quad d_1((x,y),(x_0,y_0)) < \delta \!\implies\! |d(x,y)-d(x_0,y_0)| < \varepsilon.$$

Related Question