Theorems · Theorem · probability
ProbabilityTheory.Kernel.condExp_traj
∀ {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] [CompleteSpace 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₀) →
((ProbabilityTheory.Kernel.traj κ a) x₀)[f |
↑MeasureTheory.Filtration.piLE b] =ᵐ[(ProbabilityTheory.Kernel.traj κ a) x₀]
fun x => ∫ (y : (n : ℕ) → X n), f y ∂(ProbabilityTheory.Kernel.traj κ b) (Preorder.frestrictLe b x)- Cited by
- 1 results in Mathlib
- Foundations
- Depth 299 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites42
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
- Setproof · cited by 53,352
- 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
- Top.topproof · cited by 9,680
- Set.preimageproof · cited by 4,946
- MeasurableSetproof · cited by 3,075
- CompleteSpacestatement and proof · cited by 2,532
Cited by1
Results whose statement or proof uses this declaration.
- ProbabilityTheory.Kernel.condExp_traj'proof · cited by 0