Learning.IsAlgEnvSeq.condExp_feedback_zero_comp
No docstring.
Learning.IsAlgEnvSeq.condExp_feedback_zero_comp.{u_1, u_2, u_3, u_4} {Ξ© : Type u_1} {π : Type u_2} {π¨ : Type u_3} {mΞ© : MeasurableSpace Ξ©} {mπ : MeasurableSpace π} {mπ¨ : MeasurableSpace π¨} [NormedAddCommGroup π¨] {A : β β Ξ© β π} {Y : β β Ξ© β π¨} {P : MeasureTheory.Measure Ξ©} [MeasureTheory.IsFiniteMeasure P] {alg : Algorithm π π¨} {env : Environment π π¨} {π© : Type u_4} [NormedAddCommGroup π©] [NormedSpace β π©] [CompleteSpace π©] [StandardBorelSpace π¨] (h : IsAlgEnvSeq A Y alg env P) {g : π¨ β π©} (hg : MeasureTheory.StronglyMeasurable g) (hint : MeasureTheory.Integrable (fun Ο => g (Y 0 Ο)) P) : P[fun Ο => g (Y 0 Ο) | β(filtrationAction h) 0] =α΅[P] fun Ο => β« (x : π¨), g x β(Environment.Ξ½0 env) (A 0 Ο)Learning.IsAlgEnvSeq.condExp_feedback_zero_comp.{u_1, u_2, u_3, u_4} {Ξ© : Type u_1} {π : Type u_2} {π¨ : Type u_3} {mΞ© : MeasurableSpace Ξ©} {mπ : MeasurableSpace π} {mπ¨ : MeasurableSpace π¨} [NormedAddCommGroup π¨] {A : β β Ξ© β π} {Y : β β Ξ© β π¨} {P : MeasureTheory.Measure Ξ©} [MeasureTheory.IsFiniteMeasure P] {alg : Algorithm π π¨} {env : Environment π π¨} {π© : Type u_4} [NormedAddCommGroup π©] [NormedSpace β π©] [CompleteSpace π©] [StandardBorelSpace π¨] (h : IsAlgEnvSeq A Y alg env P) {g : π¨ β π©} (hg : MeasureTheory.StronglyMeasurable g) (hint : MeasureTheory.Integrable (fun Ο => g (Y 0 Ο)) P) : P[fun Ο => g (Y 0 Ο) | β(filtrationAction h) 0] =α΅[P] fun Ο => β« (x : π¨), g x β(Environment.Ξ½0 env) (A 0 Ο)
Code
lemma IsAlgEnvSeq.condExp_feedback_zero_comp {π© : Type*} [NormedAddCommGroup π©] [NormedSpace β π©]
[CompleteSpace π©] [StandardBorelSpace π¨]
(h : IsAlgEnvSeq A Y alg env P)
{g : π¨ β π©} (hg : StronglyMeasurable g) (hint : Integrable (fun Ο β¦ g (Y 0 Ο)) P) :
P[fun Ο β¦ g (Y 0 Ο) | h.filtrationAction 0] =α΅[P] fun Ο β¦ (env.Ξ½0 (A 0 Ο))[g]Proof
by
have hX : Measurable (fun Ο β¦ (history A Y 0 Ο, A 0 Ο)) :=
(h.measurable_history 0).prodMk (h.measurable_action 0)
rw [h.filtrationAction_zero_eq_comap]
exact h.hasCondDistrib_feedback_zero.condExp_comp_eq (h.measurable_action 0) hg hintActions: 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: 6 project declarations, 78 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.