The two-dimensional distribution of the random variables $\xi$ and $\eta$ is specified by the distribution function $$ \mathbb{P}(\xi \leq x,\; \eta \leq y) = F(x,y) = \begin{cases} 0 & \textrm{ if } \min(x,y) <0 \\ \min(x,y) & \textrm{ if } 0 \leq \min(x,y) \leq 1 \\ 1 & \textrm{ if } \min(x,y) > 1 \end{cases}.$$ Find $\mathbb{P}[ (\xi-\frac{1}{2})² + (\eta -\frac{1}{2})² \leq \frac{1}{4}]$.
My target is to find the required probability. But I am stuck in the middle way.
In order to find the probability this I did
$$ 0≤min(x,y) ≤1$$
$$0≤F(x,y)≤1$$
Let us denote the events $$ξ≤x$$ as $$A$$ and $$η≤y$$ as $$B$$
Now $AB⊆ A$ and $AB⊆ B$
Therefore $P(AB)≤P(A) , P(AB)≤P(B)$
Therefore $[P(AB)]² ≤P(A). P(B)$
Therefore $[P(ξ≤x, η≤y)]² ≤ P(ξ≤x). P(η≤y)$
Therefore $[F(x,y)]² ≤ F(x). F(y)$
Now if $ξ$ has the distribution function $F(x)$ and $η$ has the
distribution function $F(y)$ and if they are independent then I
can proceed to find the required probability.
By the way these $F(x), F(y)~Uniform(0,1)$ with mean $1/2$
Then $T = ξ-1/2$ ~ $N(0,1/12)$
and $W = η-1/2$ ~ $N(0,1/12)$
Then $P[12(T²+W²) ≤3]$ where $12(T²+W²)$ ~ Chi-Square Distribution with d.f 2
Is it the correct way?
If the independence does not work should I use this formula
$F(x,y)+F(0,0)-F(x,0)-F(0,y)$
Please Help Me.