Let $Q=\{(x,y)\in\mathbb{R}^2|y>x\}$. Using the euclidean metric give and explicit value for $\delta_(x,y)$ so that $B_\delta(x,y)$ is contained in $Q$.
My work so far...
Using standard calculus techniques I can compute the minimal distance from a point $(x,y)$ in $Q$ to the line $y=x$ to be $\delta=|x-y|/\sqrt{2}$. Therefore I am trying to show that if $(x,y)\in B_{\delta}(x_0,y_0)$, then $(x,y)\in Q$. Therefore I need to show that if \begin{align*} \sqrt{(x_0-x)^2+(y_0-y)^2}<\frac{|x_0-y_0|}{\sqrt{2}} \end{align*} then, \begin{align*} y>x. \end{align*}
I have pages and pages of inequalities and I'm not sure which line of reasoning is going to get me where I need to go. Any direction is greatly appreciated.
Let $y>x$. If $(x',y') \in B_{\delta} (x,y)$ then $|x-x'| <\delta$ and $|y-y'| <\delta$. Let us denote $y-x$ by $r$. (Note that $r>0$). Now we have the inequalities $y'>y-\delta=x+r-\delta>(x'-\delta)+r-\delta >x'$ provided $r-2\delta >0$ which means $\delta <\frac r 2=\frac {y-x} 2$. So you can take any $\delta \in (0, \frac {y-x} 2$).