\AndLogical AND operator used in mathematical expressions to denote the conjunction of two statements or conditions.
Logical conjunction of statements A and B
A \And BCondition where x is greater than 0 and less than 10
(x > 0) \And (x < 10)Logical conjunction of multiple statements P, Q, and R
P \And Q \And R