3

I was browsing a proof here. At the end of the proof, the author says:

$\operatorname{diam}(\bar{E}) \leq \operatorname{diam}(E)+ε.$ Since $\epsilon > 0$ is arbitrary, $\operatorname{diam}(\bar{E}) \leq \operatorname{diam}(E)$.

I'm not sure how the author made $\epsilon$ go away by saying that it's arbitrary. Even if it's arbitrary, it is still greater than zero and I don't know how one can turn it into zero. Can someone please clarify?

Siong Thye Goh
  • 149,520
  • 20
  • 88
  • 149
user1691278
  • 1,361

6 Answers6

4

We want to show that if $\forall \epsilon > 0, a \leq b + \epsilon$, then $a \leq b$.

Suppose $a > b$, then we let $\epsilon = \frac{a-b}{2}>0$

then we have $$a \leq b + \frac{a-b}{2}=\frac{a+b}{2}$$

Simplifying, we have $$2a \leq a+b$$

and hence $$a \leq b$$

but we have assumed that $a>b$ which is a contradiction since we get $a < a$.

Siong Thye Goh
  • 149,520
  • 20
  • 88
  • 149
3

Consider the following similar question: "Suppose the nonnegative real $r$ is less than or equal to $\epsilon$, for every positive $\epsilon$. Then $r = 0$."

Let $\epsilon = \frac{1}{2}$ to demonstrate that $r \leq \frac{1}{2}$. Similarly, $\epsilon = \frac{1}{4}$ demonstrates that $r \leq \frac{1}{4}$; and so on, to demonstrate that $r \leq \frac{1}{2^n}$ for each $n$. There's only one nonnegative number with that property.

2

Specifically, the phrase "Since $\epsilon>0$ is arbitrary, [...]" is a short way to write "Since our argument up until now is true for any $\epsilon>0$, so is the final conclusion in the previous sentence, and therefore [...]".

Arthur
  • 199,419
1
  1. If something is true for an arbitrary member of a set, it is true for all members of a set. E.g. Let $A, B$ be sets. Let $a\in A$ be arbitrary. Suppose this implies that $a\in B$. Then "no matter which $a$ you choose, $a$ is still in $B$" - in other words, "for all $a\in A$, $a\in B$".

Now we can move on to the important part :)

Suppose $a\leq b+\varepsilon$ for an arbitrary $\varepsilon > 0$. As I've explained above, this means that $a\leq b+\varepsilon$ for all $\varepsilon > 0$.

Suppose, with a view to contradiction, that $a \not\leq b$. Then $a > b$. This means $\frac{a-b}{2} > 0$, but now if we set $\varepsilon = \frac{a-b}{2}$, we see that $a > b +\varepsilon$, a contradiction.

This shows that $a < b$, as required.

Harambe
  • 8,230
1

It means that it's true for any $\epsilon>0$. The way it goes away is because we know that $\Delta d = \operatorname{diam}(\overline E)-\operatorname{diam}(E) \le \epsilon$.

Now if $\Delta d>0$ we would have that $\Delta d/2>0$ so since $\Delta d>\epsilon$ for any $\epsilon>0$ we would have that it would be true for $\epsilon = \Delta d/2>0$ so we would have that $\Delta d \le \Delta d/2$ that is $\Delta d/2\le 0$ which means that $Delta d\le 0$ (which contradicts our assumptions).

skyking
  • 16,654
1

The term arbitrary means that you can choose any $\epsilon > 0$ without any restrictions. You could choose $\epsilon$ to be 4, 1, 0.01, 0.00001, etc. Since there are no restrictions on $\epsilon$, the only way to ensure that $a < b + \epsilon$ is to take the infimum of $\epsilon$, i.e., 0. That way if I choose any $a$ such that $a < b$, my $a$ will always be less than your $b + \epsilon$ no matter which $\epsilon$ you choose.