Theorems · Theorem · measure theory
MeasurableEquiv.withDensity_ofReal_map_symm_apply_eq_integral_abs_det_fderiv_mul
∀ {E : Type u_1} [inst : NormedAddCommGroup E] [inst_1 : NormedSpace ℝ E] [FiniteDimensional ℝ E] {s : Set E}
{f' : E → E →L[ℝ] E} [inst_3 : MeasurableSpace E] [BorelSpace E] (μ : MeasureTheory.Measure E) [μ.IsAddHaarMeasure],
MeasurableSet s →
∀ (f : E ≃ᵐ E) {g : E → ℝ},
(∀ᵐ (x : E) ∂μ, x ∈ ⇑f '' s → 0 ≤ g x) →
MeasureTheory.IntegrableOn g (⇑f '' s) μ →
(∀ x ∈ s, HasFDerivWithinAt (⇑f) (f' x) s x) →
(MeasureTheory.Measure.map (⇑f.symm) (μ.withDensity fun x => ENNReal.ofReal (g x))) s =
ENNReal.ofReal (∫ (x : E) in s, |(f' x).det| * g (f x) ∂μ)- Defined in
- Mathlib.MeasureTheory.Function.Jacobian
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 279 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites31
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coestatement and proof · cited by 62,936
- 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
- MeasureTheory.Measurestatement and proof · cited by 10,939
- ENNRealstatement and proof · cited by 9,879
- Set.imagestatement and proof · cited by 5,609
- ContinuousLinearMapstatement and proof · cited by 5,352
- Filter.Eventuallystatement and proof · cited by 3,134
Cited by2
Results whose statement or proof uses this declaration.