Learning.IsAlgEnvSeq.condExp_feedback_comp
No docstring.
Learning.IsAlgEnvSeq.condExp_feedback_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) (n : β) {g : π¨ β π©} (hg : MeasureTheory.StronglyMeasurable g) (hint : MeasureTheory.Integrable (fun Ο => g (Y (n + 1) Ο)) P) : P[fun Ο => g (Y (n + 1) Ο) | β(filtrationAction h) (n + 1)] =α΅[P] fun Ο => β« (x : π¨), g x β(Environment.feedback env n) (history A Y n Ο, A (n + 1) Ο)Learning.IsAlgEnvSeq.condExp_feedback_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) (n : β) {g : π¨ β π©} (hg : MeasureTheory.StronglyMeasurable g) (hint : MeasureTheory.Integrable (fun Ο => g (Y (n + 1) Ο)) P) : P[fun Ο => g (Y (n + 1) Ο) | β(filtrationAction h) (n + 1)] =α΅[P] fun Ο => β« (x : π¨), g x β(Environment.feedback env n) (history A Y n Ο, A (n + 1) Ο)
Code
lemma IsAlgEnvSeq.condExp_feedback_comp {π© : Type*} [NormedAddCommGroup π©] [NormedSpace β π©]
[CompleteSpace π©] [StandardBorelSpace π¨]
(h : IsAlgEnvSeq A Y alg env P) (n : β)
{g : π¨ β π©} (hg : StronglyMeasurable g) (hint : Integrable (fun Ο β¦ g (Y (n + 1) Ο)) P) :
P[fun Ο β¦ g (Y (n + 1) Ο) | h.filtrationAction (n + 1)] =α΅[P]
fun Ο β¦ (env.feedback n (history A Y n Ο, A (n + 1) Ο))[g]Proof
by
have hX : Measurable (fun Ο β¦ (history A Y n Ο, A (n + 1) Ο)) :=
(h.measurable_history n).prodMk (h.measurable_action (n + 1))
rw [h.filtrationAction_eq_comap (n + 1) (by simp)]
exact (h.hasCondDistrib_feedback n).condExp_comp_eq hX 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.