Theorems · Theorem · measure theory
MeasureTheory.QuasiMeasurePreserving.prod_of_right
∀ {α : Type u_1} {β : Type u_2} {γ : Type u_3} [inst : MeasurableSpace α] [inst_1 : MeasurableSpace β]
[inst_2 : MeasurableSpace γ] {f : α × β → γ} {μ : MeasureTheory.Measure α} {ν : MeasureTheory.Measure β}
{τ : MeasureTheory.Measure γ},
Measurable f →
∀ [MeasureTheory.SFinite ν],
(∀ᵐ (x : α) ∂μ, MeasureTheory.Measure.QuasiMeasurePreserving (fun y => f (x, y)) ν τ) →
MeasureTheory.Measure.QuasiMeasurePreserving f (μ.prod ν) τ- Defined in
- Mathlib.MeasureTheory.Measure.Prod
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 216 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites21
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
- MeasurableSpacestatement and proof · cited by 13,106
- MeasureTheory.Measurestatement and proof · cited by 10,939
- ENNRealproof · cited by 9,879
- Filter.Eventuallystatement and proof · cited by 3,134
- MeasurableSetproof · cited by 3,075
- MeasureTheory.aestatement and proof · cited by 2,352
- Measurablestatement and proof · cited by 1,499
- MeasureTheory.lintegralproof · cited by 1,152
- Filter.Eventually.monoproof · cited by 646
- MeasureTheory.SFinitestatement and proof · cited by 449
Cited by1
Results whose statement or proof uses this declaration.
- MeasureTheory.QuasiMeasurePreserving.prod_of_leftproof · cited by 3