1

Prove or disprove: $$ \forall \epsilon > 0, \exists \delta>0, \forall x, y \in \mathbb{R}^+, |x - y| > \delta ⇒ |x + y| > \epsilon $$

I've been trying this for some time now but can't seem to get anywhere. I tried proving it then disproving it. Need help figuring out what to choose for the values of $\epsilon$, $x$, $y$ if disproving or of $\delta$ if proving. Also not sure if i'm following the right steps, some clarity would be really helpful.

Alistair
  • 1,720
yus_m
  • 93

2 Answers2

1

Choose $\delta=\epsilon$, if $|x-y|>\delta$ then $|x+y|>|x-y|>\delta=\epsilon$.

Alistair
  • 1,720
0

If $y<x$ then $|x+y|=x+y\geq x-y+y\geq|x-y|$ so if $|x-y|>\delta$ then $|x+y|>\delta$. If $x<y$ then $x+y\geq y-x+x\geq|x-y|$.

Suzu Hirose
  • 11,660