Suppose $f\colon\Bbb R^2\to\Bbb R$ is continuous. Prove that if, say, $D_1f(a,b)$ exists and there's a neighborhood $V$ of $(a,b)$ so that $D_2f$ exists on $V$ and is continuous., then that it implies condition (1)
(1) For every $\epsilon>0$ there is $\delta>0$ so that $|s|,|t|<\delta$ imply $$|f(a+s,b+t)-f(a+s,b)-f(a,b+t)+f(a,b)|\le \epsilon(|s|+|t|).$$
I tried to prove it as follows:
$$|f(a+s,b+t)-f(a+s,b)-f(a,b+t)+f(a,b)|$$ $$ < |t|\;|D_2f(a+s, y_1) - D_2(a,b)| + |f(a, b+t)-f(a,b) -tD_2f(a,b)| $$ Here the first is by MVT, (and $b < y_1 < b+t$) and now using the existence and continuity of $D_2f(a,b)$, I get
a $\delta_1 > 0$ so that $|D_2f(a+s, y_1) - D_2(a,b)| < \epsilon/2$ whenever $||(s, y_1 -b)|| < \delta_1$, i.e., $||(s, t)|| < \delta_1$. (since y1 lies between b and b+t)
Also, I get by existence of $D_2f(a,b)$, that there is $\delta_2 > 0$ so that $|f(a, b+t)-f(a,b) -tD_2f(a,b)| < \epsilon/2$ whenever $|t| < \delta_2$ Choose $\delta$ to be the smaller value, and we have $$|f(a+s,b+t)-f(a+s,b)-f(a,b+t)+f(a,b)| < |t| \epsilon < \epsilon(|t| + |s|)$$ whenever $|s|, |t| < \delta$
My worry is, I have not used the information about $D_1f$ at all. What have I done wrong, and if so please guide me towards a correct proof.
This question grew out of Professor Shifrin's answer here-What regularity conditions on partial derivatives are equivalent to differentiability?