Theorems · Theorem · probability
ProbabilityTheory.IsGaussian.charFun_eq
∀ {E : Type u_3} [inst : NormedAddCommGroup E] [inst_1 : InnerProductSpace ℝ E] [inst_2 : MeasurableSpace E]
[BorelSpace E] {μ : MeasureTheory.Measure E} [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
- 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.
Cites19
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 and proof · cited by 5,565
- InnerProductSpacestatement and proof · cited by 3,523
- 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
- Complex.Istatement and proof · cited by 866
Cited by2
Results whose statement or proof uses this declaration.
- ProbabilityTheory.IsGaussian.charFun_eq'proof · cited by 2
- ProbabilityTheory.HasGaussianLaw.charFun_map_eqproof · cited by 1