I cant seem to prove this thing. By working on the definition: a function f is continuous at $p_0 \in D$ if for every $\epsilon >0, \exists \delta >0$ such that $\mid f(p) - f(p_0)\mid < \epsilon$ whenever $\mid p-p_0 \mid < \delta$.
Well I tried working backwards. Let $p = (x,y)$ and $p_0 = (x_0 , y_0)$
- $\mid M(p) - M(p_0) \mid = \mid xy - x_0y_0 \mid = \mid (x-x_0)y + x_0(y-y_0) \mid < \epsilon$
If $\mid p - p_0 \mid < \delta$
$\Rightarrow \mid \delta y + \delta x_0\mid = \delta \mid y + x_0 \mid < \epsilon$
Now is it alright for me to choose $\delta = \frac{\epsilon}{y + x_0}$?
I'm confused, what if $y+x_0 = 0$ at some point in the disk? or is this possible.
Repeating the same process for $|y_2| \leq r$, we multiply both sides of the inequality by $|x_1-x_2|$ to get
$|y_2||x_1-x_2| \leq r|x_1-x_2|$. We add both of the inequalities together to get
$|x_1||y_1-y_2| + |y_2||x_1-x_2| \leq r|y_1-y_2| + r|x_1 -x_2|=r(|y_1-y_2|+|x_1-x_2|)$
– Skm Sep 17 '18 at 02:04