Learning.IT.adapted_action
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.
adapted_action๐
Learning.IT.adapted_actionNo docstring.
Learning.IT.adapted_action.{u_1, u_2} {๐ : Type u_1} {๐จ : Type u_2} {m๐ : MeasurableSpace ๐} {m๐จ : MeasurableSpace ๐จ} : MeasureTheory.Adapted (IT.filtration ๐ ๐จ) actionLearning.IT.adapted_action.{u_1, u_2} {๐ : Type u_1} {๐จ : Type u_2} {m๐ : MeasurableSpace ๐} {m๐จ : MeasurableSpace ๐จ} : MeasureTheory.Adapted (IT.filtration ๐ ๐จ) action
Code
lemma adapted_action : Adapted (IT.filtration ๐ ๐จ) action
Type uses (2)
Body uses (4)
Actions: Source ยท Open Issue
Proof
by intro n rw [filtration_eq_comap, action_eq_eval_comp_hist] exact measurable_comp_comap _ (by fun_prop)
Dependency graph
Type dependencies (2)
filtration๐
Learning.IT.filtrationFiltration of the algorithm Seq.
Learning.IT.filtration.{u_4, u_5} (๐ : Type u_4) (๐จ : Type u_5) [MeasurableSpace ๐] [MeasurableSpace ๐จ] : MeasureTheory.Filtration โ inferInstanceLearning.IT.filtration.{u_4, u_5} (๐ : Type u_4) (๐จ : Type u_5) [MeasurableSpace ๐] [MeasurableSpace ๐จ] : MeasureTheory.Filtration โ inferInstance
Code
protected def filtration (๐ ๐จ : Type*) [MeasurableSpace ๐] [MeasurableSpace ๐จ] :
Filtration โ (inferInstance : MeasurableSpace (โ โ ๐ ร ๐จ)) :=
MeasureTheory.Filtration.piLE (X := fun _ โฆ ๐ ร ๐จ)Used by (13)
Actions: Source ยท Open Issue
action๐
Learning.IT.action
action n is the action pulled at time n. This is a random variable on the measurable space
โ โ ๐ ร ๐จ.
Learning.IT.action.{u_1, u_2} {๐ : Type u_1} {๐จ : Type u_2} (n : โ) (h : โ โ ๐ ร ๐จ) : ๐Learning.IT.action.{u_1, u_2} {๐ : Type u_1} {๐จ : Type u_2} (n : โ) (h : โ โ ๐ ร ๐จ) : ๐
Code
def action (n : โ) (h : โ โ ๐ ร ๐จ) : ๐ := (h n).1
Actions: Source ยท Open Issue