ProbabilityTheory.indepFun_zero_measure
indepFun_zero_measure🔗
Lemma
ProbabilityTheory.indepFun_zero_measureNo docstring.
theorem
ProbabilityTheory.indepFun_zero_measure.{u_6, u_7, u_8} {α : Type u_6} {β : Type u_7} {γ : Type u_8} {mα : MeasurableSpace α} {mβ : MeasurableSpace β} {mγ : MeasurableSpace γ} (X : α → β) (Y : α → γ) : IndepFun X Y 0ProbabilityTheory.indepFun_zero_measure.{u_6, u_7, u_8} {α : Type u_6} {β : Type u_7} {γ : Type u_8} {mα : MeasurableSpace α} {mβ : MeasurableSpace β} {mγ : MeasurableSpace γ} (X : α → β) (Y : α → γ) : IndepFun X Y 0
Code
lemma indepFun_zero_measure {α β γ : Type*} {mα : MeasurableSpace α} {mβ : MeasurableSpace β}
{mγ : MeasurableSpace γ} (X : α → β) (Y : α → γ) :
X ⟂ᵢ[(0 : Measure α)] YUsed by (1)
Actions: Source · Open Issue
Proof
by simp [indepFun_iff_measure_inter_preimage_eq_mul]