Mathlib Map

Theorems · Theorem · probability

ProbabilityTheory.iCondIndepFun.condIndepFun_finset_prod_of_notMem

Deprecated since 2026-04-08Use ProbabilityTheory.iCondIndepFun.condIndepFun_finsetProd_of_notMem instead.

∀ {Ω : Type u_1} {ι : Type u_2} {β : Type u_3} {m' mΩ : MeasurableSpace Ω} [inst : StandardBorelSpace Ω] {hm' : m' ≤ mΩ}
  {μ : MeasureTheory.Measure Ω} [inst_1 : MeasureTheory.IsFiniteMeasure μ] {m : MeasurableSpace β}
  [inst_2 : CommMonoid β] [MeasurableMul₂ β] {f : ι → Ω → β},
  ProbabilityTheory.iCondIndepFun m' hm' f μ →
    (∀ (i : ι), Measurable (f i)) →
      ∀ {s : Finset ι} {i : ι}, i ∉ s → ProbabilityTheory.CondIndepFun m' hm' (∏ j ∈ s, f j) (f i) μ

Alias of ProbabilityTheory.iCondIndepFun.condIndepFun_finsetProd_of_notMem.

Defined in
Mathlib.Probability.Independence.Conditional
Cited by
0 results in Mathlib
Foundations
Depth 285 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
StandardBorelSpaceMeasureTheory.IsFiniteMeasureCommMonoidMeasurableMul₂

Around this declaration

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

Cites12

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.