Learning.IT.hist_eq_frestrictLe
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.
hist_eq_frestrictLe🔗
Learning.IT.hist_eq_frestrictLeNo docstring.
Learning.IT.hist_eq_frestrictLe.{u_1, u_2} {𝓐 : Type u_1} {𝓨 : Type u_2} : hist = Preorder.frestrictLeLearning.IT.hist_eq_frestrictLe.{u_1, u_2} {𝓐 : Type u_1} {𝓨 : Type u_2} : hist = Preorder.frestrictLe
Code
lemma hist_eq_frestrictLe :
hist = Preorder.frestrictLe («π»Type uses (1)
Used by (1)
Actions: Source · Open Issue
Proof
fun _ ↦ 𝓐 × 𝓨) := by ext n h i : 3 simp [hist, Preorder.frestrictLe]
Dependency graph
Type dependencies (1)
hist🔗
Learning.IT.hist
hist n is the history up to time n. This is a random variable on the measurable space
ℕ → 𝓐 × 𝓨.
Learning.IT.hist.{u_1, u_2} {𝓐 : Type u_1} {𝓨 : Type u_2} (n : ℕ) (h : ℕ → 𝓐 × 𝓨) : ↥(Finset.Iic n) → 𝓐 × 𝓨Learning.IT.hist.{u_1, u_2} {𝓐 : Type u_1} {𝓨 : Type u_2} (n : ℕ) (h : ℕ → 𝓐 × 𝓨) : ↥(Finset.Iic n) → 𝓐 × 𝓨
Code
def hist (n : ℕ) (h : ℕ → 𝓐 × 𝓨) : Iic n → 𝓐 × 𝓨 := fun i ↦ h i
Used by (23)
Actions: Source · Open Issue