1

Let $F$ be the distribution function of the continuous-type random variable $X$, and assume that $F(x)=0$ for $x \le 0$ and $0 \lt F(x) \lt1$ for $0 \lt x$. Prove that if $P(X \gt x+y |X \gt x)=P(X \gt y),$ then $F(x)=1-e^{- \lambda x}, 0 \lt x.$

My attempt:

Let $F(x)=P(X \le x)$. Then

$ \frac {P(X \gt x+y)}{P(X \gt x)}=P(X \gt y)$

$\Rightarrow \frac {1-P(X\le x+y)}{1-P(X \le x)}=1-p(X \le y)$

$ \Rightarrow \frac {1-F(x+y)}{1-F(x)}=1-F(y)$

Then I have no idea where to go from here. Any help is appreciated.

Em.
  • 16,196
Lily
  • 405

2 Answers2

1

Let $F(s) = P(X>s)$ Using conditional probability manipulations, $$F(s) = P(X>s) = P(X > s+t\mid X >t) = \frac{P(X>s+t)}{P(X>t)} = \frac{F(s+t)}{f(t)}$$ yielding the functional equation $$F(s+t) = F(s)F(t)$$ Next we consider the difference quotient $$\frac{F(x+h)-F(x)}{h} = F(x)\left(\frac{F(h)+1}{h}\right)$$ Taking limits of both sides and applying the definition of the derivative, we obtain the differential equation $$F'(x) = -\lambda F(x)$$ where $\lambda = -F'(0)$. The solution of this differential equation is the exponential function, $F(x) = e^{-\lambda x}$. The cumulative distribution function is then $$P(X\le x) = 1-P(X>x) = 1-e^{-\lambda x}$$

0

Hint: let $y \to 0$ and try to get a differential equation for $F(x)$

leonbloy
  • 66,202