Learning.IT.filtrationAction_le_filtration_self
No docstring.
Learning.IT.filtrationAction_le_filtration_self.{u_1, u_2} {π : Type u_1} {π¨ : Type u_2} {mπ : MeasurableSpace π} {mπ¨ : MeasurableSpace π¨} (n : β) : β(filtrationAction π π¨) n β€ β(IT.filtration π π¨) nLearning.IT.filtrationAction_le_filtration_self.{u_1, u_2} {π : Type u_1} {π¨ : Type u_2} {mπ : MeasurableSpace π} {mπ¨ : MeasurableSpace π¨} (n : β) : β(filtrationAction π π¨) n β€ β(IT.filtration π π¨) n
Code
lemma filtrationAction_le_filtration_self (n : β) :
filtrationAction π π¨ n β€ IT.filtration π π¨ nProof
by
by_cases hn : n = 0
Β· simp only [hn, filtrationAction_zero_eq_comap]
rw [β measurable_iff_comap_le]
exact adapted_action 0
simp only [filtrationAction, hn, βreduceIte, sup_le_iff]
constructor
Β· exact (IT.filtration π π¨).mono (by grind)
Β· rw [β measurable_iff_comap_le]
exact adapted_action _Actions: Source Β· Open Issue
Meaning unchanged since v4.33.0-rc1-29-gce231eb, the oldest revision on record (2026-07-30).
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: 3 project declarations, 29 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.