See the following example:
sage: 0 <= x <= 1/2
0 <= x
This should raise an error. Note that it can create confusion when used in assumptions:
sage: assume(0 <= x <= 1/2)
sage: bool(x <= 1/2)
False
This has been reported on this ask question.
CC: @rwst @slel
Component: symbolics
Issue created by migration from https://trac.sagemath.org/ticket/24726