March 28th, 2008, 5:21 pm
here come my two cents to deal with variance.following magnolija's notation, we need to compute var(SUM (Wtj-Wtj-1)^2) = SUM(var(Wtj-Wtj-1)^2) (because of the independent increments) <= SUM 3*(tj-tj-1)^2 (because V(x^2) = E(x^4) - (E(x^2))^2 <= E(x^4) = 3*sigma^4, for x \sim Normal(0, sigma)) <= 3*max_i (ti-ti-1) * SUM (ti-ti-1) --> 0 (because of the maximand converges to zero and final term equals to t due to telescope rule). given that exepcation converges to t and the variance vanishes, we apply the chebyshev to conclude that [W]=t, p-a.s.
Last edited by
mjy on March 28th, 2008, 11:00 pm, edited 1 time in total.