Theorems · Theorem · measure theory
MeasureTheory.SignedMeasure.toJordanDecomposition_eq_of_eq_add_withDensity
∀ {α : Type u_1} {m : MeasurableSpace α} {μ : MeasureTheory.Measure α} {s t : MeasureTheory.SignedMeasure α} {f : α → ℝ}
(hf : Measurable f) (hfi : MeasureTheory.Integrable f μ)
(htμ : MeasureTheory.VectorMeasure.MutuallySingular t μ.toENNRealVectorMeasure),
s = t + μ.withDensityᵥ f →
s.toJordanDecomposition =
{ posPart := t.toJordanDecomposition.posPart + μ.withDensity fun x => ENNReal.ofReal (f x),
negPart := t.toJordanDecomposition.negPart + μ.withDensity fun x => ENNReal.ofReal (-f x), posPart_finite := ⋯,
negPart_finite := ⋯, mutuallySingular := ⋯ }- Cited by
- 0 results in Mathlib
- Foundations
- Depth 262 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites36
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coeproof · cited by 62,936
- Setproof · cited by 53,352
- Realstatement and proof · cited by 25,697
- MeasurableSpacestatement and proof · cited by 13,106
- MeasureTheory.Measurestatement and proof · cited by 10,939
- ENNRealstatement · cited by 9,879
- MeasurableSetproof · cited by 3,075
- Measurablestatement and proof · cited by 1,499
- MeasureTheory.Integrablestatement and proof · cited by 1,367
- MeasureTheory.IsFiniteMeasureproof · cited by 1,078
- ENNReal.ofRealstatement and proof · cited by 863
- MeasureTheory.Measure.realproof · cited by 530
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.