I am studying the book "Real Analysis" by Folland, and I have a question about the following. Folland writes on pg 37 that:
Since the collection of open intervals is invariant under translations and dilations, the same is true of Borel sets in $R$
I understand the "since $\dots$ dilations" part, but why does this mean that the same is true of Borel sets? It seems true, but what is the proof of this claim?
Consider a tranlsation $\phi(x) = x+a$. Then $\phi$ is a bijection, so it preserves countable unions, countable intersections, and complements: $$ \phi\left(\bigcup_{n=1}^\infty A_n\right) = \bigcup_{n=1}^\infty \phi(A_n) \\ \phi\left(\bigcap_{n=1}^\infty A_n\right) = \bigcap_{n=1}^\infty \phi(A_n) \\ \mathbb R \setminus \phi(A) = \phi\left(\mathbb R \setminus A\right) $$
Can you prove this? Do you see how to prove your result using this?