In this section of video from a book group I'm following we consider the lack of symmetry of the relation $\lt$ on $\mathbb{R}$. The condition for symmetry, which does not hold, would look like this
$$ \forall a,b \in \mathbb{R}, a < b \implies b < a \tag{1}\label{eq1} $$
The video then offers three ways that this condition is negated, in increasing strength of the negation:
$$\begin{align} \exists a,b \in \mathbb{R}&, a\lt b \,\,\,\,\not\!\!\!\!\implies b\lt a \tag{2}\label{eq2} \\ \forall a,b \in \mathbb{R}&, a\lt b \,\,\,\,\not\!\!\!\!\implies b\lt a \tag{3}\label{eq3} \\ \forall a,b \in \mathbb{R}&, a\lt b \implies \lnot(b \lt a) \tag{4}\label{eq4} \end{align}$$
(The video explains that the notation $P \,\,\,\,\not\!\!\!\!\implies Q$ is the same as $\lnot(P\implies Q)$.)
I can immediately understand that $\eqref{eq2}$ is a simple negation of $\eqref{eq1}$. I can then understand how each statement that follows is a stronger negation: the existential quantifier is replaced by the universal in $\eqref{eq3}$, and then not implies is replaced by implies not in $\eqref{eq4}$.
However, is $\eqref{eq3}$ a true statement? The video suggests that $\eqref{eq1}$ is false, while $\eqref{eq2}$, $\eqref{eq3}$ and $\eqref{eq4}$ are true. I agree except that I've come to think that $\eqref{eq3}$ is false. I'm not confident that my reasoning (see below) is correct and would appreciate either some reassurance or a correction.
How I arrived at this question
I was immediately interested in whether one of $\eqref{eq3}$ or $\eqref{eq4}$ was equivalent to saying that $\lt$ is antisymmetric. After some reading on Wikipedia, I discovered that $\eqref{eq4}$ is a statement of asymmetry (a stronger condition), and so then I wondered if that leaves $\eqref{eq3}$ as a statement of the weaker antisymmetry. When I failed to understand how $\eqref{eq3}$ might be related to the definition of antisymmetry given in Wikipedia, I realised I didn't understand not implies ($\,\,\,\,\not\!\!\!\!\implies$) very well, so I searched for information on negation of implication.
From reading What is the negation of the implication statement I learned I could use
$$\lnot(P\implies Q) \iff P\land\lnot Q$$
to modify $\eqref{eq2}$ and $\eqref{eq3}$ as follows:
$$\begin{align} \exists a,b \in \mathbb{R}&, a\lt b \land \lnot(b\lt a) \tag{2*}\label{eq2'} \\ \forall a,b \in \mathbb{R}&, a\lt b \land \lnot(b\lt a) \tag{3*}\label{eq3'} \end{align}$$
While $\eqref{eq2'}$ seems fine, I think $\eqref{eq3'}$ is false. Surely $a$ is not less than $b$ for all $a$ and $b$. Have I made a mistake, or is statement $\eqref{eq3}$ actually false?