Theorems · Theorem · probability
ProbabilityTheory.Kernel.tendsto_densityProcess_limitProcess
∀ {α : Type u_1} {β : Type u_2} {γ : Type u_3} {mα : MeasurableSpace α} {mβ : MeasurableSpace β}
{mγ : MeasurableSpace γ} [inst : MeasurableSpace.CountablyGenerated γ] {κ : ProbabilityTheory.Kernel α (γ × β)}
{ν : ProbabilityTheory.Kernel α γ},
κ.fst ≤ ν →
∀ [ProbabilityTheory.IsFiniteKernel ν] (a : α) {s : Set β},
MeasurableSet s →
∀ᵐ (x : γ) ∂ν a,
Filter.Tendsto (fun n => κ.densityProcess ν n a x s) Filter.atTop
(nhds
(MeasureTheory.Filtration.limitProcess (fun n x => κ.densityProcess ν n a x s)
(ProbabilityTheory.countableFiltration γ) (ν a) x))- Cited by
- 2 results in Mathlib
- Foundations
- Depth 319 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites27
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
- Realstatement · cited by 25,697
- MeasurableSpacestatement and proof · cited by 13,106
- MeasureTheory.Measurestatement · cited by 10,939
- ENNRealproof · cited by 9,879
- nhdsstatement · cited by 5,554
- Set.univproof · cited by 3,945
- Filter.Tendstostatement · cited by 3,814
- Filter.Eventuallystatement · cited by 3,134
- MeasurableSetstatement and proof · cited by 3,075
- Filter.atTopstatement · cited by 2,405
Cited by2
Results whose statement or proof uses this declaration.
- ProbabilityTheory.Kernel.density_ae_eq_limitProcessproof · cited by 2
- ProbabilityTheory.Kernel.tendsto_m_densityproof · cited by 0