Suppose we have two Markov processes $P_1(t)$ and $P_2(t)$ and a function $f(t):=f(P_1(t),P_2(t))$.
What is a compact way to express that the expected change of $f(t)$ between a reference time $t_0$ and a stopping time $\tau$ is negative if the state at time $t_0$ is known and $P_1(t_0) > 0$?
The option I consider is
$$ {E}[f(\tau)-f(t_0)|P_1(t_0)>0, P_2(t_0)] < 0 $$
My question is whether $P_2(t_0)$ is necessary and why. It seems that the result is independent of its value.
Also as written expression ${E}[f(\tau)-f(t_0)|P_1(t_0)>0, P_2(t_0)]$ is a random variable, but I think it expresses what I want to claim, as for any evaluation of the variables, subject to $P_1(t_0) > 0$, the expression will be negative. Is it really semantically equivalent to what I want to say though?