Zulip Chat Archive
Stream: maths
Topic: Haar Measure
Floris van Doorn (Jun 18 2020 at 20:02):
I am formalizing the Haar measure in Lean, following these notes. There is one place where the notes are handwaving, and I'm not sure how to fill in the gap (on paper).
So we are given a topological group that is locally compact and Hausdorff. The notes first define the Haar measure on compact sets of , which I will denote here. is shown to be monotone () and finitely additive ( if and are disjoint). So it is shown to be a content.
Now we are extending to open sets, by defining for an open set the function and it is shown that if is both compact and open (in the notes both these functions are therefore denoted ).
Then we are extending to all sets, by defining . (Basically) the same argument shows that if is an open subset. However, the notes also claim that if is compact, and I don't see how to prove that.
Translating this question back to just and , the question is: "Given a compact set and there is an open set such that ". How do I find this ?
Jalex Stark (Jun 18 2020 at 20:06):
(deleted)
Jalex Stark (Jun 18 2020 at 20:29):
maybe if you leave it as a sorry instead of an informal statement, it's more likely that someone will come along and fill it
Floris van Doorn (Jun 18 2020 at 20:49):
It's this sorry. Note that I'm only asking for the proof idea. I'm happy to formalize that idea myself.
Sebastien Gouezel (Jun 18 2020 at 20:49):
I don't think it is obvious (I am not even sure it is true!) But you don't need that to construct the Haar measure: your is a measure (that's a general property when you start from a content and do what you have done), it is left-invariant as everything is in the construction. And the main point is that it is nonzero, which follows from the fact that it is bounded below by which is itself nonzero.
Floris van Doorn (Jun 18 2020 at 20:50):
@Sebastien Gouezel Ok, that makes sense. I was already continuing without that fact, but I wasn't sure if I needed it later. Good to know that I don't need it.
David Wärn (Jun 18 2020 at 21:07):
I guess what you want to know is that for compact?
Floris van Doorn (Jun 18 2020 at 22:19):
That's true.; I do want that.
There is also a fixed compact set such that , and it would be nice (though not necessary) to have .
Floris van Doorn (Jun 18 2020 at 22:20):
I will try to find other sources which might have proven (or worked around) this fact in more detail.
Jalex Stark (Jun 18 2020 at 22:28):
is there a neighborhood of identity with finite ?
Jalex Stark (Jun 18 2020 at 22:29):
if so, you can translate that to get a -finite neighborhood of every point. Then K is covered by finitely many of those, to it's -finite
Kevin Buzzard (Jun 18 2020 at 23:24):
I thought P J Higgins' book on topological groups did a very thorough job on Haar measure but I looked in it this evening to see if I could find your result and found that he sets it all up via Haar integrals
Sebastien Gouezel (Jun 19 2020 at 07:30):
David Wärn said:
I guess what you want to know is that for compact?
This is easy: fix a nonempty open set with compact closure (it exists since the space is locally compact). Then by monotonicity of , hence is finite. Then, any compact set is included in a finite number of left translates of , and has therefore finite measure.
Last updated: Dec 20 2023 at 11:08 UTC