Theorems · Theorem · probability
ProbabilityTheory.Kernel.trajContent_tendsto_zero
∀ {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 : ℕ → Set ((n : ℕ) → X n)},
(∀ (n : ℕ), A n ∈ MeasureTheory.measurableCylinders X) →
Antitone A →
⋂ n, A n = ∅ →
∀ {p : ℕ} (x₀ : (i : ↥(Finset.Iic p)) → X ↑i),
Filter.Tendsto (fun n => (ProbabilityTheory.Kernel.trajContent κ x₀) (A n)) Filter.atTop (nhds 0)This is the key theorem to prove the existence of the traj:
the trajContent of a decreasing sequence of cylinders with empty intersection
converges to 0.
This implies the σ-additivity of trajContent
(see addContent_iUnion_eq_sum_of_tendsto_zero),
which allows to extend it to the σ-algebra by Carathéodory's theorem.
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 264 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites68
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
- Setstatement and proof · cited by 53,352
- TopologicalSpaceproof · cited by 24,529
- Finsetstatement · cited by 13,712
- MeasurableSpacestatement and proof · cited by 13,106
- ENNRealstatement and proof · cited by 9,879
- SetLike.coeproof · cited by 8,199
- Filterproof · cited by 8,121
- nhdsstatement and proof · cited by 5,554
- Filter.Tendstostatement and proof · cited by 3,814
- MeasurableSetproof · cited by 3,075
- Filter.atTopstatement and proof · cited by 2,405
Cited by1
Results whose statement or proof uses this declaration.
- ProbabilityTheory.Kernel.isSigmaSubadditive_trajContentproof · cited by 3