Zulip Chat Archive
Stream: maths
Topic: Haar measures on affine spaces
Eric Wieser (Nov 19 2023 at 15:40):
In #8511, I attempted to generalized Haar measures to work on affine spaces, but I quickly ran into a problem: docs#AddTorsor and vsub do not have a multiplicative analog that replaces vadd with smul, so while I think docs#compact_covered_by_add_left_translates generalizes nicely, docs#compact_covered_by_mul_left_translates does not.
Eric Wieser (Nov 19 2023 at 15:41):
I can see a few ways out of this:
- Add a multiplicative version of affine spaces
- Remove the multiplicative version of Haar measures
- Remove
to_additiveon all the haar measure machinery and replace them with manualAddTorsorversions
Yaël Dillies (Nov 19 2023 at 15:44):
We already talked about MulTorsor before. I think it's a good-ish idea?
Eric Wieser (Nov 19 2023 at 15:46):
Thanks for volunteering!
Kevin Buzzard (Nov 19 2023 at 16:04):
Haar measures on multiplicative groups (like ) are used all over the Langlands program.
Antoine Chambert-Loir (Nov 19 2023 at 19:19):
As well as Haar measures on some homogeneous spaces under those.
Eric Wieser (Nov 19 2023 at 19:21):
It sounds pretty clear that MulTorsor (or just Torsor?) is the right choice then
Eric Wieser (Nov 24 2023 at 11:08):
Started in #8608
Last updated: May 02 2025 at 03:31 UTC