Prove that:
$$\lim_{x \to 0} \frac{1}{x}$$
Is non existent.
This is my attempt:
Assume The limit $= L$ Some real number $L$
By the definition of one sided limits we get from right and left respectively:
For $\delta > 0, \epsilon > 0$ $$x< \delta \implies \left| 1/x - L \right| < \epsilon$$
$$-x < \delta_2 \implies \left| 1/x - L \right| < \epsilon$$
Let $\delta' = \min(\delta_1, \delta_2)$
Let $\epsilon = 1$
$$x< \delta \implies \left| 1/x - L \right| < 1$$
$$-x < \delta_2 \implies \left| 1/x - L \right| < 1$$
$$0 < \delta_1 + \delta_2 \implies 2|1/x - L| < 2$$
what else should I do?
This is my first answer in Stackexchange. I hope that my answer can give you some help. It's said that the limit of $f(x)$ is L when x approaches to $0$ if the following statement is true:
For every $\delta>0$, there exists $x_0>0$ such that for $\left|x\right|<x_0$ implies that $\left| f(x)-L \right|<\delta$.
Here we assume this statement holds for $f(x)=\frac{1}{x}$. There exists L, that for every $\delta>0$, there exists $x_0$ such that for $\left|x\right|<x_0$ implies that $\left| \frac{1}{x}-L \right|<\delta$.
Given $\delta$ and $L$, apply them to the inequality:$$\left| \frac{1}{x}-L \right|<\delta$$
$$\frac{1}{x}-L<\delta$$ $$x>\frac{1}{L+\delta}$$
Just consider the case when $L>-\delta$. Here needs some attention, because if we want to get a paradox for a statement with every or any, we just give an example where the statement is not true, then the whole statement is not true.
So that if $0<x<\min(x_0,\frac{1}{L+\delta})$, $\left| \frac{1}{x}-L \right|>\delta$ which is contrast to the original statement because we find a $x$, whose absolute value is smaller than $x_0$ while not satisfied with the inequality.
Proof is finished.