Theorems · Theorem · probability
MeasureTheory.MemLp.isProbabilityMeasure_of_indepFun
∀ {Ω : Type u_1} {E : Type u_2} {F : Type u_3} [inst : MeasurableSpace Ω] {μ : MeasureTheory.Measure Ω}
[inst_1 : NormedAddCommGroup E] [inst_2 : MeasurableSpace E] [OpensMeasurableSpace E] [inst_4 : MeasurableSpace F]
(f : Ω → E) (g : Ω → F) {p : ENNReal},
p ≠ 0 →
p ≠ ⊤ →
MeasureTheory.MemLp f p μ →
(¬∀ᵐ (ω : Ω) ∂μ, f ω = 0) → ProbabilityTheory.IndepFun f g μ → MeasureTheory.IsProbabilityMeasure μIf a nonzero function belongs to ℒ^p and is independent of another function, then
the space is a probability space.
- Cited by
- 5 results in Mathlib
- Foundations
- Depth 213 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites38
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coeproof · cited by 62,936
- NormedAddCommGroupstatement and proof · cited by 15,752
- MeasurableSpacestatement and proof · cited by 13,106
- MeasureTheory.Measurestatement and proof · cited by 10,939
- ENNRealstatement and proof · cited by 9,879
- Top.topstatement and proof · cited by 9,680
- Set.ofPredproof · cited by 6,101
- nhdsproof · cited by 5,554
- Set.preimageproof · cited by 4,946
- NNRealproof · cited by 4,310
- Set.univproof · cited by 3,945
- Filter.Tendstoproof · cited by 3,814
Cited by5
Results whose statement or proof uses this declaration.
- ProbabilityTheory.IndepFun.covariance_eq_zeroproof · cited by 4
- MeasureTheory.Integrable.isProbabilityMeasure_of_indepFunproof · cited by 3
- ProbabilityTheory.IndepFun.variance_addproof · cited by 2
- ProbabilityTheory.IndepFun.variance_sumproof · cited by 2
- ProbabilityTheory.strong_law_Lpproof · cited by 0