From Probability with Martingales:
2026-03-29 23:58:46.1774828726
On
Prove previsibility and $E[X_{T \wedge n}] \le E[X_{S \wedge n}]$
161 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
2
There are 2 best solutions below
0
On
1.
B $ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | \ \ \ $ preimage
$1 \in B,0 \in B$ | $\Omega$
$0 \notin B,1 \in B$ | $(S < n) \cap (T \ge n)$
$1 \notin B,0 \in B$ | $(S \ge n) \cap (T < n)$
$1 \notin B,0 \notin B$ | $\emptyset$
QED
Edit: Just to make explicit:
$$(S < n) \cap (T \ge n) = (S \le n-1) \cap (T \le n-1)^C$$
$$(S \ge n) \cap (T < n) = (T \le n-1) \cap (S \le n-1)^C$$
2.
$$S \le T$$
$$\to S \wedge n \le T \wedge n$$
By 10.7 (i),
$$E[\sum_{k=1}^{n}1_{(S \wedge n,T \wedge n]}(X_k - X_{k-1})] \le 0$$
$$\to E[\sum_{k=S \wedge n+1}^{T \wedge n}(X_k - X_{k-1})] \le 0$$
$$\to E[X_{T \wedge n} - X_{S \wedge n}] \le 0$$
$$\to E[X_{T \wedge n}] \le E[X_{S \wedge n}]$$
QED

Show that $C_n:=1_{(S,T]}(n)$ is $\mathcal F_{n-1}$-measurable for each $n\ge 1$.
Use William's result 10.7(i), with the previsible process $(C_n)$ from 1 for a certain choice of stopping times.
(Last part is edited is by @BCLC. If John Dawkins doesn't rollback or edit, I'll assume e consents)