0

Let $D$ be a Lebesgue measurable set and $y\in \mathbb{R}$. If we assume that the Lebesgue measure $m(D\Delta(D+y))=0$. Here $A\Delta B=(A\setminus B)\cup (B\setminus A)$. How do we conclude that $$ \chi_D(x)=\chi_{D+y}(x). \, a.e. $$


I try to rewrite it as integral $$ 0=m(D\Delta(D+y))=\int_{D\Delta (D+y)}dm(x) $$ But I am stuck on how to show that $$ \int_{D\Delta (D+y)}dm(x)=\int_\mathbb{R} |\chi_D(x)-\chi_{D+y}(x)|dm(x) \ge 0? $$

Moreover, after we have $$ \int_\mathbb{R} |\chi_D(x)-\chi_{D+y}(x)|dm(x)=0 $$

How do we get $$ \chi_D(x)=\chi_{D+y}(x). \, a.e.? $$

Hermi
  • 1,488

1 Answers1

0

Let us assume that by the $\Delta$ operator you mean the symmetric difference and that for a given set $D=\{d_1, d_2, \ldots,d_n,\ldots\}$ by $D+y$ you mean $\{d_1+y, d_2+y,\ldots,d_n+y,\ldots\}$. Let us also assume that $m(D)<+\infty$ and $m(D+y)<+\infty$.

Let us rewrite your integral a bit: \begin{align} 0&= \int_{D\Delta D+y}\;m(dx)\\ &=\int_{(D\setminus D+y)\cup (D+y \setminus D)}\;m(dx)\\ &=\int_{\mathbb{R}}\chi_{(D\setminus D+y)\cup (D+y \setminus D)}(x)\;m(dx)\\ &=\int_{\mathbb{R}}\chi_{D\setminus D+y}(x) \oplus\chi_{D+y\setminus D}(x)\;m(dx)\\ &=\int_{\mathbb{R}}|\chi_{D\setminus D+y}(x)| \oplus|\chi_{D+y\setminus D}(x)|\;m(dx)\\ &= \int_{\mathbb{R}}|\chi_{D\setminus D+y}(x) -\chi_{D+y\setminus D}(x)|\;m(dx)\;\text{ (by the properties of xor)}\\ &= \int_{\mathbb{R}}|(\chi_{D\setminus D+y}(x)+\chi_{D\cap D+y}(x)) -(\chi_{D+y\setminus D}(x)+\chi_{D+y\cap D}(x))|\;m(dx)\\ &= \int_{\mathbb{R}}|(\chi_{(D\cap (D+y)^c)\cup(D\cap D+y)}(x)) -(\chi_{(D+y\cap D^c)\cup(D+y\cap D)}(x))|\;m(dx)\\ &=\int_{\mathbb{R}}|\chi_D(x)-\chi_{D+y}(x)|\;m(dx) \end{align} Since we have that by given the measure over the symmetric difference is zero, we have that the last integral evaluates exactly to zero as well. After that you can apply the fact mentioned by @geetha290krm and get that $|\chi_D(x)-\chi_{D+y}(x)|=0$ a.e., and further that $$ \chi_D(x)=\chi_{D+y}(x)\; \text{ a.e.} $$

o.spectrum
  • 1,376
  • 11
  • 21
  • Thanks. But I think $|\chi_D(x)-\chi_{D+y}(x)|=\chi_{D\Delta (D+y)}(x)$, right? – Hermi Feb 06 '24 at 02:28
  • Also, can we say that $\chi_D(x)=\chi_D(x+y)$ a.e.? – Hermi Feb 06 '24 at 02:29
  • No, in fact you cannot make such a direct equality there in general. It's rather $\chi_{D\Delta D+y}(x)=\chi_{D}(x)\oplus \chi_{D+y}(x)$ in general case scenario. This is only the assumption of yours that $m(D\Delta D+y)=0$ that allows to state us that $\chi_{D\Delta D+y}(x)=|\chi_{D}(x)-\chi_{D+y}(x)|$ in this very case. – o.spectrum Feb 06 '24 at 02:33
  • I'm not sure what you mean by $\chi_D(x+y)$, if $y$ in this context is just some scalar then yes, because in fact it's not the variable, we evaluate the indicator function over, that matters but rather its domain. For me at least, $\chi_D(x)=\chi_D(x+y)$ a.e. doesn't really make any practical sense, since, well, $\chi_D$ is just the very same indicator for both LHS and RHS here. – o.spectrum Feb 06 '24 at 02:36
  • Ok, because I try to understand the answer in this question:https://math.stackexchange.com/questions/103473/revisiting-a-lebesgue-measure-question-involving-a-dense-subset-of-r-translates?noredirect=1&lq=1 – Hermi Feb 06 '24 at 04:36
  • But I discuss all cases for $x\in A\cap B$, and $ x\in A$ but $x\notin B$,...I can show that $|\chi A-\chi_B|=\chi{A\Delta B}$. I am not sure why do you say they are not equal? Can you give me one case that they are not equal? – Hermi Feb 06 '24 at 04:39
  • See here https://math.stackexchange.com/questions/3457402/symmetric-difference-characteristic-function-lebesgue-norm/3457442#3457442 – Hermi Feb 06 '24 at 04:42
  • Oh, in fact you're right. Just I seem to have made a slip myself, as I was actually relating to measures first, not the indicator functions. Instead of a "$+$" under the integral, we must actually have "$\oplus$" (the xor), and then the direct equality can be drawn. – o.spectrum Feb 06 '24 at 10:13