Let $Y \sim \text{Gamma}(\alpha,1)$, with pdf $f(y) = y^{\alpha-1}e^{-y}/\Gamma(\alpha)$, where $\alpha \in (0,1)$. Let $Z = -\alpha \log Y$. Prove that $Z$ converges in distribution to a standard exponential random variable as $\alpha \to 0$.
The characteristic function of $Z$ is
$\phi_Z(t) = E e^{itZ} = E Y^{-i \alpha t} = \frac{\Gamma(\alpha - i\alpha t)}{\Gamma(\alpha)}$
The last term should converge to $1/(1-it)$, but why is this true?
Answering this myself for posterity. The final term here is
$$\frac{\Gamma(\alpha - i\alpha t)}{\Gamma(\alpha)} = \frac{\alpha(1-it)\Gamma(\alpha(1 - i t))}{\alpha(1-it)\Gamma(\alpha)} = \frac{\Gamma(\alpha(1-it)+1)}{(1-it)\Gamma(\alpha+1)} \to \frac{1}{1-it}$$ as $\alpha \downarrow 0$.