Compare commits

...

2 Commits

Author SHA1 Message Date
Bokuan Li
9504125410 Added uniqueness of Haar.
All checks were successful
Compile Project / Compile (push) Successful in 38s
2026-06-18 21:00:12 -04:00
Bokuan Li
6487655eb3 Fixed typo. 2026-06-18 20:21:58 -04:00

View File

@@ -119,7 +119,7 @@
Thus $\mathcal{I}(f) = \bracs{I_g(f)|g \in C_c^+(G) \setminus \bracs{0}}$ is precompact for each $f \in C_c^+(G)$.
For each $V \in \cn_G(1)$, let $E_V = \bracs{I_g|g \in C_c^+(V) \setminus \bracs{0}}$, then $\fF = \bracs{E_V|V \in \cn_G(1)}$ is a filter on the product space $\prod_{f \in C_c^+(G)}\ol{\mathcal{I}(f)}$. By \hyperref[Tychonoff's Theorem]{theorem:tychonoff}, there exists $\bigcap_{V \in \cn_G(1)}\ol{E_V} \ne \emptyset$.
For each $V \in \cn_G(1)$, let $E_V = \bracs{I_g|g \in C_c^+(V) \setminus \bracs{0}}$, then $\fF = \bracs{E_V|V \in \cn_G(1)}$ is a filter on the product space $\prod_{f \in C_c^+(G)}\ol{\mathcal{I}(f)}$. By \hyperref[Tychonoff's Theorem]{theorem:tychonoff}, $\bigcap_{V \in \cn_G(1)}\ol{E_V} \ne \emptyset$.
Let $I \in \bigcap_{V \in \cn_G(1)}\ol{E_V}$, then by continuity,
\begin{enumerate}[label=(\roman*)]
@@ -145,7 +145,58 @@
\item[(LH)] For each $f \in C_c(G)$ and $x \in G$, $I(L_xf) = I(f)$.
\end{enumerate}
By (i) and the \hyperref[Riesz Representation Theorem]{theorem:riesz-radon}, there exists a unique non-zero Radon measure $\mu: \cb_G \to [0, \infty]$ such that for each $f \in C_c^+(G)$, $I(f) = \int_G f d\mu$. Finally, by \hyperref[density of $C_c(\mu; \real)$ in $L^1(\mu; \real)$]{proposition:radon-cc-dense} and (LH), $\mu$ is a left Haar measure.
By (i) and the \hyperref[Riesz Representation Theorem]{theorem:riesz-radon}, there exists a unique non-zero Radon measure $\mu: \cb_G \to [0, \infty]$ such that for each $f \in C_c^+(G)$, $I(f) = \int_G f d\mu$. Finally, by \hyperref[density of $C_c(G; \real)$ in $L^1(\mu; \real)$]{proposition:radon-cc-dense} and (LH), $\mu$ is a left Haar measure.
(2): Let $f, g \in C_c^+(G) \setminus \bracs{0}$ and $\eps > 0$, then by \autoref{proposition:lcg-cc-uc}, there exists a symmetric neighbourhood $V \in \cn_G(1)$ such that for any $x \in G$ and $y \in V$,
\[
|f(xy) - f(yx)|, |g(xy) - g(yx)| < \eps
\]
By \hyperref[Urysohn's lemma]{lemma:lch-urysohn}, there exists $h \in C_c^+(V) \setminus \bracs{0}$ such that $h(x) = h(x^{-1})$ for all $x \in V$. Since $f$ and $h$ are both compactly supported and $\mu, \nu$ are locally finite, by \hyperref[Tonelli's Theorem]{theorem:fubini-tonelli},
\begin{align*}
\paren{\int f d\mu}\paren{\int h d\nu} &= \iint f(x)h(y) \mu(dx)\nu(dy) \\
&= \iint f(yx)h(y) \nu(dx)\mu(dy) \\
\end{align*}
Similarly, by symmetry of $h$,
\begin{align*}
\paren{\int h d\mu}\paren{\int f d\nu} &= \iint h(x)f(y) \mu(dx)\nu(dy) \\
&= \iint h(y^{-1}x)f(y) \mu(dx)\nu(dy) \\
&= \iint h(x^{-1}y)f(y) \nu(dy)\mu(dx) \\
&= \iint h(y)f(xy) \nu(dy)\mu(dx) \\
&= \iint h(y)f(xy) \mu(dx)\nu(dy)
\end{align*}
Thus there exists $C > 0$ such that
\begin{align*}
&\abs{\paren{\int f d\mu}\paren{\int h d\nu} - \paren{\int h d\mu}\paren{\int f d\nu}} \\
&\le \abs{\iint h(y)[f(xy) - f(yx)]\mu(dx)\nu(dy)} \le C\eps
\end{align*}
and
\[
\abs{\paren{\int g d\mu}\paren{\int h d\nu} - \paren{\int h d\mu}\paren{\int g d\nu}}
\le C\eps
\]
so there exists $C' > 0$ such that
\[
\abs{\frac{\int h d\nu}{\int h d\mu} - \frac{\int g d\nu}{\int g d\mu}}
\le C'\eps
\]
and
\[
\abs{\frac{\int f d\nu}{\int f d\mu} + \frac{\int h d\nu}{\int h d\mu}}
\le C'\eps
\]
Therefore
\[
\abs{\frac{\int f d\nu}{\int f d\mu} - \frac{\int g d\nu}{\int g d\mu}} \le 2C' \eps
\]
As the above holds for all $\eps > 0$, $\int f d\nu/\int f d\mu = \int g d\nu/\int g d\mu$. By uniqueness from the \hyperref[Riesz Representation Theorem]{section:riesz-radon}, there exists $\lambda > 0$ such that $\mu = \lambda \nu$.
\end{proof}