0

If so, what is an example of a non-measurable function in R that has a zero graph (graph is a zero set)? Thank you!

1 Answers1

2

Let $A\subseteq \mathbb{R}$ be any non-measurable set. Let $f\colon \mathbb{R}\to \mathbb{R}$ be the indicator function $$f(x) = \begin{cases}1 & \text{if }x\in A\\ 0&\text{if }x\notin A\end{cases}.$$ Then $f$ is not measurable. But the graph of $f$ is contained in the null set $$\{(x,0)\mid x\in \mathbb{R}\}\cup \{(x,1)\mid x\in \mathbb{R}\},$$ so it is a null set too.

Alex Kruckman
  • 76,357