Theorems · Theorem · probability
ProbabilityTheory.IndepFun.hasLaw_add_map_cast_poissonMeasure
∀ {R : Type u_1} [inst : AddMonoidWithOne R] {mR : MeasurableSpace R} {Ω : Type u_2} {mΩ : MeasurableSpace Ω}
{P : MeasureTheory.Measure Ω} [MeasurableAdd₂ R] {r₁ r₂ : NNReal} {X Y : Ω → R},
ProbabilityTheory.IndepFun X Y P →
ProbabilityTheory.HasLaw X (MeasureTheory.Measure.map Nat.cast (ProbabilityTheory.poissonMeasure r₁)) P →
ProbabilityTheory.HasLaw Y (MeasureTheory.Measure.map Nat.cast (ProbabilityTheory.poissonMeasure r₂)) P →
ProbabilityTheory.HasLaw (X + Y)
(MeasureTheory.Measure.map Nat.cast (ProbabilityTheory.poissonMeasure (r₁ + r₂))) PThe sum of two independent Poisson random variables with rates r₁, r₂ taking values in R
is a Poisson random variable with rate r₁ + r₂.
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 289 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites11
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- MeasurableSpacestatement and proof · cited by 13,106
- MeasureTheory.Measurestatement and proof · cited by 10,939
- NNRealstatement and proof · cited by 4,310
- MeasureTheory.Measure.mapstatement and proof · cited by 858
- AddMonoidWithOnestatement and proof · cited by 313
- ProbabilityTheory.IndepFunstatement and proof · cited by 192
- MeasurableAdd₂statement and proof · cited by 155
- ProbabilityTheory.HasLawstatement and proof · cited by 69
- ProbabilityTheory.poissonMeasurestatement and proof · cited by 16
- ProbabilityTheory.IndepFun.hasLaw_addproof · cited by 3
- ProbabilityTheory.map_cast_poissonMeasure_convproof · cited by 1
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.