Theorems · Theorem · measure theory
measurable_measure_prodMk_left_finite
∀ {α : Type u_1} {β : Type u_2} [inst : MeasurableSpace α] [inst_1 : MeasurableSpace β] {ν : MeasureTheory.Measure β}
[MeasureTheory.IsFiniteMeasure ν] {s : Set (α × β)}, MeasurableSet s → Measurable fun x => ν (Prod.mk x ⁻¹' s)If ν is a finite measure, and s ⊆ α × β is measurable, then x ↦ ν { y | (x, y) ∈ s } is
a measurable function. measurable_measure_prodMk_left is strictly more general.
- Defined in
- Mathlib.MeasureTheory.Measure.Prod
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 194 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.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 and proof · cited by 9,879
- Set.ofPredproof · cited by 6,101
- Set.preimagestatement and proof · cited by 4,946
- Set.univproof · cited by 3,945
- MeasurableSetstatement and proof · cited by 3,075
- Set.iUnionproof · cited by 2,483
- Disjointproof · cited by 2,201
- SummationFilter.unconditionalproof · cited by 2,068
Cited by1
Results whose statement or proof uses this declaration.
- measurable_measure_prodMk_leftproof · cited by 20