Probability density function of random vector $(X,Y)$ is given by formula $f(x,y)=2\cdot\mathbb{1}_D(x,y)$, where $D=\left\{(x,y)\in\mathbb{R}^2:x\in[0,1],y\in[0,1],y<-x+1\right\}$. Find distribution of vector $(X,Y)$.
Overall this is pretty simple exercise, but I am having a problem with specifying proper intervals.
My attempt:
$\begin{cases} 0 &\text{ for } x<0 \vee y<0 \\ \star &\text{ for } x\in[0,1), y\in[0;-x+1] \\ \star\star &\text{ for } x\in[0,1],y\ge1\\\star\star\star &\text{ for } x\in[0;-y+1],y\in[0,1) \\ \star\star\star\star &\text{ for } x\ge1,y\in[0,1) \\ 1 &\text{ for } x\ge1,y\ge1\end{cases}$
I have a doubt about $\star$ and $\star\star\star$, or more precisely - aren't these two basically the same?