Tell me more ×
Mathematics Stack Exchange is a question and answer site for people studying math at any level and professionals in related fields. It's 100% free, no registration required.

I have a question about a proof in Protter. Let $B$ Brownian motion and $u$ a harmonic (subharmonic) function. Then $u(B)$ is a local martingale (submartingale). I was able to show the case of local martingale by myself. The case for subharmonic functino should be similar as Protter suggest. We have by Itô

$$u(B_t)=u(B_0)+\int_0^t\nabla u(B_s)dB_S+\frac{1}{2}\int_0^t \Delta u(B_s)ds$$

Using subharmonicity of $u$ we have:

$$u(B_t)\ge u(B_0)+\int_0^t\nabla u(B_s)dB_S$$

How does this imply the submartingale property of $u(B)$?

share|improve this question

2 Answers

up vote 2 down vote accepted

Fix $a<b$. After having applied Ito's formula, we get $$u(B_b)-u(B_a)=\int_a^b\nabla u(B_s)dB_s+\frac 12\int_a^b\Delta u(B_s)ds\geq \int_a^b\nabla u(B_s)dB_s.$$ Therefore, writing the definition of stochastic integral and taking the condition expectation with respect to $\sigma(B_a)$, we can see that the conditional expectation of the integral is $0$. Indeed, it's the limit of a sum of terms of the form $E[\nabla(B_{t_i})(B_{t_{i+1}}-B_{t_i})\mid B_a]$. As $\nabla u(B_{t_i})$ is independent of $B_a$, we get the wanted result.

share|improve this answer

This may be wrong, but I believe you just take the expected value of both sides for the last equation above and the integral vanishes and you'll be left with the definition of a submartingale.

share|improve this answer
Two questions: First, the resulting inequality would be $E[u(B_t)]\ge u(B_0)$. I believe you can't use this to show $E[u(B_t)|\mathcal{F}_s]\ge u(B_s)$. Moreover why should the integral vanish? A priori it is a local martingale, if $\nabla u$ is bounded, then it is a true martingale for which your claim would be true. For a local martingale, you have to stopped first using a localizing sequence. – hulik Sep 24 '12 at 11:13

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.