Mathlib Map

Theorems · Theorem · probability

ProbabilityTheory.Kernel.iIndepFun.indepFun_finset_sum_of_notMem

Deprecated since 2026-04-08Use ProbabilityTheory.Kernel.iIndepFun.indepFun_finsetSum_of_notMem instead.

∀ {α : Type u_1} {Ω : Type u_2} {ι : Type u_3} {mα : MeasurableSpace α} {mΩ : MeasurableSpace Ω}
  {κ : ProbabilityTheory.Kernel α Ω} {μ : MeasureTheory.Measure α} {β : Type u_8} {m : MeasurableSpace β}
  [inst : AddCommMonoid β] [MeasurableAdd₂ β] {f : ι → Ω → β},
  ProbabilityTheory.Kernel.iIndepFun f κ μ →
    (∀ (i : ι), Measurable (f i)) →
      ∀ {s : Finset ι} {i : ι}, i ∉ s → ProbabilityTheory.Kernel.IndepFun (∑ j ∈ s, f j) (f i) κ μ

Alias of ProbabilityTheory.Kernel.iIndepFun.indepFun_finsetSum_of_notMem.

Defined in
Mathlib.Probability.Independence.Kernel.IndepFun
Cited by
0 results in Mathlib
Foundations
Depth 208 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
AddCommMonoidMeasurableAdd₂

Around this declaration

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

Cites11

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

Cited by0

Results whose statement or proof uses this declaration.

Nothing cites this yet.