I have the function $f(x) = \frac{1}{x^2}$. I want to show that it is discontinuous at $x=0$ using the epsilon delta definition.
So, I need to show that for all $\epsilon > 0$, there does not exist a $\delta >0$, s.t. $|x|<\delta$ $\Rightarrow |\frac{1}{x^2} - \frac{1}{0^2}|$.
However, I do not see how to proceed with this inequality when $\frac{1}{0^2}$ is simply undefined. I think this is straightforward to do with proving functions are continuous at points, but I do not see how to do it with discontinuities.