I have encountered a situation where I need to find the result of the following construction:
$$ \lim_{dx\to 0,dy\to 0} \frac{F(x+dx,y+dy)-F(x,y)}{dxdy} $$
Is this a valid derivative construction? What is the result of such a thing?
In fact, my actual situation has 4 terms:
$$ \lim_{dx\to 0,dy\to 0, dz\to 0, dt\to 0} \frac{F(t+dt, x+dx,y+dy z+dz)-F(t,x,y,z)}{dtdxdydz} $$
I assume the 2d cases generalizes easily to the 4d case.