Theorems · Theorem · probability
ProbabilityTheory.Kernel.integral_integral_add_comp
∀ {α : Type u_1} {β : Type u_2} {γ : Type u_3} {E : Type u_4} {mα : MeasurableSpace α} {mβ : MeasurableSpace β}
{mγ : MeasurableSpace γ} [inst : NormedAddCommGroup E] {a : α} {κ : ProbabilityTheory.Kernel α β}
{η : ProbabilityTheory.Kernel β γ} [inst_1 : NormedSpace ℝ E] ⦃f g : γ → E⦄,
MeasureTheory.Integrable f ((η.comp κ) a) →
MeasureTheory.Integrable g ((η.comp κ) a) →
∫ (x : β), ∫ (y : γ), f y + g y ∂η x ∂κ a =
∫ (x : β), ∫ (y : γ), f y ∂η x ∂κ a + ∫ (x : β), ∫ (y : γ), g y ∂η x ∂κ a- Cited by
- 1 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.
Cites13
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coestatement and proof · 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
- NormedSpacestatement and proof · cited by 12,499
- MeasureTheory.Measurestatement · cited by 10,939
- MeasureTheory.integralstatement · cited by 1,779
- MeasureTheory.Integrablestatement and proof · cited by 1,367
- ProbabilityTheory.Kernelstatement and proof · cited by 1,281
- ProbabilityTheory.Kernel.compstatement and proof · cited by 129
- MeasureTheory.integral_addproof · cited by 49
- MeasureTheory.Integrable.integral_compproof · cited by 4
Cited by1
Results whose statement or proof uses this declaration.
- ProbabilityTheory.Kernel.integral_integral_add'_compproof · cited by 1