Theorems · Theorem · probability
ProbabilityTheory.Kernel.sum_apply
∀ {α : Type u_1} {β : Type u_2} {ι : Type u_3} {mα : MeasurableSpace α} {mβ : MeasurableSpace β} [inst : Countable ι]
(κ : ι → ProbabilityTheory.Kernel α β) (a : α),
(ProbabilityTheory.Kernel.sum κ) a = MeasureTheory.Measure.sum fun n => (κ n) a- Defined in
- Mathlib.Probability.Kernel.Defs
- Cited by
- 4 results in Mathlib
- Foundations
- Depth 195 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- Countable
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites7
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coestatement · cited by 62,936
- MeasurableSpacestatement and proof · cited by 13,106
- MeasureTheory.Measurestatement · cited by 10,939
- ProbabilityTheory.Kernelstatement and proof · cited by 1,281
- Countablestatement and proof · cited by 633
- MeasureTheory.Measure.sumstatement · cited by 121
- ProbabilityTheory.Kernel.sumstatement · cited by 31
Cited by4
Results whose statement or proof uses this declaration.
- ProbabilityTheory.Kernel.sum_apply'proof · cited by 6
- ProbabilityTheory.Kernel.measure_sum_seqproof · cited by 2
- ProbabilityTheory.Kernel.sum_comap_seqproof · cited by 0
- ProbabilityTheory.Kernel.sum_map_seqproof · cited by 0