So I have a physics background, not math, but i'm trying to understand at least conceptually WHY laurent series are computed in the way they are. For example, take the series expansion of
$$\frac{z}{(z-1)(z-2)}.$$
In this example they break it up in partial fractions:
$$\frac{2}{z-2}-\frac{1}{z-1}.$$
But now here's where the 'magic' happens. To find Laurent series from, say, $1 < |z| < 2$, they 'factor out' a $\frac{1}{z}$ from the $\frac{2}{z-2}$ term, then proceed to expand in powers of $\frac{1}{z}$, i.e. a normal Taylor series about $\frac{1}{z}$. My question is why do they do this seemingly trivial factorization? What about factoring $\frac{1}{z}$ means this gives you a valid series in that region? Nobody seems to explicitly say this--they just do it.
For the region $|z| > 2$, they factor out $\frac{1}{z}$ from the $\frac{1}{z-1}$ term and $\frac{2}{z}$ from the other term. Again, why does this work? Algebraically aren't these all the same function?