[guided]**Convergence.** From the previous step, $|c_\alpha(z_0)| \leq M/\rho^{|\alpha|}$ for all $\alpha$, where $M < \infty$ depends on $f$, $K$, and $\rho$ but not on $\alpha$. To estimate the Taylor series at $z_0$, we need to bound $|(z - z_0)^\alpha| = \prod_j |z_j - z_{0,j}|^{\alpha_j}$. The natural norm to use is the sup-norm $\|z - z_0\|_\infty = \max_j |z_j - z_{0,j}|$, because
\begin{align*}
\prod_{j=1}^n |z_j - z_{0,j}|^{\alpha_j} \leq \left(\max_j |z_j - z_{0,j}|\right)^{\alpha_1 + \cdots + \alpha_n} = \|z - z_0\|_\infty^{|\alpha|}.
\end{align*}
Why the sup-norm and not the Euclidean norm $|z - z_0|$? Because the factorisation $|(z - z_0)^\alpha| = \prod_j |z_j - z_{0,j}|^{\alpha_j}$ involves coordinate-wise absolute values, and each satisfies $|z_j - z_{0,j}| \leq \|z - z_0\|_\infty$ by definition. The same bound with the Euclidean norm would be false: $\prod_j |z_j - z_{0,j}|^{\alpha_j}$ does not equal $|z - z_0|^{|\alpha|}$ in general (consider $z - z_0 = (1, 1)$ with $\alpha = (1, 1)$: then $\prod_j |z_j - z_{0,j}|^{\alpha_j} = 1$ but $|z - z_0|^{|\alpha|} = (\sqrt{2})^2 = 2$).
With this bound:
\begin{align*}
\sum_\alpha |c_\alpha(z_0)(z - z_0)^\alpha| \leq M \sum_\alpha \left(\frac{\|z - z_0\|_\infty}{\rho}\right)^{|\alpha|} = M \left(\frac{1}{1 - \|z - z_0\|_\infty/\rho}\right)^n
\end{align*}
provided $\|z - z_0\|_\infty < \rho$. The last equality uses the identity $\sum_{\alpha \in \mathbb{N}_0^n} t^{|\alpha|} = (1 - t)^{-n}$ for $0 \leq t < 1$, which follows by grouping: there are $\binom{n + k - 1}{k}$ multi-indices with $|\alpha| = k$, and $\sum_{k=0}^\infty \binom{n+k-1}{k} t^k = (1-t)^{-n}$ is the generating function for multisets. Since $\rho$ can be taken arbitrarily close to $r$, the series converges whenever $\|z - z_0\|_\infty < r$, i.e., whenever $z \in \mathbb{D}^n(z_0, r\mathbf{1})$.
**Distance conclusion.** The convergent Taylor series defines a [holomorphic function](/page/Holomorphic%20Function) on $\mathbb{D}^n(z_0, \rho\mathbf{1})$ that agrees with $f$ on $\mathbb{D}^n(z_0, \rho\mathbf{1}) \cap \Omega$ (by the identity theorem, since both are holomorphic and agree on a non-empty open subset). If $\mathbb{D}^n(z_0, \rho\mathbf{1}) \not\subset \Omega$ for some $\rho < r$, we would have a holomorphic extension of $f$ past $\partial\Omega$. But $\Omega$ is a domain of holomorphy, which by the [Cartan-Thullen Theorem](/theorems/3385) means no $f \in \mathcal{O}(\Omega)$ extends holomorphically past any boundary point. This contradicts the existence of such an extension, so $\mathbb{D}^n(z_0, \rho\mathbf{1}) \subset \Omega$ for every $\rho < r$. Taking $\rho \to r$, we conclude $d(z_0, \partial\Omega) \geq r = d(K, \partial\Omega)$.[/guided]