Continuity of quotient map with respect to topology induced by metric

50 Views Asked by At

Let $C([0,T];\mathbb{R}^d)$ denote the space of continuous functions with the usual supremum norm and given a path $x\in C([0,T];\mathbb{R}^d)$ let $x^s$ denote the stopped path $x(t \land s)$ with $t\in [0,T]$. Now, consider the following quotient space $$X :=[0,T] \times C([0,T];\mathbb{R}^d) \ /\sim \ := Y/\sim$$ where $\sim$ is defined as $(t,x) \sim (s,y)$ if and only if $t=s$ and $x^t = y^s$. This quotient space can be equipped with the metric $$d_\infty([(t,x)]_\sim,[(s,y)]_\sim ) := |t-s| + \sup_{u \in [0,T]}|| x^t(u) - y^s(u)||.$$ Now, if $X$ was equipped with the quotient topology, then the quotient map is continuous (by definition I'd say). But I'm endowing $X$ with the topology induced by $d_\infty$. What can be said about the continuity of the quotient map? Is it still continuous? The quotient topology is a final topology, so if the topology induced by $d_\infty$ is comparable to the quotient topology, then the quotient map is continuous. But how to I know if the topologies are comparable even? It's been awhile since I touched Topology, so any insights will be appreciated :) I feel like I'm missing a trivial observation.

-------- Edit --------

I reckon I just need to show that the pre-image of an open ball in $(Y/\sim, d_\infty)$ is open in $Y$. So an open ball in $(Y/\sim, d_\infty)$ centred at $[(t,x)]_\sim$ is given by

\begin{align*} B_R([(t,x)]_\sim) =& \big\{ [(s,y)]_\sim \in Y/\sim \ : \ d_\infty([(t,x)]_\sim,[(s,y)]_\sim) <R \big\} = \\ =& \left\{[(s,y)]_\sim \in Y/\sim \ :\ |t-s| + \sup_{u \in [0,T]}|| x^t(u) - y^s(u)|| <R \right\}. \end{align*} Now, if $q$ denotes the quotient map, then the pre-image of $B_R([(t,x)]_\sim)$ is given by $$q^{-1} \left( B_R([(t,x)]_\sim) \right) = \left\{ (s,y) \in Y \ : \ |t-s| + \sup_{u \in [0,T]}|| x^t(u) - y^s(u)|| < R \right\},$$ which seems open. But I'd need a rigorous argument for this last statement.