I want to find the joint pmf of the 3 random variables below:
$$P_{X,Y,Z}(x,y,z) = \begin{cases} {\frac{3}{16}} &\quad\text{if }(x,y,z)\in \{001,111\}\\ {\frac{1}{8}} &\quad\text{if }(x,y,z)\in \{000,010,100,110\}\\ {\frac{1}{16}} &\quad\text{if } (x,y,z)\in \{011,101\} \\ \end{cases}$$
Obviously i know how to find each pmf but the thing that confuses me a lot and i couldnt manage to find anything on internet , is the limits . I don't understand what $(x,y,z)\in \{ 001 , 111\} $ actually means.
Can someone explain? Thank you.