2

In topology we have the classic result,

A space $X$ is Hausdorff if and only if the diagonal $\Delta = \{(x ,x) : x \in X\}$ is closed in $X \times X$.

Proof. But note that the product topology is used in the proof (which is essential). In this case, we are thinking in the product space $X\times X$ in order to reach conclusions about the structure in the space $X$. But what if we think about the diagonal of a space that is a product between two sets?

More specifically, I would like to think of the similar result for metric spaces, that the diagonal is closed.

Let $M$ be a metric space. For all $z\in M\times M\setminus \Delta$ exist an open ball of center $z$ in $M\times M$ that is disjoint from $\Delta$.

Again in the proof of this result, a specific metric in the product space is used. So I would like to know if it is possible to generalize the results. In the sense that given a metric space $(M,d)$, where $M= X \times X$ for some $X\neq \emptyset$, for all $z=(x,y)\in M\setminus \Delta$ exist $B(z,r)$ such that $B(z,r) \cap \Delta = \emptyset$.

In other words, I'm thinking about a product space in a generic metric. I couldn't find any proof for this result using a generic metric, every proof involves the metric given in proof, or some topologically equivalent. This result may not be true in this case, but I couldn't think of a counterexample or a proof. But if it is false, what condition is it possible to put in space or in the metric for the result to be true?

Mrcrg
  • 2,969
  • Well, the standard metrics on product spaces all give the same topology, the product topology. Which is one reason the metric proof is less elegant. – Thomas Andrews Aug 16 '21 at 23:07
  • However, any topology or metric which makes the two maps $X\times X\to X$ continuous will, if $X$ is Hausdorff, have the diagonal closed. – Thomas Andrews Aug 16 '21 at 23:13
  • 1
    @ThomasAndrews The OP is asking wheter a metric space $(X\times X, d)$ has its diagonal closed, where $X$ is a priori only a set with no further properties. In this sense, talking about the standard metrics in $X\times X$ do not necessarily makes sense, as it would require $X$ to be a metric space in the first place. – user2345678 Aug 16 '21 at 23:18
  • But just knowing that $M = X \times X$ as a set gives you almost no information about $\Delta$ other than the cardinality constraint $|\Delta|^2 = |M|$. Given any subset $D$ of $X \times X$ of the same cardinality as $X$, you can find a bijection between $X \times X$ and itself that identifies $D$ with $\Delta$. So all you are asking for is a metric or topology that makes some arbitrary bijective image of $X$ inside $X\times X$ closed. I don't see how that could have a useful or interesting answer (I may be wrong of course $\ddot{\smile}$). – Rob Arthan Aug 16 '21 at 23:39
  • @RobArthan you need a subset of $X\times X$ with the same cardinality whose complement is the same cardinality. – Thomas Andrews Aug 17 '21 at 00:02
  • @ThomasAndrews: yes. Thanks for getting the fine details right. – Rob Arthan Aug 17 '21 at 02:11

2 Answers2

3

The short answer is that the set of metrics on $X\times X$ only really depend on the cardinality of $X,$ which is, when $X$ is infinite, the same as the cardinality of $X\times X.$ When $X$ is infinite, there is nothing about $\Delta$ which is different from any other set $S\subset X\times X$ such that $|S|=|X\times X\setminus S|=|X|.$

Assume $X=\mathbb R,$ and $d$ the usual metric on $\mathbb R\times\mathbb R.$

Define $f:X\times X\to X\times X$ as:

$$f(x_1,x_2)=\begin{cases}(0,1)&(x_1,x_2)=(0,0)\\ (0,0)& (x_1,x_2)=(0,1)\\ (x_1,x_2)&\text{otherwise} \end{cases}$$

$f$ is a bijection.

Then define $d_2(u,v)=d(f(u),f(v))$ for $u,v\in X\times X.$

Since $f$ is a bijection, this makes $f$ a homeomorphism between $(X\times X,d_2)$ and $(X\times X,d)$ with $\Delta$ under $d_2$ corresponding to the set $$f(\Delta)=\Delta\setminus\{(0,0)\}\cup\{(0,1)\}$$ under $d,$ the usual metric. But that set isn’t closed, under the usual metric.


You can do this with any non-discrete metric space, $(X,d).$ Instead of $(0,0)$ and $(0,1)$ you’d use $(x_0,x_0)$ and $(x_0,x_1),$ here $x_0$ is a point such that $\{x_0\}$ is not open in $X.$


Any metric on a finite set is discrete, so if $X$ is finite, then $\Delta$ is closed under any metric on $X\times X,$ since every subset is closed.

Thomas Andrews
  • 186,215
2

If $(X,d)$ is a metric space, then $d: X \times X \to \Bbb R$ is continuous when $X \times X$ has the product topology wrt the topology induced by $d$ on $X$. This is a standard result that is proved several times on this site alone.

But then $\Delta_X= d^{-1}[\{0\}]$ is closed as the inverse image of a closed set under a continuous map. This also shows that $\Delta_X$ is a $G_\delta$ set in $X \times X$ as well, as $\{0\}$ is one in $\Bbb R$.

Henno Brandsma
  • 250,824