I have this integral equation where I need to find the limit $T\to 0$
\begin{equation} \lim_{T\to 0} \frac{\int_0^T E(\sigma_s^2)(T-s)^\alpha ds}{T} \end{equation}
where $1/2<\alpha<1$ and $E(\sigma_s^2)\to \sigma_0^2$ when $s\to 0$. Can anyone give me some direction to solve this limit function. L' Hopital's rule doesn't appear to be working... Although I can't evaluate the integral, I do "roughly" expect the answer to be something like \begin{alignat*}{2} \lim_{T\to 0} \frac{\int_0^T E(\sigma_s^2)(T-s)^\alpha ds}{T} &= \lim_{T\to 0} E(\sigma_0^2) \frac{\int_0^T(T-s)^\alpha ds}{T} \\ &=\lim_{T \to 0} \frac{\sigma_0^2}{\alpha+1}T^\alpha \end{alignat*} I am not sure if the above solution even makes sense. Can anyone guide me on this?