I have some confusion in Munkres topology . My confusion is given below marked in red colour
My attempt : Here ${\bigcup}_{x\in X} T_x = \bigcup(X \times b) \cup (x \times Y)= \bigcup (X \cup Y)$
My doubt : why $ \bigcup (X \cup Y)= X\times Y $?
I have some confusion in Munkres topology . My confusion is given below marked in red colour
My attempt : Here ${\bigcup}_{x\in X} T_x = \bigcup(X \times b) \cup (x \times Y)= \bigcup (X \cup Y)$
My doubt : why $ \bigcup (X \cup Y)= X\times Y $?
The expression $ \cup (X \cup Y)$ does not make sense.
Obviously we have
$$ X \times Y = \bigcup_x \{x\} \times Y \subset \bigcup_x T_x \subset X \times Y .$$ This implies $\bigcup_x T_x = X \times Y$.
Well, let $(p,q) \in X \times Y$. Then $$(p,q) \in p \times Y \subseteq T_p \subseteq \bigcup_{x \in X} T_x$$ As all $T_x \subseteq X \times Y$ the other inclusion is trivial.
\bigcup
gives you $\bigcup$ which is an operator on a family of sets; whereas $\cup$ is an operator on two sets; you wouldn't understand if I wrote $+n+k$ as $\sum n+k$, would you? – Asaf Karagila Sep 20 '20 at 08:57