File tree Expand file tree Collapse file tree
Mathlib/MeasureTheory/Integral Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,12 +4,13 @@ Released under Apache 2.0 license as described in the file LICENSE.
44Authors: Yongxi Lin, Thomas Zhu
55-/
66
7- import Mathlib.GroupTheory.MonoidLocalization.Basic
87import Mathlib.MeasureTheory.Function.LocallyIntegrable
98import Mathlib.MeasureTheory.Integral.Bochner.Basic
109import 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
1314functions.
1415-/
1516
Original file line number Diff line number Diff line change @@ -27,6 +27,7 @@ literature.
2727
2828 -/
2929
30+
3031noncomputable section
3132
3233open scoped BoundedContinuousFunction NNReal ENNReal
Original file line number Diff line number Diff line change @@ -4,9 +4,9 @@ Released under Apache 2.0 license as described in the file LICENSE.
44Authors: Yoh Tanimoto, Oliver Butterley
55-/
66import Mathlib.MeasureTheory.Integral.Bochner.Set
7+ import Mathlib.MeasureTheory.Integral.CompactlySupported
78import Mathlib.MeasureTheory.Integral.RieszMarkovKakutani.Basic
89import Mathlib.Order.Interval.Set.Union
9- import Mathlib.MeasureTheory.Integral.CompactlySupported
1010
1111/-!
1212# Riesz–Markov–Kakutani representation theorem for real-linear functionals
You can’t perform that action at this time.
0 commit comments