I'm working on this problem:
Given a solution $X_t$ to the SDE
$$dX_t=dB_t+b(X_t) dt$$
where $B_t$ is an $n$-dimensional Brownian motion, and $b:\mathbb{R}^n \to \mathbb{R}^n$ a Lipschitz continuous function satisfying
$$(x,b(x)) \leq 0, \forall x \in \mathbb{R}^n$$
prove that $E[|X_t|^2] \leq nt+E[|X_0|^2]$.
($E[ \cdot ]$ is the expected value over the probability space, $| \cdot |$ is the Euclidean norm in $\mathbb{R^n}$)
This is what I got to this point: first writing the SDE by components,
$$X_t^i=X_0^i+\int_0^t {dB}_t+\int_0^t b^i(X_s^i) ds$$
calculating, using $B_0=0$,
$$X_t^i-\int_0^t b^i(X_s^i) ds = X_0^i+B_t^i$$
squaring both sides and taking the expected value, using $E[B_t^i]=0, E[(B_t^i)^2]=t$
$$E[(X_t^i)^2]-2E[X_t^i \int_0^t b^i(X_s^i) ds]+E[(\int_0^t b^i(X_s^i) ds)^2]=E[(X_0^i)^2]+t$$
summing over all component $1 \leq i \leq n$,
$$E[|X_t|^2]=E[|X_0|^2]+nt+2E[\sum_{i=1}^n X_t^i \int_0^t b^i(X_s^i) ds]-\sum_{i=1}^n E[(\int_0^t b^i(X_s^i) ds)^2]$$
the last term is clearly $\leq 0$ and as is, poses no problem. So I'm left with proving:
$$E[\sum_{i=1}^n X_t^i \int_0^t b^i(X_s^i) ds] \leq 0$$
Does this really hold? Any help with this, or another proof of the problem altogether would be highly appreciated.
Thank you in advance.
