I was reading a book on mathematical methods for physics by riley hobson and bence and I encountered the following paragraph -
The proof I attempted of that is this - Suppose we want to find the value of $ f(x,y) $ when we increment both x and y by small amounts dx and dy. We can either first increase x, then y or the other way around. The two methods should give the same result : $ \Delta f = (\partial f/\partial x)_{x,y}dx + (\partial f/\partial y)_{x+dx,y}dy = (\partial f/\partial y)_{x,y}dy + (\partial f/\partial x)_{x,y+dy}dx $ Which implies - $ ( (\partial f/\partial x)_{x,y+dy} - (\partial f/\partial x)_{x,y} )dx = ( (\partial f/\partial y)_{x+dx,y} - (\partial f/\partial y)_{x,y} )dy. $ All I glean from this is that the terms next to dx and dy should be zero, and all that says is that the first derivatives are continuous.