I'm trying to prove the following statement: "Let $\Omega \subseteq \Bbb{C}$ is open and $K\subset \Omega$ be compact. Prove that there exists $\epsilon >0$ independent of $z\in K$ where $D_\epsilon(z)\subset \Omega$ for all $z\in K$"
I wanted to use a general definition of open cover compactness and do a similar proof to showing that compact subspace of a metric space is bounded. However, I haven't had much success.
I was told that sequential compactness may be easier to use in this proof however, I don't know where to start with that. I understand the definition is similar to the Bolzano-Weierstrass Theorem: $K\subseteq\mathbb{C}$ is sequentially compact if every $\{z_{n}\}\subseteq K$ has a convergent subsequence where the limit is in $K$.
Suppose that there is no such $\varepsilon>0$. Then, for each $n\in\mathbb N$, there is a $z_n\in K$ such that $D_{\frac1n}(z_n)\not\subset\Omega$. Since $K$ is compact, you can assume without loss of generality that $(z_n)_{n\in\mathbb N}$ converges to some $z_0\in K$. Since $z_0\in\Omega$ and $\Omega$ is an open set, there is a $r>0$ such that $D_r(z_0)\subset\Omega$. Take $n$ so large that $\frac1n<\frac r2$ and that $d(z_n,z_0)<\frac r2$. Then$$D_{\frac1n}(z_n)\subset D_r(z_0)\subset\Omega,$$which is impossible, since $D_{\frac1n}(z_n)\not\subset\Omega$.