Theorems · Theorem · probability
ProbabilityTheory.Kernel.sum_const
∀ {α : Type u_1} {β : Type u_2} {ι : Type u_3} {mα : MeasurableSpace α} {mβ : MeasurableSpace β} [inst : Countable ι]
(μ : ι → MeasureTheory.Measure β),
(ProbabilityTheory.Kernel.sum fun n => ProbabilityTheory.Kernel.const α (μ n)) =
ProbabilityTheory.Kernel.const α (MeasureTheory.Measure.sum μ)- Defined in
- Mathlib.Probability.Kernel.Basic
- Cited by
- 1 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.
- MeasurableSpacestatement and proof · cited by 13,106
- MeasureTheory.Measurestatement and proof · cited by 10,939
- ProbabilityTheory.Kernelstatement · cited by 1,281
- Countablestatement and proof · cited by 633
- MeasureTheory.Measure.sumstatement · cited by 121
- ProbabilityTheory.Kernel.conststatement · cited by 93
- ProbabilityTheory.Kernel.sumstatement · cited by 31
Cited by1
Results whose statement or proof uses this declaration.
- MeasureTheory.Measure.compProd_sum_leftproof · cited by 0