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.