Skip to content

Commit

Permalink
chore(probability_theory/stopping): fix names in documentation (#11644)
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonKYi committed Jan 24, 2022
1 parent 1bbed96 commit 6aea8ac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/probability_theory/stopping.lean
Expand Up @@ -20,10 +20,10 @@ at a specific time and is the first step in formalizing stochastic processes.
filtration `f` if at each point in time `i`, `u i` is `f i`-measurable
* `measure_theory.filtration.natural`: the natural filtration with respect to a sequence of
measurable functions is the smallest filtration to which it is adapted to
* `measure_theory.stopping_time`: a stopping time with respect to some filtration `f` is a
* `measure_theory.is_stopping_time`: a stopping time with respect to some filtration `f` is a
function `τ` such that for all `i`, the preimage of `{j | j ≤ i}` along `τ` is
`f i`-measurable
* `measure_theory.stopping_time.measurable_space`: the σ-algebra associated with a stopping time
* `measure_theory.is_stopping_time.measurable_space`: the σ-algebra associated with a stopping time
## Tags
Expand Down

0 comments on commit 6aea8ac

Please sign in to comment.