Let X~U([0,1]) and Y=X, find the CDF $ $ $F_{(X,Y)}(x,y)$. Here is my attempt:
$$F_{(X,Y)}(x,y)=P({{X\le x} \cap {Y\le y}})$$ $Since \; \mathbf {Y=X} \; we \; have$ $$P({{X\le x} \cap {X\le y}})=$$ $Let \; \mathbf {m = min\{x,y}\}, \; thus$ $$P({{X\le m} \cap {X\le m}})= P({X\le m})=m$$ $While \; 0 \le x,y \le 1$
I know this is wrong as I have found the (possibly) correct (partial) solution elsewhere, but I don't understand why that is the case.
Thanks in advance