>
The greater than symbol (>) is used to denote that one quantity is larger than another. It is a fundamental relational operator in mathematics, often used in inequalities to compare two values.
Indicates that x is greater than 5.
x > 5
Shows that the square of a is greater than the square of b.
a^2 > b^2
Expresses that n is greater than m plus 2.
n > m + 2