If $E$ and $F$ are measurable sets with $m(E)>0$ and $m(F)>0$. Prove that $E+F$ contains some interval.
I know that this problem is very popular in MSE and I found many topics but most of the solutions use Fourier transform, Lebesgue density theorem which I am not familiar yet.
I know the following two facts are true:
- If $\alpha\in(0,1)$ and $m_*(E)>0$ then exists an open interval $I$ such that $m_*(E\cap I)\geq \alpha m_*(I)$.
2)If $E\subset \mathbb{R}$ with $m(E)>0$ then $E-E$ contains some neighborhood of zero.
My professor said that above problem could be solved via these problems.
I was thinking on this problem about a week but no results.
However, I have ideas: Let's $\alpha=\frac{9}{10}$ then exists open intervals $I$ and $J$ such that $m(E\cap I)\geq \frac{9}{10}m(I)$ and $m(F\cap J)\geq \frac{9}{10}m(J)$. I had idea to shift one of the intervals, say $I+a\subset J$ WLOG. But this did not give any good results. Anyway, the idea if shifting may not work if $I=(-\infty,a)$ and $J=(b,+\infty)$.
I would be very grateful if somebody will show how to solve this problems using my ideas. And please do not close this topic because other topic on this problem have quite advanced solutions and I would like to see more simpler using the ideas which I provide.
This solution was provided to me by my friend.
We show that the difference set $E-F$ contains an intervals under the same assumptions. This implies the desired conclusion because then the set $-F$ is also measurable and $m(-F)=m(F)>0$, so $E+F=E-(-F)$ contains interval.
Using fact 1) we know that there exists an open interval $I$ and an open interval $J$ such that $m(E\cap I)\geq \frac{3}{4}m(I)$ and $m(F\cap J)\geq \frac{3}{4}m(J)$. WLOG, also we may assume that $E$ and $F$ has finite measures and $m(I)\geq m(J)$. Then there exists $a\in \mathbb{R}$ such that $J+a\subseteq I$.
Write $\delta=\frac{1}{4}m(J)$. observe that for any $0<|c|<\delta$, the intervals $I$ and $J+a+c$ intersect in an interval $K$ of length more than $\frac{3}{4}m(J)$. Writing $E_0=E\cap K$ and $F_0=(F+a+c)\cap K$, we have $$m(E\cap I)=m(E_0)+m(E\cap(I-K))<m(E_0)+\frac{1}{4}m(J).$$
Question 1: I was thinking on an estimate $m(E\cap(I-K))<\frac{1}{4}m(J)$ but I was not able to understand how he get it. Can anyone explain it, please?
hence $$m(E_0)>\frac{3}{4}m(I)-\frac{1}{4}m(J)>\frac{3}{4}m(J)-\frac{1}{4}m(J)=\frac{1}{2}m(J).$$ And $$m(F\cap J)=m((F+a+c)\cap (J+a+c))=m(F_0)+m((F+a+c)\cap((J+a+c)-K))<m(F_0)+\frac{1}{4}m(J)$$ so $$m(F_0)>\frac{3}{4}m(J)-\frac{1}{4}m(J)=\frac{1}{2}m(J).$$ Note that $E_0\cup F_0$ is contained in $K$ and hence $m(E_0\cup F_0)\leq m(K)\leq m(J)$. But both $E_0$ and $F_0$ has measure strictly greater than $\frac{1}{2}m(J)$, so by the additivity of the measure we conclude that $E_0\cap F_0\neq \varnothing$. Thus $E\cap (F+a+c)\neq \varnothing$, so there exists $x\in F$ such that $x+a+c\in E$. Therefore $a+c\in E-F$. Since this is true whenever $0<|c|<\delta$, the interval $(a-\delta,a+\delta)$ is contained in $E-F$.
Question 2: It is obvious that $(a,a+\delta)$ and $(a-\delta,a)$ is contained in $E-F$. But does $a\in E-F$?
Would be very grateful for answers to my questions.