Theorems · Theorem · measure theory
MeasureTheory.integral_map_of_stronglyMeasurable
∀ {α : Type u_1} {G : Type u_5} [inst : NormedAddCommGroup G] [inst_1 : NormedSpace ℝ G] {m : MeasurableSpace α}
{μ : MeasureTheory.Measure α} {β : Type u_6} [inst_2 : MeasurableSpace β] {φ : α → β},
Measurable φ →
∀ {f : β → G},
MeasureTheory.StronglyMeasurable f → ∫ (y : β), f y ∂MeasureTheory.Measure.map φ μ = ∫ (x : α), f (φ x) ∂μ- Cited by
- 1 results in Mathlib
- Foundations
- Depth 253 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites24
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Setproof · cited by 53,352
- Realstatement and proof · cited by 25,697
- 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
- Set.preimageproof · cited by 4,946
- MeasurableSetproof · cited by 3,075
- MeasureTheory.integralstatement and proof · cited by 1,779
- le_rflproof · cited by 1,558
- Measurablestatement and proof · cited by 1,499
- MeasureTheory.Integrableproof · cited by 1,367
Cited by1
Results whose statement or proof uses this declaration.
- MeasureTheory.integral_mapproof · cited by 67