Skip to content

Commit ecff28c

Browse files
committed
refactor(MeasureTheory/Function/LocallyIntegrable): golf ContinuousOn.integrableOn_compact'
1 parent aa390b8 commit ecff28c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Mathlib/MeasureTheory/Function/LocallyIntegrable.lean

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -505,8 +505,8 @@ variable [IsFiniteMeasureOnCompacts μ]
505505
locally finite measure. -/
506506
theorem ContinuousOn.integrableOn_compact'
507507
(hK : IsCompact K) (h'K : MeasurableSet K) (hf : ContinuousOn f K) :
508-
IntegrableOn f K μ := by
509-
exact hf.integrableOn_of_subset_isCompact hK h'K Subset.rfl hK.measure_ne_top
508+
IntegrableOn f K μ :=
509+
hf.integrableOn_of_subset_isCompact hK h'K Subset.rfl hK.measure_ne_top
510510

511511
theorem ContinuousOn.integrableOn_compact [T2Space X]
512512
(hK : IsCompact K) (hf : ContinuousOn f K) : IntegrableOn f K μ :=

0 commit comments

Comments
 (0)