Theorems · Theorem · probability
ProbabilityTheory.Kernel.traj_comp_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)] {a b : ℕ},
a ≤ b →
(ProbabilityTheory.Kernel.traj κ b).comp (ProbabilityTheory.Kernel.partialTraj κ a b) =
ProbabilityTheory.Kernel.traj κ aGiven the distribution up to tome a, partialTraj κ a b gives the distribution
of the trajectory up to time b, and composing this with traj κ b gives the distribution
of the whole trajectory.
- Cited by
- 6 results in Mathlib
- Foundations
- Depth 273 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.
- Finsetstatement · cited by 13,712
- MeasurableSpacestatement and proof · cited by 13,106
- ProbabilityTheory.Kernelstatement and proof · cited by 1,281
- Finset.Iicstatement and proof · cited by 280
- ProbabilityTheory.Kernel.compstatement and proof · cited by 129
- ProbabilityTheory.IsMarkovKernelstatement and proof · cited by 124
- ProbabilityTheory.Kernel.partialTrajstatement and proof · cited by 44
- Preorder.frestrictLeproof · cited by 43
- ProbabilityTheory.Kernel.trajstatement and proof · cited by 26
- ProbabilityTheory.Kernel.traj_map_frestrictLeproof · cited by 10
- ProbabilityTheory.Kernel.map_compproof · cited by 6
- ProbabilityTheory.Kernel.eq_trajproof · cited by 1
Cited by6
Results whose statement or proof uses this declaration.
- ProbabilityTheory.Kernel.partialTraj_compProd_trajproof · cited by 2
- ProbabilityTheory.Kernel.setIntegral_traj_partialTrajproof · cited by 1
- ProbabilityTheory.Kernel.condExp_trajproof · cited by 1
- ProbabilityTheory.Kernel.integral_traj_partialTrajproof · cited by 0
- ProbabilityTheory.Kernel.integrable_trajproof · cited by 0
- ProbabilityTheory.Kernel.aestronglyMeasurable_trajproof · cited by 0