February 12th, 2008, 2:58 pm
I think I made a typo when I said left hand side, I meant right hand side. I was saying,Let A_t = a * E[ B_t * h(K_1,S_t)]B_t = (1-a) * E [ B_t * h(K_2,S_t) ]I had thatE[ B_t * h(a*K_1 + (1-a)*K_2,S_t) ] <= A_t + B_t.Now taking the max over all {t a stopping time}, the left hand side is the price of the american call at strike a*K_1 + (1-a)*K_2, the right hand side ismax (A_t + B_t), but I am claiming max (A_t + B_t) <= max A_t + max B_t , and then the right hand side just becomes the affine sum of the two american calls with price K_1 and K_2.You are saying you need some condition on the stopping time, but I don't see this yet.Just consider any indexing set J, and suppose to each j in J we have numbers A_j and B_j.Then surely a*A_j <= max_j(a*A_j) for all j, and (1-a)*B_j <= max_j((1-a)*B_j) for all j, so that a*A_j + (1-a)*B_j <= max_j (a*A_j) + max_j((1-a)*B_j) for all j. Hencemax_j (a*A_j + (1-a)*B_j) <= max_j (a*A_j) + max_j((1-a)*B_j) = a* max_j(A_j) + (1-a) * max_j(B_j).In other words, the max_j ( ) function is already convex.Now take J = set of all stopping times, and apply it to the above, so I still don't see what is meant by a convex stopping time.