\wedge

Logical conjunction or 'and' operator

Examples

Logical 'and' between propositions A and B

A \wedge B

Logical 'and' between predicates P and Q

P(x) \wedge Q(x)

Logical 'and' condition for a range of values

(x > 0) \wedge (x < 10)