Theorems · Theorem · probability
ProbabilityTheory.integrable_comp_iff
∀ {α : Type u_1} {β : Type u_2} {γ : Type u_3} {E : Type u_4} {mα : MeasurableSpace α} {mβ : MeasurableSpace β}
{mγ : MeasurableSpace γ} [inst : NormedAddCommGroup E] {a : α} {κ : ProbabilityTheory.Kernel α β}
{η : ProbabilityTheory.Kernel β γ} ⦃f : γ → E⦄,
MeasureTheory.AEStronglyMeasurable f ((η.comp κ) a) →
(MeasureTheory.Integrable f ((η.comp κ) a) ↔
(∀ᵐ (y : β) ∂κ a, MeasureTheory.Integrable f (η y)) ∧
MeasureTheory.Integrable (fun y => ∫ (z : γ), ‖f z‖ ∂η y) (κ a))- Cited by
- 6 results in Mathlib
- Foundations
- Depth 257 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- NormedAddCommGroup
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites18
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
- Realstatement · cited by 25,697
- NormedAddCommGroupstatement and proof · cited by 15,752
- MeasurableSpacestatement and proof · cited by 13,106
- MeasureTheory.Measurestatement · cited by 10,939
- Norm.normstatement and proof · cited by 5,413
- Filter.Eventuallystatement and proof · cited by 3,134
- MeasureTheory.aestatement and proof · cited by 2,352
- MeasureTheory.integralstatement and proof · cited by 1,779
- MeasureTheory.Integrablestatement · cited by 1,367
- ProbabilityTheory.Kernelstatement and proof · cited by 1,281
- MeasureTheory.AEStronglyMeasurablestatement and proof · cited by 755
Cited by6
Results whose statement or proof uses this declaration.
- MeasureTheory.Measure.ae_integrable_of_integrable_compproof · cited by 3
- MeasureTheory.Integrable.ae_of_compproof · cited by 3
- MeasureTheory.Integrable.integral_norm_compproof · cited by 1
- MeasureTheory.Measure.integrable_integral_norm_of_integrable_compproof · cited by 0
- MeasureTheory.Measure.integrable_comp_iffproof · cited by 0
- ProbabilityTheory.Kernel.integrable_trajproof · cited by 0