Mathlib v3 is deprecated. Go to Mathlib v4

Commit 2021-09-16 19:59 59cda6d0

View on Github →

feat(measure_theory/group/basic): introduce a class is_haar_measure, and its basic properties (#9142) We have in mathlib a construction of Haar measures. But there are many measures which do not come from this construction, and are still Haar measures (Lebesgue measure on a vector space, Hausdorff measure of the right dimension, for instance). We introduce a new class is_haar_measure (and its additive analogue) to be able to express facts simultaneously for all these measures, and prove their basic properties.

Estimated changes