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.
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 287 from the axioms · uses propext, Classical.choice, Quot.sound
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.
- Realstatement and proof · cited by 25,697
- NormedAddCommGroupstatement and proof · cited by 15,752
- MeasurableSpacestatement and proof · cited by 13,106
- MeasureTheory.Measurestatement and proof · cited by 10,939
- ENNRealstatement · cited by 9,879
- Fintypestatement and proof · cited by 7,736
- Complexstatement · cited by 5,565
- InnerProductSpacestatement and proof · cited by 3,523
- Finset.univstatement and proof · cited by 3,473
- CompleteSpacestatement and proof · cited by 2,532
- Finset.prodstatement and proof · cited by 2,356
- BorelSpacestatement and proof · cited by 1,602
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.