Theorems · Theorem · probability
ProbabilityTheory.isGaussian_iff_gaussian_charFunDual
∀ {E : Type u_1} [inst : NormedAddCommGroup E] [SecondCountableTopology E] [CompleteSpace E]
[inst_3 : MeasurableSpace E] [BorelSpace E] {μ : MeasureTheory.Measure E} [inst_5 : NormedSpace ℝ E]
[MeasureTheory.IsFiniteMeasure μ],
ProbabilityTheory.IsGaussian μ ↔
∃ m f,
f.toBilinForm.IsPosSemidef ∧
∀ (L : StrongDual ℝ E), MeasureTheory.charFunDual μ L = Complex.exp (↑(L m) * Complex.I - ↑((f L) L) / 2)The measure μ is Gaussian if and only if there
exist m : E and f : StrongDual ℝ E →L[ℝ] StrongDual ℝ E →L[ℝ] ℝ
satisfying f.toBilinForm.IsPosSemidef and charFunDual μ L = exp (L m * I - f L L / 2).
- Cited by
- 4 results in Mathlib
- Foundations
- Depth 313 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites38
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
- NormedSpacestatement and proof · cited by 12,499
- MeasureTheory.Measurestatement and proof · cited by 10,939
- Complexstatement · cited by 5,565
- ContinuousLinearMapstatement and proof · cited by 5,352
- CompleteSpacestatement and proof · cited by 2,532
- MeasureTheory.integralproof · cited by 1,779
- Complex.ofRealstatement and proof · cited by 1,654
Cited by4
Results whose statement or proof uses this declaration.
- ProbabilityTheory.IndepFun.hasGaussianLawproof · cited by 4
- ProbabilityTheory.iIndepFun.hasGaussianLawproof · cited by 3
- ProbabilityTheory.gaussian_charFunDual_congrproof · cited by 1
- ProbabilityTheory.isGaussian_iff_gaussian_charFunproof · cited by 0