I am reading Dieck's Algebraic Topology and the following definition is given:
Let $(X_j : j\in J)$ be a family of non-empty pairwise disjoint spaces. The set $$\mathcal O = \{U\subset \coprod X_j : U\cap X_j\subset X_j \text{ open for all } j\} $$ is a topology on the disjoint union $\coprod X_j$. We call $(\coprod X_j, \mathcal O)$ the topological sum of the $X_j$.
I am having trouble understanding this definition. I understand that for an arbitrary family of sets $(A_j : j\in J)$ the disjoint union is the set $$ \coprod_{j\in J} A_j = \bigcup_{j\in J}\{(x,j):x\in A_j\}, $$ so that even if for $i\ne j$ with $A_i$ and $A_j$ not disjoint, the sets $A_i^*$ and $A_j^*$ are disjoint, where $A_i^* = \{(x,i):x\in A_i\}$. However, I do not see the following:
- Why are the $X_j$ required to be pairwise disjoint in this construction, if the notion of disjoint union is defined even if they are not? Is it so that $\mathcal O$ is in fact a topology?
- What does an element of $\mathcal O$ look like? To keep things simple, let's take $J=\{1,2\}$ so we are considering $X_1+X_2$ (the "sum" notation). The index notation is confusing me, so I don't know how you would write an open set explicitly.
- What is the motivation for calling this a "sum"? It looks more like a product to me. In fact the command for $\coprod$ is
\coprod. So should I think of this as a coproduct, or "categorical sum"? I have not studied any category theory, so this is not familiar to me.
Just take two copies of $\mathbb{R}$ for definiteness, so $\Bbb R + \Bbb R$ in sum notation (one also sees $\Bbb R \oplus \Bbb R$ sometimes).
So as $\mathbb{R}$ is not disjoint from itself, we have to make them disjoint by using "labels", so we can tell for a point in the whole sum/union from which summand it came from; the usual way that you describe is to form pairs and take a union of those, as a set then $\mathbb{R} + \mathbb{R}$ equals $$\{(x,i): x \in \mathbb{R}, i \in \{0,1\}\}$$ so a point always comes with a label $0$ or $1$, uniquely determined.
The topology we put on it is just two copies of the the topology of $\mathbb{R}$, one for each summand and just take unions of them. So an open set is of the form $(O_1 \times \{0\}) \cup (O_2 \times \{1\})$, where $O_1$ is any open subset of $\mathbb{R}$ and so is $O_2$ of $\mathbb{R}$ (in general we'd have spaces $X_1$ and $X_2$ respectively that we take the open sets from), so they've got a unique "open part" in each summand (which could also be empty, so just taking $(-1,1)$ in the left copy, so $(-1,1)\times \{0\}$ is also a valid choice. And if $A$ is not open in $\mathbb{R}$, $A \times \{0\}$ will not be open in $\mathbb{R} + \mathbb{R}$ as well. So open sets are pretty simple: both parts in both summands should be open in their original space.
If you want to be formal, we can define $j_0: \mathbb{R} \to \mathbb{R} + \mathbb{R}$ and $j_1: \mathbb{R} \to \mathbb{R}+ \mathbb{R}$ by $j_0(x)=(x,0)$ and $j_1(x)=(x,1)$ and define the topology as
$$\{O \subseteq \mathbb{R} + \mathbb{R} \mid j_0^{-1}[O] \text{ open in } \mathbb{R} \text{ and } j_1^{-1}[O] \text{ open in } \mathbb{R}\}$$
which can be checked to be the strongest topology that on $\mathbb{R} + \mathbb{R}$ that makes both $j_0$ and $j_1$ continuous.
See my post here for some more general considerations on such so-called final topologies.
So in a way, you just take (in this case two) independent copies of the spaces we are "summing", and put an obvious topology on it that ensures both summands are natural subspaces of the sum space (via the (open) embeddings $j_0,j_1$ here). The copies are totally separated from each other: each copy is clopen in the sum, so we almost always get disconnected spaces. And infinite sums (i.e. infinitely many summands) are rarely compact, as we get an open cover of summand-copies that we cannot reduce. They're loose and independent pieces. Maybe that's why they're often combined with quotients to glue parts together again, via another final topology construction. They can be a handy technical construct but normal products are (IMHO) much more important, and preserve more properties.