Let $f:\mathbb R\to\mathbb R$ a measurable functionI have to show that $\Gamma=\{(x,f(x))\mid x\in\mathbb R\}$ is measurable and that $m(\Gamma)=0$. (I work with Lebesgue measure).
My attempt
If $f=1_F$ where $f$ is an interval, we have that $\Gamma= I^c\times \{0\}\cup I\times \{1\}$ and thus it's measurable since it's union and product of measurable set. And we get $$m(\Gamma)=0\cdot m(I)+0\cdot m(I^c)=0.$$
If $f$ is a step function, i.e. $f=\sum_{i=1}^n a_i 1_{I_i}$ where $I_i$ are interval, we have that $$\Gamma=\left(\bigcap_{i=1}^n I_i^c\times \{0\}\right)\cup\left(\bigcup_{i=1}^n I_i\times \{a_i\}\right)$$ and thus $\Gamma$ is measurable since it's finite union, product and intersection of measurable set. And we get $$m(\Gamma)\leq 0\cdot m\left(\bigcap_{i=1}^n I_i\right)+0\sum_{i=1}^n m(I_i)=0$$ and thus $m(\Gamma)=0$.
Now if $f\geq 0$ is measurable, there is a sequence of step function $\varphi_k\nearrow f$. I would like to write $$\Gamma_n=\{(x,\varphi_n(x))\mid x\in\mathbb R\}$$ and say that $\Gamma_n\nearrow \Gamma$, but since $\Gamma_n\cap\Gamma_m$ for all $n\neq m$, I don't really see how to interpret this. Any idea how to write it rigorously ? Then we would have that $m(\Gamma_n)\to m(\Gamma)$, and since $m(\Gamma_n)=0$ for all $n$, we would have the result.