If I have for example the following:
$p$ is $ x > 4$
$\lnot p$ is $x < 4$ ?
If I have for example the following:
$p$ is $ x > 4$
$\lnot p$ is $x < 4$ ?
For given real numbers $a$ and $b$, exactly one of the following holds: $$a<b$$ $$a=b$$ $$a>b$$
So the negation of any one of these is equivalent to the disjunction of the remaining two:
$$\lnot(a<b) \iff (a>b)\vee(a=b)$$ $$\lnot(a=b) \iff (a<b)\vee(a>b)$$ $$\lnot(a>b) \iff (a<b)\vee(a=b)$$
One usually sees "$a\geq b$" and "$a\leq b$" for the first and third cases. The second case is often written "$a\neq b$" for obvious reasons. Thus the symbol "$\geq$" is read "is greater than or equal to", etc.