My understanding of operators is it works on elements of a set and produces another element of the same set.
I don't see how or why the "$>,≥,<,≤$" would be referred to as "operators" on some pages as it doesn't map to another element. (I think I've also seen it on Wikipedia as well)
I've always thought of it as a "relation" though. Can anyone shed some light?
a < bsays "$a$ is less than $b$". However, sometimes the symbols are operators that return a yes or no answer:a < basks "Is $a$ less than $b$?" The latter is the usage in computer code. Occasionally (rarely?), mathematicians also incorporate these kinds of "logical operators" into formulas (in particular, in summations, where terms are added (or excluded) according to whether they satisfy certain criteria). – Blue Aug 26 '18 at 12:22