Theorems · Theorem · measure theory
measurable_measure_prodMk_left
∀ {α : Type u_1} {β : Type u_2} [inst : MeasurableSpace α] [inst_1 : MeasurableSpace β] {ν : MeasureTheory.Measure β}
[MeasureTheory.SFinite ν] {s : Set (α × β)}, MeasurableSet s → Measurable fun x => ν (Prod.mk x ⁻¹' s)If ν is an s-finite measure, and s ⊆ α × β is measurable, then x ↦ ν { y | (x, y) ∈ s }
is a measurable function.
Not true without the s-finite assumption: on ℝ × ℝ with the product sigma-algebra, let s be the
diagonal and let ν be an uncountable sum of Dirac measures (all Dirac measures for points in a
set t). Then ν (Prod.mk x ⁻¹' s) = ν {x} = if x ∈ t then 1 else 0. If t is chosen
non-measurable, this will not be measurable.
- Defined in
- Mathlib.MeasureTheory.Measure.Prod
- Cited by
- 20 results in Mathlib
- Foundations
- Depth 195 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites14
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
- MeasurableSpacestatement and proof · cited by 13,106
- MeasureTheory.Measurestatement and proof · cited by 10,939
- ENNRealstatement · cited by 9,879
- Set.preimagestatement and proof · cited by 4,946
- MeasurableSetstatement and proof · cited by 3,075
- Measurablestatement and proof · cited by 1,499
- MeasureTheory.SFinitestatement and proof · cited by 449
- MeasureTheory.sfiniteSeqproof · cited by 20
- MeasureTheory.sum_sfiniteSeqproof · cited by 16
- Measurable.tsumproof · cited by 8
Cited by20
Results whose statement or proof uses this declaration.
- MeasureTheory.Measure.prod_prodproof · cited by 38
- MeasureTheory.integral_prodproof · cited by 9
- MeasureTheory.MeasurePreserving.skew_productproof · cited by 5
- ProbabilityTheory.Kernel.parallelComp_id_left_comp_parallelCompproof · cited by 5
- measurable_measure_prodMk_rightproof · cited by 4
- MeasureTheory.Measure.measure_prod_nullproof · cited by 4
- Measurable.lintegral_prod_right'proof · cited by 4
- MeasureTheory.Measure.prod_smul_rightproof · cited by 3
- MeasureTheory.Measure.prod_sum_rightproof · cited by 3
- MeasureTheory.Measure.ae_measure_lt_topproof · cited by 2
- Measurable.map_prodMk_leftproof · cited by 2
- MeasureTheory.Measure.prod_comp_rightproof · cited by 1