Brownian motion proof of Dirichlet problem

729 Views Asked by At

I am reading the proof of the Dirichlet theorem stated in the following form:

Theorem: Let $D$ be a bounded domain in $\mathbb{R}^d$ such that every boundary point satisfies the Poincare cone condition. Suppose that $\varphi$ is a continuous function on $\partial D$ . We let $\tau ( \partial D) = \inf \{ t \geq 0 : B_t \in \partial D \}$, which is an almost surely finite stopping time when starting in $D$. Then the function $u: \overline{D} \rightarrow \mathbb{R}$ given by $u(x) = \mathbb{E}_x [ \varphi( B_{\tau(\partial D)}) ]$, for $x \in \overline{D}$, is the unique continuous function satisfying $$ \Delta u =0 \, \, \text{ on } \, D, \quad u(x) = \varphi (x) \, \, \text{ for } x \in \partial D. $$

The proof that $u$ is harmonic in $D$ goes as follows (using Markov property):

Let $x \in D$ and $\delta >0$ be such that $\overline{B} (x, \delta) \subseteq D$. Also, let $\tau= \inf \{t > 0 : B_t \in \partial B (x, \delta) \}$. Then $$u(x) = \mathbb{E}_x [ \varphi(B_{\tau(\partial D)}) ]= \mathbb{E}_{x} [ \mathbb{E}_{B_{\tau}} [ \varphi(B_{\tau({\partial D})} ) ] \,] = \mathbb{E}_x [ u(B_{\tau}) ].$$ Hence, $u$ satisfies the mean value property and is hence harmonic.

However, I don't get the same expression in the second equality in the proof: Let $\tilde{B}$ be a standard Brownian motion. Then, noting that $\tilde{B}_{\tau(\partial D)} - \tilde{B}_{\tau}$ is independent of $\mathcal{F}_{\tau}$, and $\tilde{B}_\tau$ is $\mathcal{F}_{\tau}$-measurable,

\begin{eqnarray} u(x) & = & \mathbb{E} \,[ \,\mathbb{E} [ \varphi(\tilde{B}_{\tau(\partial D)} +x) \,| \,\mathcal{F}_\tau ] \,]\\ & = & \mathbb{E} \,[ \,\mathbb{E} [ \varphi(\tilde{B}_{\tau(\partial D)} - \tilde{B}_{\tau} + \tilde{B}_{\tau} +x) \,| \,\mathcal{F}_\tau ]\, ]\\ & = & \mathbb{E} \, [ \, \mathbb{E} [ \varphi(\tilde{B}_{\tau(\partial D)} - \tilde{B}_{\tau} + v) |_{v = \tilde{B}_{\tau} +x} \, ] \, ]\\ & = & \mathbb{E}_{x} [ \mathbb{E}_{B_{\tau}} [ \varphi(B_{\tau({\partial D})} - B_{\tau} ) ]]. \end{eqnarray}

Why is there an extra term involving $B_{\tau}$ in my calculations? What have I done wrong?

1

There are 1 best solutions below

7
On

My writeup of this in a previous project, with slightly different notation, looks like this:

$$u(x) = \Bbb E[f(x+W_{\tau_{\partial D},x})] \\ = \Bbb E[\Bbb E[f(x+W_{\tau_{\partial D},x})|W_{\tau_r}]] \\ = \Bbb E[u(x+W_{\tau_r})] \\ = \int_{\partial B(x,r)} u(y) dS(y).$$

In the first step, we use the tower property, inserting a conditional expectation in the middle so that we can get to the next step. In the last step we use an important fact that as best I can tell is omitted in your proof: Brownian motion is rotationally symmetric, so if $\tau$ is the first time to hit a certain sphere centered at zero, then $W_\tau$ is uniformly distributed on the sphere. Hence expectations of that sort are just the surface integral over the sphere.

At any rate, the middle step seems to be your concern. By the strong Markov property of Brownian motion, the behavior of $f(x+W_{\tau_{\partial D,x}})$ given a value of $W_{\tau_r}$ is determined entirely by the value of $W_{\tau_r}$. Hence when we average a quantity which depends on the future over such possible values of $W_{\tau_r}$, we get $u(x+W_{\tau_r})$ on the inside. Then we average over the possible values of $W_{\tau_r}$, which as I said before are uniformly distributed on the sphere.

My reference in this project was http://www.ntu.edu.sg/home/nprivault/papers/greifswald_potential.pdf. This proof is there on page 46.