The inequality operator compares the quantities of two values and returns a boolean.
Variants
Returns true if a is greater than b, else return false
Returns true if a is less than b, else return false
Returns true if a is greater than b or equal to b, else return false
Returns true if a is less than b or equal to b, else return false
For example
is true because 6 is farther right on the number line than 5.
Properties
All previously mentioned variants of the inequality operator share most of the same properties. (For
on the multiplicative property negate the result for
)
- Additive property - If
, then 
- Multiplicative property - If
, and if
then
else if
then 
- Exponential Property - If
, and if
then
else if
then 
Other
or 
- Not

- If
, then 
- If
, and
, then 
- If
, and
, then 
Calculation
Basics
Negative Factors
Exponential Inequalities
Trinomial Inequalities
Faster:
Graphing Inequalities
When graphing inequalities, be sure that if the equation is x > 4, the circle is open and the arrow points to the right.
If the equation is x < 4, however, the circle is open and the arrow points to the left.