<

The less-than symbol '<' is used to denote that one quantity is smaller than another. It is a fundamental relational operator in mathematics, often used in inequalities to compare two values.

Examples

Indicates that 'a' is less than 'b'.

a < b

The square of x is less than 4.

x^2 < 4

The variable n is less than 10.

n < 10