I have come across a corollary of Leibniz' Rule which says for an integral: $$F(x,y,z)=\int_{y}^{z}f(x,t) \cdot dt$$ which satisfies Leibniz' Rule we should be able to obtain the following: $$\frac{\partial F}{\partial x} = \int_{y}^{z}f'_{1}(x,t) \cdot dt$$ $$\frac{\partial F}{\partial y} = -f(x,y)$$ $$\frac{\partial F}{\partial z} = f(x,z)$$ I have proved the first partial derivative by simply going through the same procedures as Leibniz' Rule, but I am not sure how to proceed proving the bottom two partial derivatives? The book gives a hint which is: 'Use the Fundamental Theorem of Calculus' but I am unsure how to apply it.
Any help would be greatly appreciated.
When you differentiate partially w.r.t. $y$ the variable $x$ and $z$ act as constants. So you are simply integrating a function from $y$ to a constant $z$ and differentiating it. The result is minus the value of the integrand at $y$, i.e. $-f(x,y)$. [Note that $\int_y^{z} f(x,t)dt=-\int_z^{y} f(x,t)dt$]. This is just the fundamental theorem of calculus. Similarly the partial derivative w.r.t. $z$ is $f(x,z)$.