I am stuck on the following contradiction.
Suppose a positive random variable X satisfies the following.
$P(X>t)=(1-t)^2$
Then $P(X^2>a)=(1-a^{1/2})^2$ holds.
Since $P(X^2=u)=P(X=u^{1/2})$, we get the following by differentiating and taking the minus sign.
$P(X=u^{1/2})=2-2u^{1/2}, P(X^2=u)=u^{-1/2}-1$
This is a clear contradiction, and I am not sure about
- Which specific part is wrong in this statement
- How to fix it
If anyone knows at least one of these questions, a kind answer would be appreciated. Thank you in advance!
+) The 'probability' actually means pdf, and the support of X should be [0, 1]
You (should) have: $$\mathsf P(X>t) = (1-t)^2\cdot\mathbf 1_{t\in[0;1]} + \mathbf 1_{t<0}$$
The probability density function (pdf) is then $$f(t)=\lvert\tfrac{\mathrm d~}{\mathrm d t}\mathsf P(X>t) \rvert = 2(1-t)\cdot\mathbf 1_{t\in[0;1]}$$
So then we can evaluate the pdf at $u^{1/2}$ as: $$f(u^{1/2}) = 2(1-u^{1/2})\cdot\mathbf 1_{u\in[0;1]}$$
Now if we wish:$$\begin{align}\mathsf P(X^2>u) &= \mathsf P(X>u^{1/2})\\ &= (1-u^{1/2})^2\cdot\mathbf 1_{u\in[0;1]}\end{align}$$
Then $$\begin{align}\lvert\tfrac{\mathrm d~}{\mathrm d u}\mathsf P(X^2>u) \rvert &= u^{-1/2}(1-u^{1/2})\cdot\mathbf 1_{u\in[0;1]} \\ &= (u^{-1/2}-1)\cdot\mathbf 1_{u\in[0;1]}\end{align}$$
Which does not equal the pdf evaluated at $u^{1/2}$, because of the chain rule for differentiation. Indeed:
$$\left\lvert{\tfrac{\mathrm d~~~}{\mathrm d~u}\mathsf P(X^2>u) }\right\rvert~=~ \lvert\tfrac{\mathrm d~u^{1/2}}{\mathrm d~u~~~}\rvert~f(u^{1/2})~$$
PS: $\mathbf 1_{x\in A}$ is an indicator function; a piecewise function that is $1$ when the indicated condition is true, and $0$ otherwise. $$\mathbf 1_{x\in A}~=~\begin{cases}1 &:& x\in A\\ 0 &:& \text{otherwise}\end{cases}$$