\lor
Logical OR operator, used in logic and set theory to denote the disjunction of two statements or conditions.
Logical OR between statements A and B
A \lor B
Logical OR between predicates P and Q
P(x) \lor Q(x)
Logical OR between two conditions on x
(x > 0) \lor (x < -5)