Some help to understand why this is true would be amazing;
For the function $$\frac{1}{z-1}\;\;,$$ the laurent series is different depending on the region.
1) for the region $|z|<1$, you rewrite the function as $\frac{-1}{1-z}$, and the laurent series is $$ -\sum_{n=0}^\infty z^n $$
2) for the region $1<|z|<2$, you rewrite the function as $\frac{1}{z}$ $\frac{1}{1-\frac{1}{z}}$, and the laurent series is $$ \sum_{n=0}^\infty\frac{1}{z^{n+1}} $$
What I dont understand is, why can't I rewrite the functions in the same way, regardless of the region?