We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
integral_Ico_eq_integral_Ioc
1 parent 58f09da commit 976461bCopy full SHA for 976461b
1 file changed
Mathlib/MeasureTheory/Integral/Bochner/Set.lean
@@ -677,6 +677,9 @@ theorem integral_Ioc_eq_integral_Ioo : ∫ t in Ioc x y, f t ∂μ = ∫ t in Io
677
theorem integral_Ico_eq_integral_Ioo : ∫ t in Ico x y, f t ∂μ = ∫ t in Ioo x y, f t ∂μ :=
678
integral_Ico_eq_integral_Ioo' <| measure_singleton x
679
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
+
683
theorem integral_Icc_eq_integral_Ioo : ∫ t in Icc x y, f t ∂μ = ∫ t in Ioo x y, f t ∂μ := by
684
rw [integral_Icc_eq_integral_Ico, integral_Ico_eq_integral_Ioo]
685
0 commit comments