LeanMachineLearning

ProbabilityTheory.HasLaw.hasCondDistrib_const🔗

Theorem

From the authors

Alias of the reverse direction of ProbabilityTheory.hasCondDistrib_const_iff.

**Alias** of the reverse direction of `ProbabilityTheory.hasCondDistrib_const_iff`. --- Conditioning on a constant is the same as having law `κ b`.

Conditioning on a constant is the same as having law κ b.

Types
  • α : Type u_1mα : MeasurableSpace αA measurable space is a space equipped with a σ-algebra.
  • β : Type u_2mβ : MeasurableSpace β
  • Ω : Type u_4mΩ : MeasurableSpace Ω
Given
  • μ : MeasureTheory.Measure αA measure is defined to be an outer measure that is countably additive on measurable sets, with the additional assumption that the outer measure is the canonical extension of the restricted measure.MeasureTheory.IsProbabilityMeasure μA measure μ is called a probability measure if μ univ = 1.
  • Y : α → Ω
  • κ : Kernel β ΩA kernel from a measurable space α to another measurable space β is a measurable function κ : α → Measure β.IsSFiniteKernel κA kernel is s-finite if it can be written as the sum of countably many finite kernels.
  • b : β
Assuming
  • HasLaw Y (κ b) μThe predicate HasLaw X μ P registers the fact that the random variable X has law μ under the measure P, in other words that P.map X = μ.
Then
HasCondDistrib Y (fun x => b) κ μ
Predicate stating that the conditional distribution of Y given X under the measure P is equal to the kernel κ.
Code
alias ⟨HasCondDistrib.hasLaw_of_const', HasLaw.hasCondDistrib_const⟩
Proof
hasCondDistrib_const_iff

Meaning last changed in v4.34.0-rc2-76-g565f652 (2026-09-10).

Self-contained, with its dependencies inlined and proofs replaced by sorry: download the raw file · open it in the Lean web editor.

Dependency graph

Audit surface: 1 project declarations, 11 external constants

✓ Proved: no sorry anywhere in its closure

This is the tool's own reading of one build's recorded axioms, and it is not robust against an author who wants it to pass. Checking meant to be relied on should go through Comparator, which replays the proof through the kernel from an export against an explicit list of permitted axioms.