Bandits.integrable_eval_streamMeasure
This page has the declaration's own card below, then its dependency graph, then a card for each dependency (type dependencies first, then the rest of the transitive closure). For a theorem, the graph and the dependency cards only follow its statement's dependencies (its proof is replaced by sorry, so what it proves doesn't depend on how); for everything else, both the type and the body/value are followed, since their content is part of what later declarations build on.
integrable_eval_streamMeasure๐
Bandits.integrable_eval_streamMeasureNo docstring.
Bandits.integrable_eval_streamMeasure.{u_1} {๐ : Type u_1} {m๐ : MeasurableSpace ๐} (ฮฝ : ProbabilityTheory.Kernel ๐ โ) [ProbabilityTheory.IsMarkovKernel ฮฝ] (n : โ) (a : ๐) (h_int : MeasureTheory.Integrable id (ฮฝ a)) : MeasureTheory.Integrable (fun h => h n a) (streamMeasure ฮฝ)Bandits.integrable_eval_streamMeasure.{u_1} {๐ : Type u_1} {m๐ : MeasurableSpace ๐} (ฮฝ : ProbabilityTheory.Kernel ๐ โ) [ProbabilityTheory.IsMarkovKernel ฮฝ] (n : โ) (a : ๐) (h_int : MeasureTheory.Integrable id (ฮฝ a)) : MeasureTheory.Integrable (fun h => h n a) (streamMeasure ฮฝ)
Code
lemma integrable_eval_streamMeasure (ฮฝ : Kernel ๐ โ) [IsMarkovKernel ฮฝ] (n : โ) (a : ๐)
(h_int : Integrable id (ฮฝ a)) :
Integrable (fun h : โ โ ๐ โ โ โฆ h n a) (streamMeasure ฮฝ)Type uses (1)
Body uses (2)
Actions: Source ยท Open Issue
Proof
Integrable.congr_identDistrib h_int (identDistrib_eval_eval_id_streamMeasure ฮฝ n a).symm
Dependency graph
Type dependencies (1)
streamMeasure๐
Bandits.streamMeasureMeasure of an infinite stream of rewards from each action.
Bandits.streamMeasure.{u_1, u_2} {๐ : Type u_1} {R : Type u_2} {m๐ : MeasurableSpace ๐} {mR : MeasurableSpace R} (ฮฝ : ProbabilityTheory.Kernel ๐ R) : MeasureTheory.Measure (โ โ ๐ โ R)Bandits.streamMeasure.{u_1, u_2} {๐ : Type u_1} {R : Type u_2} {m๐ : MeasurableSpace ๐} {mR : MeasurableSpace R} (ฮฝ : ProbabilityTheory.Kernel ๐ R) : MeasureTheory.Measure (โ โ ๐ โ R)
Code
noncomputable def streamMeasure (ฮฝ : Kernel ๐ R) : Measure (โ โ ๐ โ R) := Measure.infinitePi fun _ โฆ Measure.infinitePi ฮฝ
Used by (56)
Actions: Source ยท Open Issue