Theorems · Theorem · probability
ProbabilityTheory.IsGaussian.charFunDual_eq_of_forall_strongDual_eq_zero
∀ {E : Type u_1} [inst : NormedAddCommGroup E] [inst_1 : NormedSpace ℝ E] [inst_2 : MeasurableSpace E] [BorelSpace E]
{μ : MeasureTheory.Measure E} [ProbabilityTheory.IsGaussian μ],
(∀ (L : StrongDual ℝ E), ∫ (x : E), L x ∂μ = 0) →
∀ (L : StrongDual ℝ E), MeasureTheory.charFunDual μ L = Complex.exp (-↑(ProbabilityTheory.variance (⇑L) μ) / 2)Characteristic function of a centered Gaussian measure.
For a Gaussian measure, the hypothesis ∀ L : StrongDual ℝ E, μ[L] = 0 is equivalent to the simpler
μ[id] = 0, but at this point we don't know yet that μ has a first moment so we can't use it.
See charFunDual_eq_of_integral_eq_zero
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 296 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites22
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 · 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
- MeasureTheory.integralstatement and proof · cited by 1,779
- Complex.ofRealstatement and proof · cited by 1,654
- MulZeroClass.zero_mulproof · cited by 1,625
- BorelSpacestatement and proof · cited by 1,602
Cited by2
Results whose statement or proof uses this declaration.
- ProbabilityTheory.IsGaussian.charFunDual_eq_of_integral_eq_zeroproof · cited by 0