x < y: This means "x is less than y"
x ≤ y: This means " x is less than or equal to y"
x > y: This means " x is greater than y"
x ≥ y: This means " x is greater than or equal to y"
You use these inequality symbols to compare two things. They are used to depict a range of possible values.