Mathlib Map

Theorems · Theorem · probability

ProbabilityTheory.Kernel.iIndepFun.indepFun_prodMk

∀ {α : Type u_1} {Ω : Type u_2} {ι : Type u_3} {mα : MeasurableSpace α} {mΩ : MeasurableSpace Ω}
  {κ : ProbabilityTheory.Kernel α Ω} {μ : MeasureTheory.Measure α} {β : ι → Type u_8}
  {m : (i : ι) → MeasurableSpace (β i)} {f : (i : ι) → Ω → β i},
  ProbabilityTheory.Kernel.iIndepFun f κ μ →
    (∀ (i : ι), Measurable (f i)) →
      ∀ (i j k : ι), i ≠ k → j ≠ k → ProbabilityTheory.Kernel.IndepFun (fun a => (f i a, f j a)) (f k) κ μ
Defined in
Mathlib.Probability.Independence.Kernel.IndepFun
Cited by
7 results in Mathlib
Foundations
Depth 207 from the axioms · uses propext, Classical.choice, Quot.sound

Around this declaration

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

ProbabilityTheory.Kernel.iIndepFun.indepFun_prodMk₀ · cited by 5iIndepFun.indepFun_prodMk₀ProbabilityTheory.Kernel.iIndepFun.indepFun_add_left · cited by 3iIndepFun.indepFun_add_le…ProbabilityTheory.Kernel.iIndepFun.indepFun_sub_left · cited by 3iIndepFun.indepFun_sub_le…ProbabilityTheory.Kernel.iIndepFun.indepFun_mul_left · cited by 3iIndepFun.indepFun_mul_le…ProbabilityTheory.Kernel.iIndepFun.indepFun_div_left · cited by 3iIndepFun.indepFun_div_le…ProbabilityTheory.iIndepFun.indepFun_prodMk · cited by 0iIndepFun.indepFun_prodMkProbabilityTheory.iCondIndepFun.condIndepFun_prodMk · cited by 0iCondIndepFun.condIndepFu…Finset · cited by 13712FinsetMeasurableSpace · cited by 13106MeasurableSpaceMeasureTheory.Measure · cited by 10939MeasureTheory.MeasureMeasurable · cited by 1499MeasurableProbabilityTheory.Kernel · cited by 1281ProbabilityTheory.KernelFinset.mem_insert_self · cited by 128Finset.mem_insert_selfFinset.mem_insert_of_mem · cited by 109Finset.mem_insert_of_memmeasurable_pi_apply · cited by 77measurable_pi_applyProbabilityTheory.Kernel.IndepFun · cited by 70Kernel.IndepFunProbabilityTheory.Kernel.iIndepFun · cited by 65Kernel.iIndepFunFinset.mem_singleton_self · cited by 44Finset.mem_singleton_selfProbabilityTheory.Kernel.IndepFun.comp · cited by 26IndepFun.compFinset.disjoint_singleton_right · cited by 12Finset.disjoint_singleton…Measurable.prod · cited by 9Measurable.prodProbabilityTheory.Kernel.iIndepFun.indepFun_finset · cited by 8iIndepFun.indepFun_finsetiIndepFun.indepFun_prodMkCITED BYCITES

Cites15

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

Cited by7

Results whose statement or proof uses this declaration.