0

I have been through a couple of proofs by now. I wonder why mathematicians need to prove something to be equal, by proving it can be higher or equal and less or equal. What is the point? They make use of epsilon all the time for that purpose. I would be grateful for answer.

Pedro Gomes
  • 3,891

1 Answers1

1

There is something known as the axiom of trichotomy. It states that one of the following relations holds on $\mathbb R$: $a<b,a>b$, or $a=b$. The $\leq$ relation for example means that $a<b$ or $a=b$. The result is similar for $\geq$. Therefore if you can show that some number is simultaneously less $\leq$ and $\geq$ another, the two must actually be equal. The $\epsilon$ is common in real analysis, the point is that if $a \leq b <\epsilon$ for all $\epsilon$, the two are equal as well.

For example:

suppose that $a \leq b <a+\epsilon$ for all $\epsilon>0$. Suppose to the contrary that $a \neq b$. Let $\epsilon =(b-a)/2$, and notice that $b>a+\epsilon$, a contradiction. Thus, $a=b$.

Another typical thing:

Let $\emptyset \neq A \subseteq \mathbb R$. Suppose that $b\geq a$ for all $a \in A$. Also, suppose that for all $\epsilon>0$, there exists some $a_{\epsilon} \in A$ so that $a_{\epsilon}>b-\epsilon$. Then $b$ is the least upper bound.

Andres Mejia
  • 20,977