LeanMachineLearning

Bandits.ArrayModel.algFunction_zero_mapπŸ”—

Lemma

From the authors

The initial action is the image of a uniform random variable by algFunction alg 0 default.

Types
  • 𝓐 : Type u_1m𝓐 : MeasurableSpace 𝓐A measurable space is a space equipped with a Οƒ-algebra.Nonempty 𝓐StandardBorelSpace 𝓐A standard Borel space is a measurable space arising as the Borel sets of some Polish topology.
  • 𝓑 : Type u_2m𝓑 : MeasurableSpace 𝓑
Given
Then
MeasureTheory.Measure.map (algFunction alg 0 default) MeasureTheory.volume = alg.p0 ()
Code
lemma algFunction_zero_map (alg : Algorithm Unit 𝓐 𝓑) :
    volume.map (algFunction alg 0 default) = alg.p0 ()
Proof
algFunction_map alg 0 default

Meaning last changed in v4.35.0-rc2-1-g61e506b (2026-09-22), the 4th 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: 6 project declarations, 44 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.