A logical operator representing negation or "not" in mathematical logic and boolean algebra.
Examples
Basic logical negation
\neg p \text{ means 'not p'}
Logical statement with negation
\neg(p \land q) \iff (\neg p \lor \neg q)
Set complement notation
x \in \neg A \text{ means } x \notin A