[guided]We need to verify $\mathcal{L}^n(E(S)) = |\det E| \cdot \mathcal{L}^n(S)$ for each of the three types of elementary matrices. The strategy is to exploit the product structure of Lebesgue measure: $\mathcal{L}^n = \mathcal{L}^1 \otimes \cdots \otimes \mathcal{L}^1$. Each elementary operation acts on at most one coordinate, so we can use Fubini's theorem to reduce to a one-dimensional problem. Denote the standard coordinates on $\mathbb{R}^n$ by $(x_1, \dots, x_n)$.
**Type 1 (Row swap):** Let $E$ swap coordinates $i$ and $j$. By the [Effect of Row Operations on the Determinant](/theorems/3298), $\det E = -1$, so $|\det E| = 1$. The map $E: \mathbb{R}^n \to \mathbb{R}^n$ acts as
\begin{align*}
E(x_1, \dots, x_i, \dots, x_j, \dots, x_n) = (x_1, \dots, x_j, \dots, x_i, \dots, x_n).
\end{align*}
Why does this map preserve $\mathcal{L}^n$-measure? The $n$-dimensional Lebesgue measure is the product $\mathcal{L}^n = \mathcal{L}^1 \otimes \cdots \otimes \mathcal{L}^1$, and permuting the factors of a product measure does not change the measure of any measurable set. Formally, for any measurable rectangle $R = R_1 \times \cdots \times R_n$, we have $\mathcal{L}^n(E(R)) = \prod_{k=1}^{n} \mathcal{L}^1(R_{\tau(k)}) = \prod_{k=1}^{n} \mathcal{L}^1(R_k) = \mathcal{L}^n(R)$, where $\tau = (i\;j)$. The result extends from rectangles to all measurable sets by the uniqueness of measures on product $\sigma$-algebras (both $S \mapsto \mathcal{L}^n(E(S))$ and $S \mapsto \mathcal{L}^n(S)$ are measures that agree on measurable rectangles, which generate the Borel $\sigma$-algebra). Therefore $\mathcal{L}^n(E(S)) = \mathcal{L}^n(S) = 1 \cdot \mathcal{L}^n(S) = |\det E| \cdot \mathcal{L}^n(S)$.
**Type 2 (Row scaling by $\lambda \neq 0$):** Let $E$ multiply coordinate $i$ by $\lambda \in \mathbb{R} \setminus \{0\}$. By the [Effect of Row Operations on the Determinant](/theorems/3298), $\det E = \lambda$, so $|\det E| = |\lambda|$. The map acts as
\begin{align*}
E(x_1, \dots, x_n) = (x_1, \dots, x_{i-1}, \lambda x_i, x_{i+1}, \dots, x_n).
\end{align*}
By Fubini's theorem (applicable since $S$ is measurable and the map acts on a single coordinate), we can evaluate $\mathcal{L}^n(E(S))$ by integrating over the product structure: first in the $i$-th coordinate, then in the remaining $n-1$ coordinates. The one-dimensional scaling $t \mapsto \lambda t$ satisfies $\mathcal{L}^1(\lambda B) = |\lambda| \cdot \mathcal{L}^1(B)$ for any measurable $B \subset \mathbb{R}$. This is the standard homogeneity property of Lebesgue measure: if $B$ is an interval of length $\ell$, then $\lambda B$ is an interval of length $|\lambda| \ell$, and the result extends to all measurable sets by countable additivity. Since all other coordinates are unchanged, integrating over the remaining coordinates gives $\mathcal{L}^n(E(S)) = |\lambda| \cdot \mathcal{L}^n(S) = |\det E| \cdot \mathcal{L}^n(S)$.
**Type 3 (Shear: add $\lambda$ times coordinate $j$ to coordinate $i$):** Let $E$ add $\lambda$ times coordinate $j$ to coordinate $i$ (with $i \neq j$). By the [Effect of Row Operations on the Determinant](/theorems/3298), $\det E = 1$, so $|\det E| = 1$. This is the most subtle case geometrically --- a shear distorts shapes but does not change volume. The map acts as
\begin{align*}
E(x_1, \dots, x_n) = (x_1, \dots, x_{i-1}, x_i + \lambda x_j, x_{i+1}, \dots, x_n).
\end{align*}
For each fixed value of the $n-1$ coordinates $(x_1, \dots, x_{i-1}, x_{i+1}, \dots, x_n)$, the transformation in the $x_i$-variable is a translation $x_i \mapsto x_i + c$ where $c = \lambda x_j$ is a constant (because $x_j$ is among the fixed coordinates, not the variable being transformed). Since Lebesgue measure $\mathcal{L}^1$ is translation-invariant, this map preserves $\mathcal{L}^1$-measure in the $i$-th coordinate for each fixed value of the remaining coordinates. By Fubini's theorem, integrating over the remaining coordinates gives $\mathcal{L}^n(E(S)) = \mathcal{L}^n(S) = |\det E| \cdot \mathcal{L}^n(S)$.
The key insight across all three cases is that Lebesgue measure has three fundamental invariance properties --- permutation invariance, scaling homogeneity, and translation invariance --- and each elementary row operation exploits exactly one of them.[/guided]