Theorems · Theorem · probability
MeasureTheory.Measure.condKernel_apply_of_ne_zero
∀ {α : Type u_1} {Ω : Type u_4} {mα : MeasurableSpace α} {mΩ : MeasurableSpace Ω} [inst : StandardBorelSpace Ω]
[inst_1 : Nonempty Ω] {ρ : MeasureTheory.Measure (α × Ω)} [inst_2 : MeasureTheory.IsFiniteMeasure ρ]
[MeasurableSingletonClass α] {x : α}, ρ.fst {x} ≠ 0 → ∀ (s : Set Ω), (ρ.condKernel x) s = (ρ.fst {x})⁻¹ * ρ ({x} ×ˢ s)If the singleton {x} has non-zero mass for ρ.fst, then for all s : Set Ω,
ρ.condKernel x s = (ρ.fst {x})⁻¹ * ρ ({x} ×ˢ s) .
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 278 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.
- DFunLike.coestatement and proof · cited by 62,936
- Setstatement and proof · cited by 53,352
- MeasurableSpacestatement and proof · cited by 13,106
- MeasureTheory.Measurestatement and proof · cited by 10,939
- ENNRealstatement · cited by 9,879
- SProd.sprodstatement · cited by 1,750
- ProbabilityTheory.Kernelstatement · cited by 1,281
- MeasureTheory.IsFiniteMeasurestatement and proof · cited by 1,078
- StandardBorelSpacestatement and proof · cited by 304
- MeasurableSingletonClassstatement and proof · cited by 230
- MeasureTheory.Measure.fststatement and proof · cited by 70
- MeasureTheory.Measure.condKernelstatement and proof · cited by 38
Cited by1
Results whose statement or proof uses this declaration.
- ProbabilityTheory.condDistrib_apply_of_ne_zeroproof · cited by 0