I'm studying functional analysis on my own and I'm going through Kreyszig's text "Introductory Functional Analysis with Applications".
$X$ is an arbitrary metric space.
In section 1.3 he states "It's not difficult to show that the collection of all open subsets of X, call it $\mathcal{T}$, has the following properties:
(T1) $\emptyset \in \mathcal{T}, X \in \mathcal{T}$
(T2) The union of any members of $\mathcal{T}$ is a member of $\mathcal{T}$.
(T3) The intersection of finitely many members of $\mathcal{T}$ is a member of $\mathcal{T}$."
I can't understand why it would be that $X \in \mathcal{T}$? Is this a typo? What if $X$ is a closed ball? Then it would seem $\mathcal{T}$ is an open ball and doesn't contain $X$.
The set $\mathcal T$ is the set of those subsets $A$ of $X$ such that$$(\forall a\in A)(\exists r>0):B_r(a)\subset A.$$Therefore, $X\in\mathcal T$; just take, for each $a\in X$, $r=1$. Then $B_r(a)\subset X$.