I have been trying to follow the lines in a proof I saw online. You can read the snippet on page 6. The part of the proof I am stuck on can be stated as follows
Let $r$ ble close to $0$ and $p>1$ then for every $z \in D$ $$ \int_{-\pi}^{\pi}\frac{\mathrm{d}u}{\left| 1 - \frac{|z|}{r}e^{iu}\right|^q} \leq \left( 1 - \frac{|z|}{r} \right)^{-1-q} $$
To give some background, the inequality is part of giving an estimate in how the functions in the hardy space are bounded.
Lemma 1.4 Let $f \in H^p(D)$, Then, for every $z \in D$, $$ |f(z)| \leq C_p \frac{\|f\|_{H^p}}{\bigl(1-|z|\bigr)^{1/p}}. $$
The proof starts by defining the Cauchy integral formula, rewriting using $w = re^{it}$ and $z = |z|e^{i\theta}$: $$ f(z) = \frac{1}{2\pi} \int_{-\pi}^{\pi} \frac{f(re^{it})}{1 - \frac{|z|}{r}e^{i(\theta-t)}}\,\mathrm{d}t $$ The Author then applies Hölders inequality and the change of variables $u \mapsto \theta - t$: $$ |f(z)| \leq \|f\|_{H^p} \left( \int_{-\pi}^{\pi}\frac{\mathrm{d}u}{\left|1 - \frac{|z|}{r}e^{iu}\right|^q} \right)^{1/q} $$ My problem is when the author starts estimating the integral inside the last parenthesis. What it essentially boils down to is showing
$$ \int_{-\pi}^{\pi}\frac{\mathrm{d}u}{\left| 1 - \frac{|z|}{r}e^{iu}\right|^{q}} \leq \left( 1 - \frac{|z|}{r} \right)^{-1-q} $$
Does anyone have any idea on how to prove this inequality? In the paper mentioned above, the author proves a similar statement to the one above. However, I was unable to follow that proof as It to me was written somewhat convoluted. I have tried a few things, but alas I have made no progress on the inequality above.