I'm writing some software at work and I believe it isn't a valid interval because it seems contradictory. To me, it reads as both an inclusion and exclusion of $x$ which seems like it would nonsense in all possible cases -- not even the empty interval would satisfy both criteria.
I wanted to ask here because I don't necessarily know enough to say for sure that this interval should be considered invalid. Rather than pulling such a statement out of relatively nowhere and asserting it in code for others, I'd like to hear from those who know more about it.
I would call it $\emptyset$, consistently with the notation $[a,b)=\{x\in\Bbb R\,:\, a\le x\land x<b\}$. This is an interval because it is true that $$\forall x\in\emptyset,\forall y\in\emptyset,\forall z\in\Bbb R,(x<z<y\rightarrow z\in\emptyset)$$