I often come across similar statements:
- Let $X_t$ be a stochastic process that satisfies the stochastic differential equation: $$dX_t = \mu_t dt + \sigma_t dB_t$$
Where
- $B_t$ is a Weiner process
- $\mu_t$ , $\sigma_t$ are deterministic functions of time.
My Question: What does it actually mean to "satisfy" a stochastic differential equation?
It seems to me that these are all just definitions. We are defining $X_t$ such that the derivative of $X_t$ with respect to time is $dX_t = \mu_t dt + \sigma_t dB_t$. Therefore, it is satisfied by definition. We have chosen $X_t$ such that its derivative satisfies $\mu_t dt + \sigma_t dB_t$.
Thus, is the word "satisfy" really necessary here?
Could the above statement simply have been written as: Let $X_t$ be a stochastic process such that: $dX_t = \mu_t dt + \sigma_t dB_t$
Or does "satisfying a stochastic differential equation" have some other criteria that need to be met?
Thanks!