I understand how to prove a limit such as $\lim_{x\to 3}x^2=9$. Now I was wondering, can one also use the epsilon-delta method to disprove a limit such as: $$\lim_{x\to 0}\frac{1}{x}=5$$
If so, how?
Thanks!
edit: what would a formal proof look like?
I understand how to prove a limit such as $\lim_{x\to 3}x^2=9$. Now I was wondering, can one also use the epsilon-delta method to disprove a limit such as: $$\lim_{x\to 0}\frac{1}{x}=5$$
If so, how?
Thanks!
edit: what would a formal proof look like?
Given $\epsilon> 0$, we want to find $\delta> 0$ such that if $|x- 0|= |x|< |\delta|$ then $|\frac{1}{x}- 5|< \epsilon$. Of course, $|\frac{1}{x}- 5|= |\frac{1- 5x}{x}|$ so, if x is positive, $|\frac{1}{x}- 5|<\epsilon$ is the same as $\frac{1- 5x}{x}< \epsilon$ or $1- 5x< \epsilon x$, $1< (5+ \epsilon)x$, $x> \frac{1}{5+ \epsilon}$. But since the right hand side of that is positive, $|\frac{1}{x}- 5|<\epsilon$ cannot be true for all $|x|< \delta$ for any $\delta$.