Theorems · Theorem · probability
ProbabilityTheory.hasGaussianLaw_iff_charFun_map_eq
∀ {Ω : Type u_1} {E : Type u_2} {mΩ : MeasurableSpace Ω} {P : MeasureTheory.Measure Ω} [inst : NormedAddCommGroup E]
[inst_1 : MeasurableSpace E] [BorelSpace E] {X : Ω → E} [CompleteSpace E] [inst_4 : InnerProductSpace ℝ E]
[MeasureTheory.IsFiniteMeasure P],
AEMeasurable X P →
(ProbabilityTheory.HasGaussianLaw X P ↔
∀ (t : E),
MeasureTheory.charFun (MeasureTheory.Measure.map X P) t =
Complex.exp
(↑(∫ (x : Ω), (fun ω => inner ℝ t (X ω)) x ∂P) * Complex.I -
↑(ProbabilityTheory.variance (fun ω => inner ℝ t (X ω)) P) / 2))- Cited by
- 0 results in Mathlib
- Foundations
- Depth 299 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites31
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
- Complexstatement and proof · cited by 5,565
- InnerProductSpacestatement and proof · cited by 3,523
- CompleteSpacestatement and proof · cited by 2,532
- MeasureTheory.integralstatement and proof · cited by 1,779
- Complex.ofRealstatement and proof · cited by 1,654
- BorelSpacestatement and proof · cited by 1,602
- Inner.innerstatement and proof · cited by 1,089
- MeasureTheory.IsFiniteMeasurestatement and proof · cited by 1,078
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.