Consider three random variables: $T \in [0,1] $, $S\in \{ l,h \}$, and $K\in [0,1]$.
We know that (i) $K$ is independent of $T$ and $S$; (ii) $T \sim U[0,1]$; and (iii) $\Pr[S=h \mid T=t]=\pi(t)$ with $\pi'(\cdot)>0$.
In this context, I came across the following statement (where $I$ is the indicator function):
$$\begin{align} &E[T \times I(T>a,K<b) \mid S=h]\\[8pt] &=E[T \times I(T>a \mid S=h)]\cdot\Pr[K<b)]\\[8pt] &=\left(\frac{\int^1_a t\pi(t) dt}{\int^1_0 \pi(u) du}\right)\Pr[K<b]\end{align}$$
I want to know if the first step makes sense and if there is an abuse of notation. I understand from the last equality that $E[T \times I(T>a \mid S=h)]$ refers to the expectation of a random variable with the distribution of $T\mid S\!=\!s$ truncated at $T>a$, (and multiplied by the probability of truncation).