Theorems · Theorem · measure theory
MeasureTheory.measurable_image_of_fderivWithin
∀ {E : Type u_1} [inst : NormedAddCommGroup E] [inst_1 : NormedSpace ℝ E] [FiniteDimensional ℝ E] {s : Set E}
{f : E → E} {f' : E → E →L[ℝ] E} [inst_3 : MeasurableSpace E] [BorelSpace E],
MeasurableSet s → (∀ x ∈ s, HasFDerivWithinAt f (f' x) s x) → Set.InjOn f s → MeasurableSet (f '' s)If a function is differentiable and injective on a measurable set, then the image is measurable.
- Defined in
- Mathlib.MeasureTheory.Function.Jacobian
- Cited by
- 3 results in Mathlib
- Foundations
- Depth 178 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites16
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
- RingHom.idstatement and proof · cited by 18,349
- NormedAddCommGroupstatement and proof · cited by 15,752
- MeasurableSpacestatement and proof · cited by 13,106
- NormedSpacestatement and proof · cited by 12,499
- Set.imagestatement · cited by 5,609
- ContinuousLinearMapstatement and proof · cited by 5,352
- MeasurableSetstatement and proof · cited by 3,075
- FiniteDimensionalstatement and proof · cited by 1,854
- BorelSpacestatement and proof · cited by 1,602
- Set.InjOnstatement and proof · cited by 543
Cited by3
Results whose statement or proof uses this declaration.
- MeasureTheory.lintegral_abs_det_fderiv_le_addHaar_image_aux1proof · cited by 1
- MeasureTheory.lintegral_abs_det_fderiv_le_addHaar_imageproof · cited by 1
- MeasureTheory.nullMeasurable_image_of_fderivWithinproof · cited by 0