If $|a-1|<\epsilon$ and $|a-2|<\epsilon$ prove that $\epsilon>1/2$
I know that $\epsilon -2 \le \epsilon-1 \le a$ and $a \le \epsilon+1 \le \epsilon+2$ but can I use it somehow? How should I proceed?
If $|a-1|<\epsilon$ and $|a-2|<\epsilon$ prove that $\epsilon>1/2$
I know that $\epsilon -2 \le \epsilon-1 \le a$ and $a \le \epsilon+1 \le \epsilon+2$ but can I use it somehow? How should I proceed?
On
If $\varepsilon\leqslant\frac12$, then$$\lvert a-1\rvert<\varepsilon\implies a<1+\varepsilon\leqslant\frac32\text{ and }\lvert a-2\rvert<\varepsilon\implies a>2-\varepsilon\geqslant\frac32.$$
On
The assumption tells you that $$ 2\epsilon>|a-1|+|a-2| $$ which is equivalent to $$ \epsilon>\frac{1}{2}(|a-1|+|a-2|). $$ Now it suffices to show that $$ |a-1|+|a-2|\geq 1. $$ which follows by triangle inequality or simply noticing that
We have that
$$|a-1|<\epsilon \iff -\epsilon<a-1<\epsilon\iff 1-\epsilon<a<1+\epsilon$$ $$|a-2|<\epsilon \iff -\epsilon<a-2<\epsilon\iff 2-\epsilon<a<2+\epsilon$$
therefore
$$2-\epsilon<1+\epsilon \implies 2\epsilon>1 \implies \epsilon >\frac12$$