Faced with the following problem, I do not understand how to solve this problem:
Random vector $(X, Y)$ has a uniform distribution on the unit circle. Will its components be independent?
It is not very clear to me how to approach such tasks, is it necessary to look for a vector distribution function here? But it's probably clear that we need to check the definition somehow. $X,Y$ independent $\Leftrightarrow$ $\mathbb P(X < x, Y < y) = \mathbb P(X < x) \cdot \mathbb P(Y<y)$ But how to do this is not very clear.

Regardless of whether we're talking about just the boundary or including the interior of the circle, it is very easy to see that the components are not independent by considering a region between the unit square and the unit circle, e.g. $A = [0.8, 1] \times [0.8, 1]$. Clearly $P(0.8 \leq X \leq 1) > 0$ and $P(0.8 \leq Y \leq 1) > 0$, but $P((X, Y) \in A) = 0$.