Commit 2025-04-08 20:46 f07b6a30
View on Github →chore: split out small chunks from MeasureTheory.Integral.Lebesgue.Basic
(#23819)
Each small chunk requires one import that the rest of MeasureTheory.Integral.Lebesgue.Basic
does not need.
.Norm
importsAnalysis.Normed.Group.Basic
.MeasurePreserving
importsDynamics.Ergodic.MeasurePreserving
.Countable
importsMeasureTheory.Measure.Count
(and takes a few more lemmas, to preserve the theme)Topology.IndicatorConstPointwise
is handled by moving the two declarations requiring it to the only file that uses them (MeasureTheory.Integral.Indicator
)