I'm dealing with a problem in my thesis that involves proving the boundedness of a Stochastic Process. This question is related to another one I did recently, but the results found in the other one sadly didn't help me sufficiently.
Let $\text{d}X_t= f(t,X_t) \text{d}t +\text{d}W_t$ be a stochastic process defined for the times $t\ge0,$ such that $X_0=0$ and $f(t,x)<a<0$ for all $t\ge0,x>k$ for a certain constant $k$.
Prove that $$\mathbb{P}[\exists C>0: X_t<C \ \forall t\ge 0]=1.$$
In other words, I wish to show that if the function $f$ is negative when $X_t$ goes above a certain value $k$, then the stochastic process is bounded from above, because the drift part is going to be negative.
I know that $Y_t=at+W_t$ is bounded from above if $a<0$, but what I can't manage to deal with is the fact that we cannot control the moments when $X_t$ goes above $k$: every time it goes above $k$ it might reach a higher peak since the bound on $Y_t$ is not $\omega$-wise uniform, and the sequence of those peaks might be unbounded.
Here's a simulation of the SDE $\text{d}Y_t=-Y_t\text{d}t+\text{d}W_t$, which seems to fit these hypotheses, as the time taken is quite long.
EDIT: my SDE, in particular, is $$\text{d}X_t=X_t\frac{D(X_t)-S}{D(X_t)+S}\text{d}t+X_t\sigma\text{d}t,$$ with $D$ being $D(x)=D_0\exp(-\alpha x),$ for some $D_0>S>0$, and $X_0>0$. This SDE is equivalent to $$\text{d}Y_t=\left(\frac{D(\exp(Y_t))-S}{D(\exp(Y_t))+S}-\frac{\sigma^2}2\right)\text{d}t+\sigma\text{d}t,$$ thanks to the substitution $Y_t=\log(X_t)$: this second equation is the one I was referring to. Actually, $S$ is not a constant but a bounded function, which breaks the Markovianity, but I think that if the result is not true for constant $S$ the it's not true also for bounded $S$.
Any help would be immensely appreciated.
This might not be good news for you.
I don't think your setting will work generally. The reason -why your simulation seems to be confirming your hunch - might be due to your limited simulated time interval.
The main reason based on which I came to that conclusion is the Markov nature of your SDE. ( if there is no $t$ in f)
Now, let us together examine your setting to see if I have made any mistake.
Some assumptions I made on $f$:
Let $\tau_1, \gamma_M$ denote:
So the desired conclusion is that: $$\lim_{M \rightarrow +\infty} \mathbb{P}\left( \gamma_M < \infty \right) =0$$
What I will show is that: It seems to me, under these assumptions : $$ \mathbb{P}\left( \gamma_M < \infty \right) =1 \space \forall M>0$$
Heuristically, under my third assumptions (iii), $f$ acts as a repulsive force that drags $X$ back to $0$, and I don't think it is hard to prove that: $$ \mathbb{P}( \tau_1 < \infty)=1 $$ Then, we have: $$\mathbb{P}\left( \gamma_M< \infty \right) =\mathbb{P}\left( \gamma_M< \tau_1 \right)+\mathbb{P}\left( \tau_1 \le \gamma_M<\infty \right)$$ $$ \underbrace{=}_{ \text{Strong Markov's property}} \mathbb{P}\left( \gamma_M< \tau_1 \right)+\mathbb{P}\left( \tau_1 \le \gamma_M \right)\mathbb{P}\left( \gamma_M <\infty \right)$$ Which is equivalent to: $$\left[ \mathbb{P}\left( \gamma_M< \infty \right) -1 \right]\mathbb{P}\left( \gamma_M< \tau_1 \right)=0$$ $$\Leftrightarrow \mathbb{P}\left( \gamma_M< \infty \right)=1$$ Because the fourth assumption gives us clear a reason for which $\mathbb{P}\left( \gamma_M< \tau_1 \right) >0$. Indeed, we have: $$\mathbb{P}\left( \gamma_M< \tau_1 \right) \ge \mathbb{P}\left( \gamma_M< 1 \right) \ge \mathbb{P}\left( X_1 > M \right) \ge \mathbb{P}\left( W_1+b > M \right) >0$$
**QED **
*Discuss *: So there are more than just only the control over the negativity of $f$ in order for your result to happen.