Learning.IsAlgEnvSeq.adapted_actionIndicator_filtrationAction
The action indicator is adapted to the history+action filtration: whether action k was chosen
at n is known once we know the action at n.
Learning.IsAlgEnvSeq.adapted_actionIndicator_filtrationAction.{u_1, u_2, u_3} {Ξ© : Type u_1} {π : Type u_2} {π¨ : Type u_3} {mΞ© : MeasurableSpace Ξ©} {mπ : MeasurableSpace π} {mπ¨ : MeasurableSpace π¨} [MeasurableSingletonClass π] {A : β β Ξ© β π} {Y : β β Ξ© β π¨} {P : MeasureTheory.Measure Ξ©} {alg : Algorithm π π¨} {env : Environment π π¨} [MeasureTheory.IsFiniteMeasure P] (h : IsAlgEnvSeq A Y alg env P) (k : π) : MeasureTheory.Adapted (filtrationAction h) (actionIndicator A k)Learning.IsAlgEnvSeq.adapted_actionIndicator_filtrationAction.{u_1, u_2, u_3} {Ξ© : Type u_1} {π : Type u_2} {π¨ : Type u_3} {mΞ© : MeasurableSpace Ξ©} {mπ : MeasurableSpace π} {mπ¨ : MeasurableSpace π¨} [MeasurableSingletonClass π] {A : β β Ξ© β π} {Y : β β Ξ© β π¨} {P : MeasureTheory.Measure Ξ©} {alg : Algorithm π π¨} {env : Environment π π¨} [MeasureTheory.IsFiniteMeasure P] (h : IsAlgEnvSeq A Y alg env P) (k : π) : MeasureTheory.Adapted (filtrationAction h) (actionIndicator A k)
Code
lemma IsAlgEnvSeq.adapted_actionIndicator_filtrationAction
{alg : Algorithm π π¨} {env : Environment π π¨}
[IsFiniteMeasure P] (h : IsAlgEnvSeq A Y alg env P) (k : π) :
Adapted h.filtrationAction (actionIndicator A k)Proof
fun _ β¦ Measurable.indicator measurable_const
(h.adapted_action_filtrationAction _ (measurableSet_singleton k))Actions: Source Β· Open Issue
New in v4.34.0-rc2-14-gf86702d (2026-08-25), and its meaning has not changed since.
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, 65 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.