Tell me more ×
Cross Validated is a question and answer site for statisticians, data analysts, data miners and data visualization experts. It's 100% free, no registration required.

$F$ is the distribution function of a positive random variable. Why does the following hold for every $x \in (0,\infty)$:

$F^{*2}(x) \leq F^2(x)$, where

$F^{*2}=F*F=\int\limits_0^x F(x-y)dF(y)$

share|improve this question
2  
Hint: Use monotonicity twice. First, for an arbitrary distribution function $F$ and, second, for the integral. – cardinal May 23 '12 at 17:04
1  
Note also that the nonnegativity restriction allows for an alternate simple probabilistic proof requiring no calculation at all. What might that be? – cardinal May 23 '12 at 17:18
1  
@cardinal +1 for a great comment! Once again, you have suggested the answer to Chris's question with a one-liner. (I like this one better than your earlier suggestion). – Dilip Sarwate May 23 '12 at 18:26
1  
It is also possible to derive the result from integration by parts. – Stéphane Laurent May 23 '12 at 18:51
3  
Since this discussion does not seem to be converging, let me add to @cardinal's hint. One of the two expressions is $P\{X+Y \leq x\}$ and the other is $P\{X \leq x, Y \leq x\}$ where $X$ and $Y$ are independent identically distributed positive random variables with common distribution function $F(\cdot)$. One of the two sets $\{X+Y \leq x\}, \{X \leq x, Y \leq x\}$ is a subset of the other. So no integral need be evaluated. – Dilip Sarwate May 23 '12 at 21:09
show 12 more comments

1 Answer

up vote 5 down vote accepted

Answer by Dilip Sarwate and cardinal:

$F^{*2}(x)=P(X+Y \leq x) \leq P(X \leq x, Y \leq x)=F^{2}(x).$

Thank you very much!

share|improve this answer
(+1) The key here is to recognize that $\{X+Y \leq x\} \subset \{X \leq x, Y \leq x\}$. A good follow-up is to come up with a (very!) simple counterexample to show that the result fails when $X$ can take on negative values. – cardinal May 24 '12 at 14:25
+1 I am glad you wrote up the hints succinctly. – Dilip Sarwate May 24 '12 at 14:35

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.