I'm trying to figure out if a function is strictly increasing.
I begin by introducing the information I know:
We are given a non-negative random variable X with strictly increasing cumulative distribution function $F_X$, i.e. $P(e<X\leq f)>0$ for all $0\leq e<f$.
Show that $F_{I(X)}$ is strictly increasing, i.e. $P(g<I(X)\leq h)>0$ for all $0\leq g<h$.
where
\begin{equation} I(X)= \begin{cases} X & \text{for } X< a, \\ a & \text{for } a\leq X\leq b, \\ X-(b-a) & \text{for }X>b. \end{cases} \end{equation} and $0<a<b<\infty$.
$\textbf{My attempt}$:
First we note that we have 3 scenarios to consider: \begin{equation} P(g<I(X)\leq h)= \begin{cases} P(g<X\leq h) & \text{for } X< a, \\ P(g<a\leq h) & \text{for } a\leq X\leq b, \\ P(g<X-(b-a)\leq h) & \text{for }X>b. \end{cases} \end{equation}
$\textbf{1:}$ If $X<a$ then let $h=a$, then by assumption $P(g<X\leq a)>0$ for all $0\leq g<a$.
$\textbf{2:}$ If $X>b$ then we have by assumption that $P(g<X-(b-a)\leq h)=P(g+(b-a)<X\leq h+(b-a))>$ for all $0\leq g+(b-a)<h+(b-a)$.
$\textbf{3:}$ If $a\leq X\leq b$ then there exists an $a$ such that $P(g<a\leq h)=0$, to see why pick $a=50$, $g=0$ and $h=40$ then $a\notin (g,h]$ with probability 1.
I'm not really sure what to conclude with, I'm not even sure if it makes any sense to compute $P(g<a\leq h)$, as this isn't really a stochastic event
Write $Y:=I(X)$. First gain some intuition about what $Y$ is doing. The difference between $Y$ and $X$ is that $Y$ "holds onto" the value $a$ when $a\le X\le b$, then "continues where $X$ left off" as soon as $X>b$.
You want to show that $P(g<Y\le h)>0$ for all $0\le g<h$. It's right for you to break into three scenarios, but in cases 1 and 3 you are not allowed to force $h$ or $a$ to take any specific value.
Instead, it is better to break into scenarios according to where $a$ lives in relation to the interval $(g,h)$:
If $a$ is to the right of $(g,h)$ (i.e., $h\le a$), then the event $\{g < Y \le h\}$ is the same as the event $\{g < X \le h\}$, which has positive probability.
If $a$ is to the left of $(g,h)$ (i.e., $a\le g$), then the event $\{g < Y\le h\}$ is the same as the event $\{g<X-(b-a)\le h\}$. Your job is to show that this last event has positive probability.
If $a$ is inside the interval $(g,h)$, the argument is a bit more intricate: Observe that the event $\{g < Y \le h\}$ contains the event $\{Y=a\}$, which equals the event $\{a\le X\le b\}$, which has positive probability.