Skip to content

Commit

Permalink
feat(measure_theory/function/conditional_expectation): conditional ex…
Browse files Browse the repository at this point in the history
…pectation of an indicator (#8920)

This PR builds `condexp_ind  (s : set α) : E →L[ℝ] α →₁[μ] E`, which takes `x : E` to the conditional expectation of the indicator of the set `s` with value `x`, seen as an element of `α →₁[μ] E`.

This linear map will be used in a next PR to define the conditional expectation from L1 to L1, by using the same extension mechanism as in the Bochner integral construction.
  • Loading branch information
RemyDegenne committed Sep 11, 2021
1 parent 241ee9e commit 6823886
Show file tree
Hide file tree
Showing 4 changed files with 694 additions and 13 deletions.

0 comments on commit 6823886

Please sign in to comment.