The following operation: ``` elapsing (x1) in ( x_1 = 3 & x_1 >= 0 ) ``` gives `x_1 = 3` which is wrong (it should be `x_1 >= 3`).
The following operation:
gives
x_1 = 3which is wrong (it should be
x_1 >= 3).