I'm bit confused at Kolmogorov forward and backward equations: can they hold at the same time?
I understand that Kolmogorov forward equation (KFE) describes the evolution of the pdf of $X(t)$ given a starting pdf (the initial condition) $$ \frac{\partial}{\partial t} p(t,x)+ \frac{\partial}{\partial x} (\mu\cdot p(t,x))-\frac12 \frac{\partial^2}{\partial x^2} (\sigma^2 \cdot p(t,x)) =0$$ ; while Kolmogorov backward equation (KBE), for $X(t)$ given a terminal condition $p(T,x) = P_T(x)$ (here $T$ is the terminal time), describes the pdf of $X(t)$ as $$ \frac{\partial}{\partial t} p(t,x)+ \mu \frac{\partial}{\partial x} (p(t,x))+\frac12 \sigma^2 \frac{\partial^2}{\partial x^2} (p(t,x)) =0$$
They are different things and are related by the fact that the partial differential operators are adjoint of each other.
But consider a diffusion process $\mathrm dX = \mu \mathrm dt+ \sigma \mathrm dW$, let's give the initial condition first, for example everything starts from $X(0)=0$, then define the final time $T$, so $X(t)$ will arrive at the final condition.
Now both initial and final condition are known, including with each moment's probability density function. Then if I look at a time $t$, $0<t<T$, trying to figure out the probability density function $p(t,x)$ at this point, it seems that I can either look forward from time $0$, or look back from time $T$. So here arrive 2 results -- which one is right?
Or both stand at the same time?
Background:
Given diffusion process (1) $$\mathrm dX(t)=\mu(t,X(t))\mathrm dt+\sigma(t,X(t))\mathrm dW$$ Denote the probability density function at time $t$ as $p(t,x)$.
Denote $p_{t,x|s,w}(t,x)$ the transition probability density function for the process to go from $(s,w)$ to $(t,x)$, here $s<t$.
On one hand, I'm happy with Kolmogorov forward equation ontransition probability density function (2): $$ \frac{\partial}{\partial t} p_{t,x|s,w}(t,x)+ \frac{\partial}{\partial x} (\mu\cdot p_{t,x|s,w}(t,x))-\frac12 \frac{\partial^2}{\partial x^2} (\sigma^2 \cdot p_{t,x|s,w}(t,x)) =0$$
Since we can choose any $s <t $ to compute as (3)
$$p(t,x) = \int p(s,w) p_{t,x|s,w}(t,x) \mathrm dw $$
Multiply (2) by $p(s,w)$ then integrate by $w$ we have the Kolmogorov forward equation (4)
$$ \frac{\partial}{\partial t} p(t,x)+ \frac{\partial}{\partial x} (\mu\cdot p(t,x))-\frac12 \frac{\partial^2}{\partial x^2} (\sigma^2 \cdot p(t,x)) =0$$
On the other hand, I'm also happy with Kolmogorov backward equation on transition probability density function (5): $$ \frac{\partial}{\partial t} p_{u,y|t,x}(t,x)+ \mu\frac{\partial}{\partial x} p_{u,y|t,x}(t,x)+\frac12 \sigma^2 \frac{\partial^2}{\partial x^2} p_{u,y|t,x}(t,x) =0$$ , where $p_{u,y|t,x}(t,x)$ is the transition probability density function for the process to go from $(t,x)$ to $(u,y)$, here $t<u$.
Since we can choose any $u>t $ to "look back" to compute $p(t,x)$ as (6)
$$p(t,x) = \int p(u,y) p_{u,y|t,x}(t,x) \mathrm dy $$
Multiply (5) by $p(u,y)$ then integrate by $u$ we have the Kolmogorov backward equation (7)
$$ \frac{\partial}{\partial t} p(t,x)+ \mu \frac{\partial}{\partial x} (p(t,x))+\frac12 \sigma^2 \frac{\partial^2}{\partial x^2} (p(t,x)) =0$$