Let $D \subset \mathbb{C}$ be a discrete subset and let $f : D \mapsto \mathbb{C}$ be a function. Show that $f$ is continuous.
What's the best way to do this? I was thinking a proof by contradiction since a direct proof seems a little tricky...
Definitions i am using:
$D \subset \mathbb{C}$ is a discrete subset if $\forall z \in D$ there exists a ball of radius $r>0$ such that $D \cap B_r(z)$ = $\{z\}$.
$f: A \mapsto B$ is continuous if $\forall x,y \in A$ , given $\epsilon > 0$ there exists $\delta>0$ such that
$\mid y-x \mid < \delta$ $\implies$ $\mid f(y) - f(x) \mid < \epsilon$