While self-studying Rudin's Real and Complex Analysis, I have come across a line saying that if $T$ is a linear transformation from $R^n$ to $R^n$ that is onto and 1-1, and is thus a homeomorphism, and $m$ is the Lebesgue measure, then $T(E)$ is a Borel set for every Borel set $E$, and thus we can define a positive Borel measure $\mu$ by defining $\mu(E) = m(T(E))$. I have a couple questions on this:
- How do we know that $T(E)$ is Borel for every Borel set $E$? Since $T$ is a homeomorphism it pulls back open sets to open sets, and intuitively we can write $E$ as a countable union, intersection, and complement of open sets so that $T(E)$ must pull back Borel sets to Borel sets; however, I have no idea how to best formalize this.
- How do we define $T(\emptyset)$? The empty set isn't a member of $R^n$, but it seems we need to have $T(\emptyset) = 0$ for $\mu(\emptyset) = 0$ to hold.
Let $\mathcal{B}$ be the set of Borel subsets of a topological space $X$. Then by definition, $\mathcal{B}$ is the smallest $\sigma$-algebra on $X$ containing all the open sets in $X$; that is, if $\mathcal{F}$ is any other $\sigma$-algebra on $X$ containing all the open sets, then $\mathcal{B} \subseteq \mathcal{F}$.
If $T \colon X \to X$ is a homeomorphism, consider the set $\mathcal{B}' = \{T(E) : E \in \mathcal{B}\}$. You can easily check that $\mathcal{B}'$ is a $\sigma$-algebra; for example if $T(E_i) \in \mathcal{B}', i \in \mathbb{N}$ are arbitrary then $$\bigcap_{i\in\mathbb{N}} T(E_i) = T\Bigl(\bigcap_{i\in\mathbb{N}} E_i \Bigr) \in \mathcal{B}'$$ since $T$ is a bijection. Also $\mathcal{B}'$ contains all the open sets, because if $U \subseteq X$ is open, then $T^{-1}(U)$ is open by continuity, and therefore is in $\mathcal{B}$, so $U = T(T^{-1}(U)) \in \mathcal{B}'$. Therefore $\mathcal{B} \subseteq \mathcal{B}'$ by definition.
The same argument applied to $T^{-1}$ shows that $\mathcal{B}' \subseteq \mathcal{B}$, and so $\mathcal{B}' = \mathcal{B}$. So $E \subseteq X$ is Borel if and only if $T(E)$ is.