This is the contradiction that proves that l = m.

Miike012
Messages
1,009
Reaction score
0
Prove: If f approaches l near a and f approaches m near a, then l = m.

...Im skipping to the end of the proof...

" to comlete the proof a particular ε>0 has to be choses for which the two conditions
|f(x) - l|< ε and |f(x) - m|< ε cannot both hold if l=/=m."

if l=/=m so that |l - m|> 0 , we can chose ε to be |l - m|/2... How did they decide this |l - m|/2??

It follows that there is a δ>0 such that for all x,

If 0<|x-a|<δ, then |f(x) - l|< |l - m|/2
and |f(x) - m|< |l - m|/2.


|l - m| = | l - f(x) + f(x) - m|≤ |l - f(x)| + | f(x) - m| < |l - m|/2 + |l - m|/2 = |l - m|, a contradiction.

can some one explain to me the contradiction?
 
Physics news on Phys.org
You're using the definition of a continuous function, which requires that a sufficiently small change (δ) in x will produce less than a small change (ε) in f(x), and this can be achieved no matter how small ε is.

The contradiction exhibited is |l - m| < |l - m| which is achieved by making ε small enough that even two function evaluations cannot bridge the gap between two limit values for the function.
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...

Similar threads

Back
Top