Serving the Quantitative Finance Community

 
User avatar
reaverprog
Topic Author
Posts: 0
Joined: October 28th, 2009, 8:53 am

Martingale in Lp, True or False ?

January 3rd, 2013, 11:33 am

Hi,I have the following exercise where I am really stuck. Would really appreciate any help.Is the following statement true or false ?Let p>1, and X = (X_n)_{n integer >= 0} is a stochastic process in Lp, ie ||X||_p < oo, then there exist Y in Lp such that for all n>=0, E(Y|An) = Xn, where An is a filtration adapted to Xn.Thanks
 
User avatar
Polter
Posts: 1
Joined: April 29th, 2008, 4:55 pm

Martingale in Lp, True or False ?

January 5th, 2013, 7:40 pm

A Doob martingale http://math.iisc.ernet.in/~manju/Browni ... .pdfQuoteA natural (and surprisingly useful!) way to construct martingales is to take an arbitrary random variable M ∈ L1(P) and any filtration Fn, and then define the sequence Mn = E[M|Fn] - this is called a "Doob martingale". The martingale convergence theorem is a converse of sorts to this statement, that any uniformly integrable martingale is a Doob martingale.// Regarding the "converse of sorts" part -- note that any UI martingale can be closed: http://books.google.com/books?id=mJkFuq ... closed"See also:http://www.cs.berkeley.edu/~sinclair/cs ... 321.pdfThe last one has a cool example:QuoteConsider a run of quicksort on a particular input: let Q be the number of comparisons. Let X1 be the first pivot, X2 the second, etc. Then Zi = E[Q | X1, ..., Xi] is a Doob martingale with respect to (Xi).
Last edited by Polter on January 4th, 2013, 11:00 pm, edited 1 time in total.
 
User avatar
reaverprog
Topic Author
Posts: 0
Joined: October 28th, 2009, 8:53 am

Martingale in Lp, True or False ?

January 7th, 2013, 11:28 am

Hi PolterThanks for your response, from what I can see in your links, it looks like the doob martingale is basically a random martingale M that we take and then its projection on the filtration adapted to Mn is a martingale. But how can we build this M using the Mn ?Thanks
 
User avatar
Polter
Posts: 1
Joined: April 29th, 2008, 4:55 pm

Martingale in Lp, True or False ?

January 7th, 2013, 11:32 am

Ah, you need to obtain the closing random variable?Then, the converse part applies, take a look at Theorem 12 in Protter (which says that limit will work as the closing r.v.).// BTW, "M" is an ordinary, integrable random variable, not a "random martingale."
Last edited by Polter on January 6th, 2013, 11:00 pm, edited 1 time in total.
 
User avatar
reaverprog
Topic Author
Posts: 0
Joined: October 28th, 2009, 8:53 am

Martingale in Lp, True or False ?

January 7th, 2013, 1:06 pm

Unfortunately in his book he just enunciates theorem 12 but does not prove anything. Do you have any proof related to this or not ?
 
User avatar
Polter
Posts: 1
Joined: April 29th, 2008, 4:55 pm

Martingale in Lp, True or False ?

January 7th, 2013, 1:50 pm

Corollary 2 under Theorem 34: http://ocw.mit.edu/courses/mathematics/ ... pdfRelying on:http://ocw.mit.edu/courses/mathematics/ ... ion_13.pdf // Defs. on pp. 51 & 52; see also Lemma 29http://ocw.mit.edu/courses/mathematics/18-175-theory-of-probability-fall-2008/lecture-notes/section_14.pdf // Th. 33
Last edited by Polter on January 6th, 2013, 11:00 pm, edited 1 time in total.
 
User avatar
reaverprog
Topic Author
Posts: 0
Joined: October 28th, 2009, 8:53 am

Martingale in Lp, True or False ?

January 8th, 2013, 6:11 pm

Thanks Polter for your great help !