Problem
When proving one result in the statistical learning theory course, the instructor uses $$ \mathbb{E}[\mathbb{E}[X\vert Y,Z]\vert Z]=\mathbb{E}[X\vert Z] $$ but I am not sure why this is true.
What I Have Done
I know I could do the following $$ \mathbb{E}[X\vert Y]=\int xf_{X\vert Y}(x\vert y)dx $$ But when $X$ becomes complicated like $\mathbb{E}[X\vert Y,Z]$ (sorry for the abuse of variable name), I do not know how to proceed.
Could someone help me, thank you in advance.
This is just a special case of the usual $$\mathbb{E}[X] = \mathbb{E}[\mathbb{E}[X \mid Y]]$$ except all expectations are taken under the conditional distribution given the event $Z=z$. If you are still unsure, take your favorite proof of the above equality and replace all PDFs/PMFs with the conditional distribution given $Z=z$.