Mathlib v3 is deprecated. Go to Mathlib v4

Commit 2021-05-16 18:58 aedd12da

View on Github →

refactor(measure_theory/haar_measure): move general material to content.lean, make content a structure (#7615) Several facts that are proved only for the Haar measure (including for instance regularity) are true for any measure constructed from a content. We move these facts to the content.lean file (and make content a structure for easier management). Also, move the notion of regular measure to its own file, and make it a class.

Estimated changes

added structure measure_theory.content