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 @@ -20,15 +20,14 @@ open CompactlySupported MeasureTheory
2020variable {X : Type *}
2121
2222namespace CompactlySupportedContinuousMap
23+ variable [TopologicalSpace X] [MeasurableSpace X]
2324
24- lemma integrable {X E : Type *} [MeasurableSpace X]
25- [TopologicalSpace X] [NormedAddCommGroup E] (f : C_c(X, E))
25+ lemma integrable {E : Type *} [NormedAddCommGroup E] (f : C_c(X, E))
2626 {μ : Measure X} [OpensMeasurableSpace X] [IsFiniteMeasureOnCompacts μ] :
2727 Integrable f μ :=
2828 f.continuous.integrable_of_hasCompactSupport f.hasCompactSupport
2929
30- variable [TopologicalSpace X] [T2Space X] [LocallyCompactSpace X] [MeasurableSpace X] [BorelSpace X]
31- variable (Λ : C_c(X, ℝ) →ₚ[ℝ] ℝ)
30+ variable [T2Space X] [LocallyCompactSpace X] [BorelSpace X] (Λ : C_c(X, ℝ) →ₚ[ℝ] ℝ)
3231
3332/-- Integral as a positive linear functional on `C_c(X, ℝ)`. -/
3433@[simps!]
You can’t perform that action at this time.
0 commit comments