I've encountered the following problem when dealing with short-rate models in finance and applying the Feynman-Kac theorem to relate conditional expectations to PDEs.
Let $(\Omega,\mathcal{F},\{\mathcal{F}_t\}_{t\ge 0},\mathbb{P})$ be a filtered probability space where the filtration is the (augmented) Brownian filtration generated by a one-dimensional $\mathbb{P}$-Brownian motion $W$. Assume that $r$ is a Markov process satisfying $$dr(t)=\mu(t,r(t))\mathrm{d}t+\sigma(t,r(t))\mathrm{d}W(t),$$ where $\mu$ and $\sigma$ are deterministic functions. Let further $\Phi:\mathbb{R}\rightarrow\mathbb{R}$ be a deterministic, bounded function. Is there a way to prove that the following equation holds? $$\mathbb{E}\left[\left.\exp\left\{-\int_t^T r(s)\mathrm{d}s\right\}\cdot\Phi(r(T))\right|\mathcal{F}_t\right]=\mathbb{E}\left[\left.\exp\left\{-\int_t^T r(s)\mathrm{d}s\right\}\cdot\Phi(r(T))\right|r(t)\right]$$ So far, I attempted to exploit that $r$ is a Markov process and tried to employ some Monotone-Class arguments. Unfortunately, all my attempts failed. Does somebody have an idea? Thanks a lot in advance!