When does Xn→dXXn→dX and Yn→dYYn→dY imply Xn+Yn→dX+YXn+Yn→dX+Y?

机器算法验证 distributions convergence asymptotics slutsky-theorem
2022-03-14 15:06:29

The question:

XndX and YndY?Xn+YndX+Y

I know that this does not hold in general; Slutsky's theorem only applies when one or both of the convergences is in probability.

However, are there instances in which it does hold?

For instance, if the sequences Xn and Yn are independent.

3个回答

Formalizing @Ben answer, independence is almost a sufficient condition, because we know that the characteristic function of the sum of two independent RV's is the product of their marginal characteristic functions. Let

Zn=Xn+Yn
. Under independence of Xn and Yn,

ϕZn(t)=ϕXn(t)ϕYn(t)

So

limϕZn(t)=lim[ϕXn(t)ϕYn(t)]

and we have (since we assume that Xn and Yn converge)

lim[ϕXn(t)ϕYn(t)]=limϕXn(t)limϕYn(t)=ϕX(t)ϕY(t)

which is the characteristic function of X+Y... if X+Y are independent. And they will be independent if one of the two has a continuous distribution function (see this post). This is the condition required in addition to independence of the sequences, so that independence is preserved at the limit.

Without independence we would have

ϕZn(t)ϕXn(t)ϕYn(t)

and no general assertion can be made about the limit.

The Cramer-Wold theorem gives a necessary and sufficient condition:

Let {zn} be a sequence of RK-valued random variables. Then,

zndzλzndλzλRK{0}

To give an example, let UN(0,1) and define Wn:=U as well as Vn:=(1)nU. We then trivially have

WndU
and, due to symmetry of the standard normal distribution, that
VndU.
However, Wn+Vn does not converge in distribution, as
Wn+Vn={2UN(0,4)forneven0fornodd
This is an application of the Cramer-Wold Device for λ=(1,1).

Yes, independence is sufficient: The antecedent conditions here concern convergence in distribution for the marginal distributions of {Xn} and {Yn}. The reason that the implication does not hold generally is that there is nothing in the antecedent conditions that deals with the statistical dependence between the elements of the two sequences. If you were to impose independence of the sequences then that would be sufficient to ensure convergence in distribution of the sum.

(Alecos has added an excellent answer below that proves this result using characteristic functions. Asymptotic independence is also sufficient for this implication, since the same limiting decomposition of the characteristic functions occurs.)