I need to find a function $a(t)$ which is positive such that for some $\gamma > 0$ we have:
$$\lim_{{t \to \infty}}\frac1{a(t)}\left({-\frac{1}{{\ln(1-\frac{1}{{xt}})}} + \frac{1}{{\ln(1-\frac{1}{t})}}}\right) = \frac{x^{\gamma}-1}{\gamma} $$
I know by using Wolfram Alpha that $a(t) = t$ and $\gamma = 1$ suffice, i.e.
$$\lim_{{t \to \infty}} \frac1t\left({-\frac{1}{{\ln(1-\frac{1}{{xt}})}} + \frac{1}{{\ln(1-\frac{1}{t})}}}\right)= x-1 $$
But why is this true? Even knowing the correct function $a(t)$ I still don't see why this holds. I tried l'Hôpital and substitution but that only makes matters worse.
Appply $$\lim_{u\to0}\frac{\ln(1+u)}u=\ln'(1)=1$$ to $u=-\frac1{xt}:$ $$\lim_{t\to\infty}-t\ln\left(1-\frac1{xt}\right)=\frac1x\tag A$$ In particular, $$\lim_{t\to\infty}-t\ln\left(1-\frac1t\right)=1\tag B$$ $\frac1{(A)}-\frac1{(B)}$ gives the expected result.