How does the not symbol affect this formula?

59 Views Asked by At

I'm trying to understand what

$\lnot x < y$

would mean. Is it that x is not less than y?

1

There are 1 best solutions below

0
On

Since $x<y$ means that $x$ is less than $y$ and $\neg$, as you know, is the symbol for "negation", the formula $\neg(x<y)$ means that it's not the case that $x$ is less than $y$. Equivalently, this means that $x$ is at least as big as $y$: $$x\geq y$$