Mathlib Map

Theorems · Theorem · real analysis

AbsolutelyContinuousOnInterval.integral_deriv_eq_sub

∀ {f : ℝ → ℝ} {a b : ℝ}, AbsolutelyContinuousOnInterval f a b → ∫ (x : ℝ) in a..b, deriv f x = f b - f a

Fundamental Theorem of Calculus for absolutely continuous functions: if f is absolutely continuous on uIcc a b, then ∫ (x : ℝ) in a..b, deriv f x = f b - f a.

Defined in
Mathlib.MeasureTheory.Integral.IntervalIntegral.AbsolutelyContinuousFun
Cited by
1 results in Mathlib
Foundations
Depth 271 from the axioms · uses propext, Classical.choice, Quot.sound

Around this declaration

Dashed lines are statement dependencies; solid lines are citations in proofs.

Cites27

Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.

Cited by1

Results whose statement or proof uses this declaration.