Theorems · Theorem · probability
ProbabilityTheory.iIndepFun_iff_charFunDual_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 : ι) → NormedSpace ℝ (E i)]
[inst_7 : DecidableEq ι],
(∀ (i : ι), AEMeasurable (X i) P) →
(ProbabilityTheory.iIndepFun X P ↔
∀ (L : StrongDual ℝ ((x : ι) → E x)),
MeasureTheory.charFunDual (MeasureTheory.Measure.map (fun ω x => X x ω) P) L =
∏ i, MeasureTheory.charFunDual (MeasureTheory.Measure.map (X i) P) (L ∘SL ContinuousLinearMap.single ℝ E 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 Banach
spaces, see iIndepFun_iff_charFun_pi for the Hilbert space version.
- Cited by
- 2 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.
Cites23
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
- RingHom.idstatement · cited by 18,349
- NormedAddCommGroupstatement and proof · cited by 15,752
- MeasurableSpacestatement and proof · cited by 13,106
- NormedSpacestatement and proof · cited by 12,499
- MeasureTheory.Measurestatement and proof · cited by 10,939
- Fintypestatement and proof · cited by 7,736
- Complexstatement · cited by 5,565
- 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 by2
Results whose statement or proof uses this declaration.
- ProbabilityTheory.HasGaussianLaw.iIndepFun_of_covariance_strongDualproof · cited by 3
- ProbabilityTheory.iIndepFun.hasGaussianLawproof · cited by 3