\And

Logical AND operator used in mathematical expressions to denote the conjunction of two statements or conditions.

Examples

Logical conjunction of statements A and B

A \And B

Condition 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