Studying statistics I stumbled upon the cumulative distribution function being defined as
https://wikimedia.org/api/rest_v1/media/math/render/svg/e5c664c7665277eea8f74575f4650fa933f28dcb
I thought to myself, why isn't it written the following way?
for $x \leq a$
for $a \leq x \leq b$
for $x \geq b$
So I asked a supporting teacher, and he wasn't 100% sure, but he jokingly said that doing this probably would upset a mathematician somewhere, thus the question in the heading. Would this upset you?
Your set of conditions doesn't upset me. It does make me expect there is an error in your set of conditions. Particularly, ...
The set of conditions you write is incorrect in the case $a = b$. When $a = b$ in the original set of conditions, we find the CDF is zero to the left, one to the right, and undefined at $x = a = b$. When $a = b$ in your set of conditions, we find that the CDF must simultaneously be $0$, $1$, and undefined at $x = a = b$. Consequently, the original conditions are coherent when $a = b$ and your set of conditions are not coherent when $a = b$.