can93
- 3
- 0
Homework Statement
I want to show that \lim_{x \rightarrow 0}\frac{1}{x} does not exist by negating epsilon-delta definition of limit.
Homework Equations
The Attempt at a Solution
We say limit exists when:
\forall \epsilon > 0, \exists \delta > 0 : \forall x(0< \left| x\right| < \delta \Rightarrow \left| \frac{1}{x} - L \right| < \epsilon)
And limit does not exist corresponds to:
\exists \epsilon > 0, \forall \delta > 0 : \exists x(0< \left| x\right| < \delta \wedge \left| \frac{1}{x} - L \right| > \epsilon) (for any L ?)
We look for an \epsilon such that
\left| \frac{1}{x} - L \right| > \epsilon
then using triangle inequality,
\left| \frac{1}{x}\right| + \left| L \right| ≥ \left| \frac{1}{x} - L \right| > \epsilon
therefore
\left| \frac{1}{x}\right| + \left| L \right| > \epsilon
and
| \frac{1}{x}| > \epsilon - \left| L \right|
for \epsilon > |L|, ( the other possibility gives no info since |x| > 0 already)
|x| < \frac{1}{\epsilon - |L|}
we also had
0<|x|<\delta
hence,
|x| < min( \delta , \frac{1}{\epsilon - |L|} )
we found such x satisfies the above condition, for some epsilon and L.
Is that approach correct?? Especially, I am not really sure about the negation of the definition...
Last edited: