Theorems · Theorem · measure theory
MeasureTheory.exists_decomposition_of_monotoneOn_hasDerivWithinAt
∀ {s : Set ℝ} {f f' : ℝ → ℝ},
MeasurableSet s →
MonotoneOn f s →
(∀ x ∈ s, HasDerivWithinAt f (f' x) s x) →
∃ a b c,
a ∪ (b ∪ c) = s ∧
MeasurableSet a ∧
MeasurableSet b ∧
MeasurableSet c ∧
Disjoint a (b ∪ c) ∧
Disjoint b c ∧
a.Countable ∧ (f '' b).Countable ∧ (∀ x ∈ b, f' x = 0) ∧ (∀ x ∈ c, 0 ≤ f' x) ∧ Set.InjOn f cTechnical structure theorem for monotone differentiable functions.
If a function f is monotone on a measurable set and has a derivative f', one can decompose
the set as a disjoint union a ∪ b ∪ c of measurable sets where a is countable (the points which
are isolated on the left or on the right, where f' is not well controlled),
f is locally constant on b and f' = 0 there (the preimages of the countably many points with
several preimages), and f is injective on c with nonnegative derivative (the other points).
- Cited by
- 3 results in Mathlib
- Foundations
- Depth 171 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites64
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Setstatement and proof · cited by 53,352
- Realstatement and proof · cited by 25,697
- Filterproof · cited by 8,121
- Set.ofPredproof · cited by 6,101
- Set.imagestatement · cited by 5,609
- Set.preimageproof · cited by 4,946
- Bot.botproof · cited by 4,720
- MeasurableSetstatement and proof · cited by 3,075
- Set.iUnionproof · cited by 2,483
- Set.extproof · cited by 2,266
- Disjointstatement and proof · cited by 2,201
- LT.lt.leproof · cited by 2,189
Cited by3
Results whose statement or proof uses this declaration.
- MeasureTheory.lintegral_image_eq_lintegral_deriv_mul_of_monotoneOnproof · cited by 3
- MeasureTheory.integral_image_eq_integral_deriv_smul_of_monotoneOnproof · cited by 2