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!
Asked
Active
Viewed 641 times
0
-
When you say "zero set", do you mean "null set"? A null set is a set of measure zero. – Alex Kruckman Mar 15 '17 at 23:34
-
yes! measure zero – alicecongcong Mar 15 '17 at 23:37
-
3Strongly related: http://math.stackexchange.com/q/35606/259262 – Patrick Stevens Mar 15 '17 at 23:38
1 Answers
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