Now I realize there are a few questions like this on here, but none of them really get to the heart of what I'm asking...
In single variable calculus we learn that the following can describe the relationship between a derivative and an integral...
$$ \int \frac{dy}{dx} dx = \int dy \frac{dx}{dx} = \int dy = y $$
In multivariable calculus we learn to take partial derivatives using the $\partial$ symbol but then unintuitively learn to take double integrals with this notation... $$ \int\int f(x,y)dxdy $$ But using the relationships from single variable calculus (of a derivative to an integral), this would intuitively seem to be the way to notate a double integral...
$$\int\int \frac{\partial z}{\partial x \partial y} \partial x \partial y = \int\int \partial z \frac{\partial x}{\partial x } \frac{\partial y}{\partial y } = \int\int \partial z = z $$
As opposed to the common notation of... $$ f(x,y)=\frac{\partial z}{\partial x \partial y} \rightarrow \int\int f(x, y) dx dy = z $$ Wouldn't this, however, imply... $$\int\int \frac{\partial z}{\partial x \partial y} dx dy = \int\int \partial z \frac{dx}{\partial x } \frac{dy}{\partial y } $$
For what reason do we use this notation when it doesn't seem algebraically consistent like single variable notation?
Does $ \frac{dx}{\partial x} = 1 $ in the same way that $ \frac{dx}{dx} = 1 $ ?
Am I wildly overthinking things?