Can we give an example of Lebesgue non-measurable function, for which set $\{x: f(x)=C\}~\forall C\in\mathbb{R}$ is measurable? Thanks.
-
You can get such a functions by adding pretty much any analytic function to a non-measurable function. – leftaroundabout Apr 16 '15 at 17:13
2 Answers
Let $S$ a non-measurable subset of $]0,+\infty[$. Define $$g(x)=\begin{cases} x\text{ if } x\in S\\-x\text{ if } x\notin S\end{cases}$$
$g^{-1}(y)$ is finite $\forall y\in \mathbb{R}$, but $\{ g\geq 0\}\setminus\ ]-\infty,0]=S$ is not measurable.
-
-
-
Huh. I'm not sure what $]0, +\infty[$ denotes either. Is it the complement of $[0, +\infty]$, perhaps? – David Zhang Apr 16 '15 at 19:43
-
8I believe $]$ and $[$ are notations of open intervals. It's uncommon, but, for example, I've seen it in Brown's Topology and Groupoids. – Apr 16 '15 at 19:45
-
3@DavidZhang Oh, ok. One sometimes uses reversed square brackets to exclude the extremal point of the interval. For instance $]0,+\infty[=(0,+\infty)$.
In Italy it's not that rare, I guess.
– Apr 16 '15 at 19:46 -
6
-
-
1@meisterluk A very common shorthand notation for $${x\in (0,\infty),:, g(x)\ge 0}$$ Or, more of the same, $g^{-1}((0,\infty))$. – Aug 08 '17 at 16:48
-
-
@G.Sassatelli: Can we take $g(x)=\begin{cases} x\text{ if } x\in S\-|x|\text{ if } x\notin S\end{cases}$ so that ${g\geq 0} = S$ instead of dealing with ${ g\geq 0}\setminus\ ]-\infty,0]=S,$ in which latter is, to me, more complicated. – Idonknow Mar 17 '18 at 05:54
-
-
1$]a,b[$ are known as the French brackets. There are many other countries in Europe (minus Britain, Ireland, Iceland) in which this notation would seem as unusual as it is in Anglosphere. I don't know if the notation due to Bourbaki, but they might've played a role. – paperskilltrees May 18 '22 at 18:19
Take $V$ to be a non-measurable set on $[0,1]$, and consider on $[0,1]$ the function $$ f(x) := x \mathbf{1}_V(x) + (-10 -x)\mathbf{1}_{[0,1]\setminus V}(x) $$ where $\mathbf{1}_V$ is the indicator function of $V$, $$ \mathbf{1}_V(x) := \begin{cases} 1 & x∈ V \\ 0 & x \notin V \end{cases} $$Then the preimage of any $C∈ℝ$ is a singleton or empty and hence measurable.
Its also not hard to use this idea to make a non-measurable function on $ℝ$, also satisfying your criterion: $$ f(x) := e^x \mathbf{1}_V(x) + (-10 -e^x)\mathbf{1}_{ℝ \setminus V}(x)$$
- 36,192
- 6
- 47
- 102
-
-
5
-
@olegas You'll often see it called the indicator function or characteristic function of the set $V$, though the first name is preferred since "characteristic function" has different meanings in different fields. – David Zhang Apr 16 '15 at 19:36
-