Information: This is a proof verification question, where the OP needs both development how to write formally and also needs verification whether the proof is correct in terms of the logic.
Question: Let $\Omega \subset \mathbb{C}$ is open and connected, $h: \Omega \setminus {a} \rightarrow \mathbb{C}$, where $ a \in \mathbb{C}$, is of the form
$h(z) = \frac{a_j}{(z-a)^j} + ... + \frac{a_1}{z-a} + \phi(z)$, where $\phi : \Omega \rightarrow \mathbb{C}$ is holomorphic, $ j \in \mathbb{N}$, and ${a_1},...,{a_j} \in \mathbb{C}$ with ${a_j} \neq 0$. Show that h has a pole of order $j$ at $a \in \mathbb{C}$.
Proof: We need to show two things for the proof. First, $\lim_{z\to a} \lvert h(z) \rvert = \infty$. And we also show, there exists a unique function $g : \Omega \rightarrow \mathbb{C}$ with $g(a) \neq 0$ s.t. $h(z) = \frac{g(z)}{(z-a)^j}$.
Showing the limit: As $z \rightarrow a$, the principal part goes to infinity. Since every $a_j$ is some coefficient, and denominators force the value to infinity, and also $\phi(z)$ is holomorphic on $\Omega$ which implies that it is bounded near $a$, we know that limit goes to infinity.
Finding g: Consider $g(z) = (z-a)^jh(z)$. Since both $(z-a)^j$ and $h(z)$ are holomorphic, simply $g(z)$ is holomorphic too. Also, $g(a) \neq 0$. Therefore, we can write $h(z) = \frac{g(z)}{(z-a)^j}$. This $j$ is called the order of pole, by definition.
Comments on formal writing and the proof: