Skip to content

Commit 57b5918

Browse files
committed
small changes
1 parent 56322a9 commit 57b5918

3 files changed

Lines changed: 5 additions & 3 deletions

File tree

Mathlib/MeasureTheory/Integral/CompactlySupported.lean

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,13 @@ Released under Apache 2.0 license as described in the file LICENSE.
44
Authors: Yongxi Lin, Thomas Zhu
55
-/
66

7-
import Mathlib.GroupTheory.MonoidLocalization.Basic
87
import Mathlib.MeasureTheory.Function.LocallyIntegrable
98
import Mathlib.MeasureTheory.Integral.Bochner.Basic
109
import Mathlib.Topology.ContinuousMap.CompactlySupported
1110

12-
/-! This file contains definitions and lemmas related to integrals of compactly supported continuous
11+
/-!
12+
# Integrating compactly supported continuous functions
13+
This file contains definitions and lemmas related to integrals of compactly supported continuous
1314
functions.
1415
-/
1516

Mathlib/MeasureTheory/Integral/RieszMarkovKakutani/Basic.lean

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ literature.
2727
2828
-/
2929

30+
3031
noncomputable section
3132

3233
open scoped BoundedContinuousFunction NNReal ENNReal

Mathlib/MeasureTheory/Integral/RieszMarkovKakutani/Real.lean

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ Released under Apache 2.0 license as described in the file LICENSE.
44
Authors: Yoh Tanimoto, Oliver Butterley
55
-/
66
import Mathlib.MeasureTheory.Integral.Bochner.Set
7+
import Mathlib.MeasureTheory.Integral.CompactlySupported
78
import Mathlib.MeasureTheory.Integral.RieszMarkovKakutani.Basic
89
import Mathlib.Order.Interval.Set.Union
9-
import Mathlib.MeasureTheory.Integral.CompactlySupported
1010

1111
/-!
1212
# Riesz–Markov–Kakutani representation theorem for real-linear functionals

0 commit comments

Comments
 (0)