I just stumbled upon a simple notation inconsistency in partial derivatives and I'm unsure on how to make it appear more correctly. Assume
$f(x,y) := (x+y)*x$
For no particular reason, let's define
$u(x,y) := x + y$
so that we can rewrite $f(x,y) := u*x$. Now in Leibniz notation we could express the partial derivative of $\frac{df}{dx}$ by
$$\frac{df}{dx} = \frac{df}{df}\frac{df}{dx} + \frac{df}{df}\frac{df}{du}\frac{du}{dx} = 1*u + 1*x*1 = 2x + y$$
What bothers me is that i have $\frac{df}{dx}$ on the left hand side and the right hand side of the equation, but clearly there is a different meaning to both terms.