I'm trying to show that the metric topology is indeed a topology.
To do so, I want to show the following three statements are true:
- $\emptyset$ and X are in $\tau$
- finite intersections of open sets are open
- arbitrary (finite, countable, uncountable ...) unions of open sets are open
I'm having trouble with part 1, that is, with what I think I need to do in order to show that $X\in\tau$.
How can I show that $\tau$ contains an open ball $B_{\epsilon}$(x) for every $x\in X$?
You start with a metric $d$ on a set $X$, without a topology.
You then define a topology $\mathcal{T}$ on $X$ by $$O \in \mathcal{T} \text{ iff } \forall x \in O: \exists r>0: B(x,r) \subset O\text{.}$$
Of course, one has to check that this fulfils the axioms for a topology.
To see that $X$ (what you asked about) is in $\mathcal{T}$: for any $x \in X$, we can pick any $r >0$ that we like (so e.g. $1$ will do, but $r=100$ is also OK) and the $B(x,r)$ is always a subset of $X$ (by definition, as $B(x,r) = \{ y \in X: d(x,y) < r \} \subset X$) so the condition is satisfied for any $r$.
The empty set if a bit more subtle: the condition is true vacuously (any statement that starts with $\forall x \in \emptyset$ is true, as there is no $x$ in the empty set to falsify the rest of the statement), so $\emptyset \in \mathcal{T}$.
The definition I gave is equivalent to the condition that a set is open iff it is a union of some family of open balls, which is also a common way to formulate this. Or, if the notion of a base was introduced, we take the set of open balls of $d$ as the base for a new topology, and then we check that the set of $d$-open balls satisfies the axioms for a base for a topology instead.