Mathlib Map

Theorems · Theorem · probability

ProbabilityTheory.iIndepFun_iff_charFun_pi

∀ {Ω : Type u_1} {mΩ : MeasurableSpace Ω} {P : MeasureTheory.Measure Ω} {ι : Type u_2} [inst : Fintype ι]
  [MeasureTheory.IsProbabilityMeasure P] {E : ι → Type u_3} {mE : (i : ι) → MeasurableSpace (E i)}
  [inst_2 : (i : ι) → NormedAddCommGroup (E i)] [∀ (i : ι), CompleteSpace (E i)] [∀ (i : ι), BorelSpace (E i)]
  [∀ (i : ι), SecondCountableTopology (E i)] {X : (i : ι) → Ω → E i} [inst_6 : (i : ι) → InnerProductSpace ℝ (E i)],
  (∀ (i : ι), AEMeasurable (X i) P) →
    (ProbabilityTheory.iIndepFun X P ↔
      ∀ (t : WithLp 2 ((x : ι) → E x)),
        MeasureTheory.charFun (MeasureTheory.Measure.map (fun ω => WithLp.toLp 2 fun x => X x ω) P) t =
          ∏ i, MeasureTheory.charFun (MeasureTheory.Measure.map (X i) P) (t.ofLp i))

A finite number of random variables are independent if and only if their joint characteristic function is equal to the product of the characteristic functions. This is the version for Hilbert spaces, see iIndepFun_iff_charFunDual_pi for the Banach space version.

Defined in
Mathlib.Probability.Independence.CharacteristicFunction
Cited by
0 results in Mathlib
Foundations
Depth 287 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
FintypeMeasureTheory.IsProbabilityMeasureNormedAddCommGroupCompleteSpaceBorelSpaceSecondCountableTopologyInnerProductSpace

Around this declaration

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

Cites26

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.