Theorems · Theorem · probability
ProbabilityTheory.Kernel.partialTraj_comp_partialTraj
∀ {X : ℕ → Type u_1} {mX : (n : ℕ) → MeasurableSpace (X n)} {a b c : ℕ}
{κ : (n : ℕ) → ProbabilityTheory.Kernel ((i : ↥(Finset.Iic n)) → X ↑i) (X (n + 1))},
a ≤ b →
b ≤ c →
(ProbabilityTheory.Kernel.partialTraj κ b c).comp (ProbabilityTheory.Kernel.partialTraj κ a b) =
ProbabilityTheory.Kernel.partialTraj κ a cGiven the trajectory up to time a, partialTraj κ a b gives the distribution of
the trajectory up to time b. Then plugging this into partialTraj κ b c gives
the distribution of the trajectory up to time c.
- Cited by
- 3 results in Mathlib
- Foundations
- Depth 230 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites12
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
- LE.le.transproof · cited by 3,151
- ProbabilityTheory.Kernelstatement and proof · cited by 1,281
- Finset.Iicstatement and proof · cited by 280
- ProbabilityTheory.Kernel.compstatement and proof · cited by 129
- Nat.le_inductionproof · cited by 46
- ProbabilityTheory.Kernel.partialTrajstatement and proof · cited by 44
- ProbabilityTheory.Kernel.id_compproof · cited by 9
- ProbabilityTheory.Kernel.comp_assocproof · cited by 7
- ProbabilityTheory.Kernel.partialTraj_selfproof · cited by 5
- ProbabilityTheory.Kernel.partialTraj_succ_eq_compproof · cited by 2
Cited by3
Results whose statement or proof uses this declaration.
- ProbabilityTheory.Kernel.partialTraj_eq_prodproof · cited by 3
- ProbabilityTheory.Kernel.lmarginalPartialTraj_selfproof · cited by 2
- ProbabilityTheory.Kernel.partialTraj_comp_partialTraj'proof · cited by 1