Theorems · Definition · measure theory
intervalIntegral
{E : Type u_5} → [inst : NormedAddCommGroup E] → [NormedSpace ℝ E] → (ℝ → E) → ℝ → ℝ → MeasureTheory.Measure ℝ → EThe interval integral ∫ x in a..b, f x ∂μ is defined
as ∫ x in Ioc a b, f x ∂μ - ∫ x in Ioc b a, f x ∂μ. If a ≤ b, then it equals
∫ x in Ioc a b, f x ∂μ, otherwise it equals -∫ x in Ioc b a, f x ∂μ.
- Cited by
- 546 results in Mathlib
- Foundations
- Depth 250 from the axioms, rests on 6,412 definitions · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites7
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Realstatement and proof · cited by 25,697
- NormedAddCommGroupstatement and proof · cited by 15,752
- NormedSpacestatement and proof · cited by 12,499
- MeasureTheory.Measurestatement and proof · cited by 10,939
- MeasureTheory.integralproof · cited by 1,779
- MeasureTheory.Measure.restrictproof · cited by 1,646
- Set.Iocproof · cited by 971
Cited by556
Results whose statement or proof uses this declaration.
- Real.circleAverageproof · cited by 106
- intervalIntegral.integral_of_lestatement · cited by 83
- circleIntegralproof · cited by 60
- intervalIntegral.integral_symmstatement · cited by 35
- intervalIntegral.integral_conststatement · cited by 33
- intervalIntegral.integral_samestatement · cited by 31
- intervalIntegral.integral_const_mulstatement · cited by 29
- intervalIntegral.integral_substatement and proof · cited by 26
- intervalIntegral.integral_negstatement · cited by 21
- intervalIntegral.integral_congrstatement · cited by 18
- intervalIntegral.intervalIntegral_eq_integral_uIocstatement and proof · cited by 17
- intervalIntegral.integral_zerostatement · cited by 16
Showing the 200 most cited of 556.