Theorems · Theorem · probability
ProbabilityTheory.isGaussian_iff_gaussian_charFun
∀ {E : Type u_1} [inst : NormedAddCommGroup E] [SecondCountableTopology E] [CompleteSpace E]
[inst_3 : MeasurableSpace E] [BorelSpace E] {μ : MeasureTheory.Measure E} [inst_5 : InnerProductSpace ℝ E]
[MeasureTheory.IsFiniteMeasure μ],
ProbabilityTheory.IsGaussian μ ↔
∃ m f,
f.toBilinForm.IsPosSemidef ∧
∀ (t : E), MeasureTheory.charFun μ t = Complex.exp (↑(inner ℝ t m) * Complex.I - ↑((f t) t) / 2)The measure μ is Gaussian if and only if there
exist m : E and f : E →L[ℝ] E →L[ℝ] ℝ
satisfying f.toBilinForm.IsPosSemidef and charFun μ t = exp (⟪t, m⟫ * I - f t t / 2).
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 314 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites37
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coestatement and proof · cited by 62,936
- Realstatement and proof · cited by 25,697
- RingHom.idstatement and proof · cited by 18,349
- NormedAddCommGroupstatement and proof · cited by 15,752
- MeasurableSpacestatement and proof · cited by 13,106
- MeasureTheory.Measurestatement and proof · cited by 10,939
- Complexstatement · cited by 5,565
- ContinuousLinearMapstatement and proof · cited by 5,352
- InnerProductSpacestatement and proof · cited by 3,523
- CompleteSpacestatement and proof · cited by 2,532
- Complex.ofRealstatement and proof · cited by 1,654
- BorelSpacestatement and proof · cited by 1,602
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.