Theorems · Theorem · probability
ProbabilityTheory.Kernel.integral_traj_partialTraj
∀ {X : ℕ → Type u_1} [inst : (n : ℕ) → MeasurableSpace (X n)]
{κ : (n : ℕ) → ProbabilityTheory.Kernel ((i : ↥(Finset.Iic n)) → X ↑i) (X (n + 1))}
[inst_1 : ∀ (n : ℕ), ProbabilityTheory.IsMarkovKernel (κ n)] {E : Type u_2} [inst_2 : NormedAddCommGroup E]
[inst_3 : NormedSpace ℝ E] {a b : ℕ},
a ≤ b →
∀ {x₀ : (i : ↥(Finset.Iic a)) → X ↑i} {f : ((n : ℕ) → X n) → E},
MeasureTheory.Integrable f ((ProbabilityTheory.Kernel.traj κ a) x₀) →
∫ (x : (i : ↥(Finset.Iic b)) → X ↑i),
∫ (y : (n : ℕ) → X n),
f y ∂(ProbabilityTheory.Kernel.traj κ b) x ∂(ProbabilityTheory.Kernel.partialTraj κ a b) x₀ =
∫ (x : (n : ℕ) → X n), f x ∂(ProbabilityTheory.Kernel.traj κ a) x₀- Cited by
- 0 results in Mathlib
- Foundations
- Depth 277 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites20
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
- Finsetstatement · cited by 13,712
- MeasurableSpacestatement and proof · cited by 13,106
- NormedSpacestatement and proof · cited by 12,499
- MeasureTheory.Measurestatement and proof · 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
- Finset.Iicstatement and proof · cited by 280
- ProbabilityTheory.IsMarkovKernelstatement and proof · cited by 124
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.