Problem
The topic is Domain
does it matter if the <> signs go a different way
ex. 14 > x >_ 11
Solution
for this case yes the order of the symbols is importatn for example we know this:
8< x< 10
And we can't write this as:
8 > x > 10
Because that's not true :
8< x<