Theorems · Theorem · probability
ProbabilityTheory.isGaussian_iff_charFun_eq
∀ {E : Type u_3} [inst : NormedAddCommGroup E] [inst_1 : InnerProductSpace ℝ E] [inst_2 : MeasurableSpace E]
[BorelSpace E] {μ : MeasureTheory.Measure E} [CompleteSpace E] [MeasureTheory.IsFiniteMeasure μ],
ProbabilityTheory.IsGaussian μ ↔
∀ (t : E),
MeasureTheory.charFun μ t =
Complex.exp
((∫ (x : E), ↑((fun x => inner ℝ t x) x) ∂μ) * Complex.I -
↑(ProbabilityTheory.variance (fun x => inner ℝ t x) μ) / 2)- Cited by
- 1 results in Mathlib
- Foundations
- Depth 298 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites28
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coeproof · cited by 62,936
- 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 · 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
Cited by1
Results whose statement or proof uses this declaration.
- ProbabilityTheory.hasGaussianLaw_iff_charFun_map_eqproof · cited by 0