Learning.IsAlgEnvSeq.filtrationAction_le_filtration
No docstring.
Learning.IsAlgEnvSeq.filtrationAction_le_filtration.{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) (n : β) : β(filtrationAction h) n β€ β(filtration h) nLearning.IsAlgEnvSeq.filtrationAction_le_filtration.{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) (n : β) : β(filtrationAction h) n β€ β(filtration h) n
Code
lemma filtrationAction_le_filtration (h : IsAlgEnvSeq A Y alg env P) (n : β) :
h.filtrationAction n β€ h.filtration nProof
by
cases n with
| zero =>
rw [h.filtrationAction_zero_eq_comap]
exact measurable_iff_comap_le.mp (h.adapted_action 0)
| succ m =>
rw [h.filtrationAction_eq_comap (m + 1) (Nat.succ_ne_zero m), β measurable_iff_comap_le]
exact ((h.adapted_history m).mono (h.filtration.mono m.le_succ) le_rfl).prodMk
(h.adapted_action (m + 1))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, 58 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.