Mathlib Map

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
Assumes
MeasurableSpaceMeasurableSpaceMeasureTheory.SFinite

Around this declaration

Dashed lines are statement dependencies; solid lines are citations in proofs.

MeasureTheory.Measure.prod_prod · cited by 38Measure.prod_prodMeasureTheory.integral_prod · cited by 9MeasureTheory.integral_pr…MeasureTheory.MeasurePreserving.skew_product · cited by 5MeasurePreserving.skew_pr…ProbabilityTheory.Kernel.parallelComp_id_left_comp_parallelComp · cited by 5Kernel.parallelComp_id_le…measurable_measure_prodMk_right · cited by 4measurable_measure_prodMk…MeasureTheory.Measure.measure_prod_null · cited by 4Measure.measure_prod_nullMeasurable.lintegral_prod_right' · cited by 4Measurable.lintegral_prod…MeasureTheory.Measure.prod_smul_right · cited by 3Measure.prod_smul_rightMeasureTheory.Measure.prod_sum_right · cited by 3Measure.prod_sum_rightMeasureTheory.Measure.ae_measure_lt_top · cited by 2Measure.ae_measure_lt_topMeasurable.map_prodMk_left · cited by 2Measurable.map_prodMk_leftMeasureTheory.Measure.prod_comp_right · cited by 1Measure.prod_comp_rightProbabilityTheory.Kernel.prod_const_comp · cited by 1Kernel.prod_const_compProbabilityTheory.Kernel.prod_prodMkRight_comp_deterministic_prod · cited by 1Kernel.prod_prodMkRight_c…MeasureTheory.measurePreserving_prodAssoc · cited by 1MeasureTheory.measurePres…DFunLike.coe · cited by 62936DFunLike.coeSet · cited by 53352SetMeasurableSpace · cited by 13106MeasurableSpaceMeasureTheory.Measure · cited by 10939MeasureTheory.MeasureENNReal · cited by 9879ENNRealSet.preimage · cited by 4946Set.preimageMeasurableSet · cited by 3075MeasurableSetMeasurable · cited by 1499MeasurableMeasureTheory.SFinite · cited by 449MeasureTheory.SFiniteMeasureTheory.sfiniteSeq · cited by 20MeasureTheory.sfiniteSeqMeasureTheory.sum_sfiniteSeq · cited by 16MeasureTheory.sum_sfinite…Measurable.tsum · cited by 8Measurable.tsumMeasureTheory.Measure.sum_apply_of_countable · cited by 4Measure.sum_apply_of_coun…measurable_measure_prodMk_left_finite · cited by 1measurable_measure_prodMk…measurable_measure_prodMk_leftCITED BYCITES

Cites14

Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.

Cited by20

Results whose statement or proof uses this declaration.