Theorems · Theorem · probability
ProbabilityTheory.integral_poissonMeasure
∀ {E : Type u_1} [inst : NormedAddCommGroup E] [inst_1 : NormedSpace ℝ E] [FiniteDimensional ℝ E] (r : NNReal)
(f : ℕ → E),
∫ (n : ℕ), f n ∂ProbabilityTheory.poissonMeasure r = ∑' (n : ℕ), (Real.exp (-↑r) * ↑r ^ n / ↑n.factorial) • f nThe integral of a function taking values in a finite-dimensional space
against poissonMeasure r is given by its sum weighted by exp (-r) * r ^ n / n!. This version
does not require integrability, as the integral exists if and only if the sum exists, and otherwise
they are both defined to be zero.
See integral_poissonMeasure' with a general codomain which assumes integrability.
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 260 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.
- Realstatement and proof · cited by 25,697
- TopologicalSpaceproof · cited by 24,529
- NormedAddCommGroupstatement and proof · cited by 15,752
- NormedSpacestatement and proof · cited by 12,499
- AddCommMonoidproof · cited by 12,281
- MeasureTheory.Measureproof · cited by 10,939
- NNRealstatement and proof · cited by 4,310
- SummationFilter.unconditionalstatement and proof · cited by 2,068
- FiniteDimensionalstatement and proof · cited by 1,854
- MeasureTheory.integralstatement and proof · cited by 1,779
- NNReal.toRealstatement and proof · cited by 1,260
- le_of_ltproof · cited by 1,175
Cited by2
Results whose statement or proof uses this declaration.
- ProbabilityTheory.charFun_map_cast_poissonMeasureproof · cited by 0
- ProbabilityTheory.integral_map_cast_poissonMeasureproof · cited by 0