I recently proved the following statement:
$$\text{ if } \displaystyle \lim_{x \to a^-}f(x)=M \text{ and } \displaystyle \lim_{x \to a^+}f(x)=N \text{ where } M\neq N \text{ then} \lim_{x \to a}f(x) \text{ Does Not Exist }$$
I carried out this proof by demonstrating the truth of the following FOL statement:
$$\forall L \in \mathbb R \ \exists \varepsilon \gt 0 \ \forall \delta \gt 0 \ \exists x \in \mathbb R\ \left [0 \lt |x-a| \lt \delta \land|f(x)-L| \geq \varepsilon \right ]$$
After finishing this proof, I wondered if the work I spent was rather wasteful. I knew from previous exercises that the following biconditional was true:
$$\displaystyle \lim_{x\to a}f(x)=L \leftrightarrow \displaystyle \lim_{x \to a^-}f(x)=L \text{ and }\displaystyle \lim_{x \to a^+}f(x)=L$$
I figured because it was a biconditional, I could have taken the negations of each side, where one negation implies the other. However, I then ran into some difficulties trying to determine what the negations of the left and right statements of the biconditional are.
I came up with two possibilities:
$\displaystyle \lim_{x\to a}f(x)\neq L \leftrightarrow \displaystyle \lim_{x \to a^-}f(x)\neq L \text{ or }\displaystyle \lim_{x \to a^+}f(x) \neq L$
$\displaystyle \lim_{x\to a}f(x) \text { DNE} \leftrightarrow \displaystyle \lim_{x \to a^-}f(x) \text { DNE } \text{ or }\displaystyle \lim_{x \to a^+}f(x) \text { DNE}$
I quickly ruled out 2. because by my proof above, it is clearly not the case the that the "DNE" of a limit at $a$ implies the "DNE" of the limit at $a^-$ or $a^+$.
So that means it must be 1. However, the "$\displaystyle \lim_{x\to a}f(x)\neq L$" portion of 1. goes against my intuition regarding what $\neg \left [\displaystyle \lim_{x\to a}f(x)=L \right]$ equals. Is it (perhaps) valid to claim that $\displaystyle \lim_{x\to a}f(x) \text { DNE} \rightarrow \displaystyle \lim_{x\to a}f(x)\neq L$?
A few months ago, I posted a question using the logic tag that asked about the difference between existence and equality in the context of limits (Question about the difference between equality and existence in the context of limits.). I was unable to arrive at any particular resolution regarding this distinction. If anyone could clear up my confusion, I would greatly appreciate it!
$$\forall \varepsilon > 0 \exists \delta >0 \forall x: |x-a| <\delta \Rightarrow |f(x)-f(a)| < \varepsilon$$
Try negating any of these statements to see what's wrong with your reasoning.
– Thomas Jul 21 '21 at 17:57