I am trying to take the derivative with respect to $a$ of some function $I(a)=\int_{0}^{\infty}f(a,x)dx$. I would like to make sure that I am using the Leiniz Integral Rule correctly. Various web sources indicate a set of conditions that must hold for $f(x,a)$ and $\frac{\partial f(x,a)}{\partial a}$ when integration is done over infinite region. From reading this source (see Theorem 10.3 on page 13) the conditions that $f(x,a)$ and $\frac{\partial f(x,a)}{\partial a}$ must obey are:
$f(x,a)$ and $\frac{\partial f(x,a)}{\partial a}$ are continuous over $x\in[0,\infty)$ and around $a$ that we are interested in.
There exists an integrable function (over $x$) $g(x)$ such that $|\frac{\partial f(x,a)}{\partial a}|\leq g(x)$.
There exists an integrable function (over $x$) $h(x)$ such that $|f(x,a)|\leq h(x)$.
Integrable here means $\int_{-\infty}^{\infty}g(x)dx<\infty$.
However, another source seems to omit condition 3 above. I am wondering which source is correct. If there are "both correct", when is condition 3 necessary?