Greater Than, Less Than Basics
Means “is greater than”.
- >
- <
- ≥
- ≤
- =
Means “is less than”.
- >
- <
- ≥
- ≤
- =
Means “is equal to”.
- >
- <
- ≥
- ≤
- =
Means “is greater than or equal to”.
- >
- <
- ≥
- ≤
- =
Means “is less than or equal to”.
- >
- <
- ≥
- ≤
- =
x is greater than 4
- x > 4
- x < 4
- x ≥ 4
- x ≤ 4
- x = 4
y is greater than −3
- y > −3
- y < −3
- y ≥ −3
- y ≤ −3
- y = −3
z is greater than +8
- z > +8
- z < +8
- z ≥ +8
- z ≤ +8
- z = +8
x is less than +18
- x > +18
- x < +18
- x ≥ +18
- x ≤ +18
- x = +18
y is less than −12
- y > −12
- y < −12
- y ≥ −12
- y ≤ −12
- y = −12
z is less than −6
- z > −6
- z < −6
- z ≥ −6
- z ≤ −6
- z = −6
x is less than or equal to 5.
- x > 5
- x < 5
- x ≥ 5
- x ≤ 5
- x = 5
y is less than or equal to +25
- y > +25
- y < +25
- y ≥ +25
- y ≤ +25
- y = +25
z is less than or equal to −16
- z > −16
- z < −16
- z ≥ −16
- z ≤ −16
- z = −16
x is greater than or equal to 0
- x > 0
- x < 0
- x ≥ 0
- x ≤ 0
- x = 0
y is greater than or equal to 2
- y > 2
- y < 2
- y ≥ 2
- y ≤ 2
- y = 2
z is greater than or equal to −11
- z > −11
- z < −11
- z ≥ −11
- z ≤ −11
- z = −11
x is equal to 0
- x > 0
- x < 0
- x ≥ 0
- x ≤ 0
- x = 0
y is equal to 10
- y > 10
- y < 10
- y ≥ 10
- y ≤ 10
- y = 10
z is equal to −5
- z > −5
- z < −5
- z ≥ −5
- z ≤ −5
- z = −5