Learning.IsAlgEnvSeq.adapted_action_filtrationAction
No docstring.
Learning.IsAlgEnvSeq.adapted_action_filtrationAction.{u_1, u_2, u_3} {π : Type u_1} {π¨ : Type u_2} {Ξ© : Type u_3} {mπ : MeasurableSpace π} {mπ¨ : MeasurableSpace π¨} {mΞ© : MeasurableSpace Ξ©} {A : β β Ξ© β π} {Y : β β Ξ© β π¨} {alg : Algorithm π π¨} {env : Environment π π¨} {P : MeasureTheory.Measure Ξ©} [MeasureTheory.IsFiniteMeasure P] (h : IsAlgEnvSeq A Y alg env P) : MeasureTheory.Adapted (filtrationAction h) ALearning.IsAlgEnvSeq.adapted_action_filtrationAction.{u_1, u_2, u_3} {π : Type u_1} {π¨ : Type u_2} {Ξ© : Type u_3} {mπ : MeasurableSpace π} {mπ¨ : MeasurableSpace π¨} {mΞ© : MeasurableSpace Ξ©} {A : β β Ξ© β π} {Y : β β Ξ© β π¨} {alg : Algorithm π π¨} {env : Environment π π¨} {P : MeasureTheory.Measure Ξ©} [MeasureTheory.IsFiniteMeasure P] (h : IsAlgEnvSeq A Y alg env P) : MeasureTheory.Adapted (filtrationAction h) A
Code
lemma adapted_action_filtrationAction (h : IsAlgEnvSeq A Y alg env P) :
Adapted h.filtrationAction AProof
fun n β¦ by
cases n with
| zero => rw [h.filtrationAction_zero_eq_comap]; exact measurable_iff_comap_le.mpr le_rfl
| succ m =>
rw [h.filtrationAction_eq_comap (m + 1) (Nat.succ_ne_zero m)]
exact measurable_snd.comp (measurable_iff_comap_le.mpr le_rfl)Actions: Source Β· Open Issue
New in v4.34.0-rc2-5-g9fd4a57 (2026-08-23), 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: 6 project declarations, 57 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.