Skip to content

Commit 976461b

Browse files
committed
feat(MeasureTheory/Integral/Bochner/Set): add integral_Ico_eq_integral_Ioc
1 parent 58f09da commit 976461b

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

  • Mathlib/MeasureTheory/Integral/Bochner

Mathlib/MeasureTheory/Integral/Bochner/Set.lean

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -677,6 +677,9 @@ theorem integral_Ioc_eq_integral_Ioo : ∫ t in Ioc x y, f t ∂μ = ∫ t in Io
677677
theorem integral_Ico_eq_integral_Ioo : ∫ t in Ico x y, f t ∂μ = ∫ t in Ioo x y, f t ∂μ :=
678678
integral_Ico_eq_integral_Ioo' <| measure_singleton x
679679

680+
theorem integral_Ico_eq_integral_Ioc : ∫ t in Ico x y, f t ∂μ = ∫ t in Ioc x y, f t ∂μ := by
681+
rw [integral_Ico_eq_integral_Ioo, integral_Ioc_eq_integral_Ioo]
682+
680683
theorem integral_Icc_eq_integral_Ioo : ∫ t in Icc x y, f t ∂μ = ∫ t in Ioo x y, f t ∂μ := by
681684
rw [integral_Icc_eq_integral_Ico, integral_Ico_eq_integral_Ioo]
682685

0 commit comments

Comments
 (0)