Skip to content

Commit 24296d2

Browse files
committed
chore(MeasureTheory/Integral/IntervalIntegral/MeanValue): update for Lean's new module system
1 parent 96aef68 commit 24296d2

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

Mathlib/MeasureTheory/Integral/IntervalIntegral/MeanValue.lean

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,9 @@ Copyright (c) 2025 Louis (Yiyang) Liu. All rights reserved.
33
Released under Apache 2.0 license as described in the file LICENSE.
44
Authors: Louis (Yiyang) Liu
55
-/
6-
import Mathlib.MeasureTheory.Integral.IntervalAverage
6+
module
7+
8+
public import Mathlib.MeasureTheory.Integral.IntervalAverage
79

810
/-!
911
# First mean value theorem for integrals
@@ -35,6 +37,8 @@ and one assuming pointwise nonnegativity together with continuity of `g`.
3537
mean value theorem, interval integral, measure, nonnegative, continuous, integrable
3638
-/
3739

40+
@[expose] public section
41+
3842
open MeasureTheory Set intervalIntegral
3943

4044
/-- **First mean value theorem for integrals (interval integral, arbitrary measure).**

0 commit comments

Comments
 (0)