LeanMachineLearning

Learning.IsAlgEnvSeq.hasCondDistrib_feedback_zero๐Ÿ”—

Lemma

No docstring.

Types
  • ๐“ž : Type u_1m๐“ž : MeasurableSpace ๐“žA measurable space is a space equipped with a ฯƒ-algebra.
  • ๐“ : Type u_2m๐“ : MeasurableSpace ๐“
  • ๐“จ : Type u_3m๐“จ : MeasurableSpace ๐“จ
  • ฮฉ : Type u_4mฮฉ : MeasurableSpace ฮฉ
Given
  • O : โ„• โ†’ ฮฉ โ†’ ๐“ž
  • A : โ„• โ†’ ฮฉ โ†’ ๐“
  • Y : โ„• โ†’ ฮฉ โ†’ ๐“จ
  • alg : Algorithm ๐“ž ๐“ ๐“จA stochastic, sequential algorithm.
  • env : Environment ๐“ž ๐“ ๐“จA stochastic environment.
  • P : 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.IsFiniteMeasure PA measure ฮผ is called finite if ฮผ univ < โˆž.
Then
ProbabilityTheory.HasCondDistrib (Y 0) (fun ฯ‰ => (O 0 ฯ‰, A 0 ฯ‰)) env.ฮฝ0 P
Predicate stating that the conditional distribution of Y given X under the measure P is equal to the kernel ฮบ.
Code
lemma IsAlgEnvSeq.hasCondDistrib_feedback_zero (h : IsAlgEnvSeq O A Y alg env P) :
    HasCondDistrib (Y 0) (fun ฯ‰ โ†ฆ (O 0 ฯ‰, A 0 ฯ‰)) env.ฮฝ0 P
Proof
(h.isAlgEnvSeqUntil 1).hasCondDistrib_feedback_zero zero_lt_one

Meaning last changed in v4.34.0-rc2-76-g565f652 (2026-09-10), the 2th recorded change.

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: 7 project declarations, 31 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.