While working on a problem related to my research, I had the following query. It pertains to product spaces:
The Question: Let $(X,d_X)$ and $(Y,d_Y)$ be two Polish (Complete separable metric) spaces. Let $A \subseteq X$ and $B \subseteq Y$. Define
$$A^\epsilon := \{x \in X \vert \quad d_X(x,A) < \epsilon\}$$
$$B^\epsilon := \{y \in Y \vert \quad d_Y(y,B) < \epsilon\}$$
Now consider the product space $(X \times Y,d_{XY})$ (warning: possible ambiguity), Define
$$(A \times B)^\epsilon = \{(x,y) \in X \times Y \vert \quad d_{XY}((x,y),A\times B) < \epsilon\}$$
I need to show that $(A \times B)^\epsilon \subseteq A^\epsilon \times B^\epsilon$.
The Doubts and Ambiguities: I gave the warning above because in the problem I am currently working on , I have assumed that $$d_{XY}((x_1,y_1),(x_2,y_2)) = d_X(x_1,x_2) + d_Y(y_1,y_2)$$ Because there are several ways one could define a metric on the product spaces, I need one which generates the product topology(as per G.F Simmons "Topology and Modern Analysis" definition) obviously. So my doubts are:
- Is the metric I chose correct in this regard? If so kindly provide a reference or a proof.
- Are there other equivalent metrics? If so what are they? (A reference would be appreciated).
- My real problem was on how to define a product metric. Could you provide good references to the same other than "Walter Rudin: Real and Complex Analysis", "Patrick Billingsley: Probability and Measure" and "G.F Simmons: Topology and Modern Analysis" (since I have gone through these)?
Once these doubts are cleared, I will be able to solve/disprove the original problem.
Searches: As for searches, I found this which deals with the separability of a product metric and many such searches. But in all of them, they define the product metric and some question pertaining to completeness etc follows. I wish to show that it is independent of how you define it as long as it generates the product topology in my problem.