Let $\{X_i, \varphi_{ij},I\}$ be an inverse system of topological space index by a directed poset $I$. Now I would like to understand the proof for the existence of an inverse limit $(X,\varphi_i)$.
We define $$X = \left\{ (x_i)\in \prod_{i \in I} X_i \: \middle|\: \varphi_{ij}(x_i) = x_i \text{ whenever } i \succeq j \right\} $$ and $\varphi_i: X \to X_i$ be the restriction of the canonical projection $\pi_i: \prod_{j \in I} X_j \to X_i$ on $X$.
- Since the $\pi_i$ are continuous by the definition of the product topology, the $\varphi_i$ must be continous too (as restrictions of continous maps are continuous).
- By construction, the maps $\varphi_i$ are compatible, i.e. for $i \succeq j$ we have $ \varphi_{ij} \circ \varphi_i = \varphi_j $.
Now I need to show that the universal property is satisfied:
Let $Y$ be a topological space and $\psi_i: Y \to X_i$ be a set of compatible continuous mappings.
- We can define a map $\psi:Y \to X$ as follows: If $y \in Y$, then define $\psi(y) = x$ where is the element $x = (x_i) \in X$ defined by $x_i = \psi_i(y)$ for each $i \in I$. By construction, we have $\varphi_i \circ \psi = \psi_i$. But but I did not understand yet why $\psi$ is continuous:
Let $O \subseteq X$ be an open subset. Then I need to show that $\psi^{-1}(O)$ is open too. If only we could we find a way to describe $O$ with $\varphi_i^{-1}(O_i)$ for open sets $O_i \subseteq X_i$, then that would be nice because then $\psi^{-1} ( \varphi_i^{-1}(O_i) ) = \psi_i^{-1}(O_i)$ which is open because $\psi_i$ is continous by assumption.
Could you please help me with this problem? Thank you in advance!