Skip to content
This repository has been archived by the owner on Jul 24, 2024. It is now read-only.

[Merged by Bors] - feat(measure_theory/function/conditional_expectation): Conditional expectation of an indicator #14058

Closed
wants to merge 21 commits into from

Conversation

RemyDegenne
Copy link
Collaborator

@RemyDegenne RemyDegenne commented May 10, 2022

The main lemma is this:

lemma condexp_indicator (hf_int : integrable f μ) (hs : measurable_set[m] s) :
  μ[s.indicator f | m] =ᵐ[μ] s.indicator (μ[f | m])

We also use it to prove that if two sigma algebras are "equal under an event", then the conditional expectations with respect to those two sigma algebras are equal under the same event.


Open in Gitpod

@mathlib-dependent-issues-bot mathlib-dependent-issues-bot added the blocked-by-other-PR This PR depends on another PR which is still in the queue. A bot manages this label via PR comment. label May 10, 2022
@RemyDegenne RemyDegenne added this to Under review in Martingale theory May 10, 2022
@RemyDegenne RemyDegenne added the awaiting-author A reviewer has asked the author a question or requested changes label May 11, 2022
@mathlib-dependent-issues-bot mathlib-dependent-issues-bot removed the blocked-by-other-PR This PR depends on another PR which is still in the queue. A bot manages this label via PR comment. label May 11, 2022
@mathlib-dependent-issues-bot
Copy link
Collaborator

@RemyDegenne RemyDegenne added awaiting-review The author would like community review of the PR and removed awaiting-author A reviewer has asked the author a question or requested changes labels May 14, 2022
@sgouezel sgouezel added awaiting-author A reviewer has asked the author a question or requested changes and removed awaiting-review The author would like community review of the PR labels May 24, 2022
@RemyDegenne RemyDegenne added awaiting-review The author would like community review of the PR and removed awaiting-author A reviewer has asked the author a question or requested changes labels May 25, 2022
@sgouezel
Copy link
Collaborator

bors r+
Thanks!

@github-actions github-actions bot added ready-to-merge All that is left is for bors to build and merge this PR. (Remember you need to say `bors r+`.) and removed awaiting-review The author would like community review of the PR labels May 25, 2022
bors bot pushed a commit that referenced this pull request May 25, 2022
…pectation of an indicator (#14058)

The main lemma is this:
```lean
lemma condexp_indicator (hf_int : integrable f μ) (hs : measurable_set[m] s) :
  μ[s.indicator f | m] =ᵐ[μ] s.indicator (μ[f | m])
```
We also use it to prove that if two sigma algebras are "equal under an event", then the conditional expectations with respect to those two sigma algebras are equal under the same event.
@bors
Copy link

bors bot commented May 25, 2022

Pull request successfully merged into master.

Build succeeded:

@bors bors bot changed the title feat(measure_theory/function/conditional_expectation): Conditional expectation of an indicator [Merged by Bors] - feat(measure_theory/function/conditional_expectation): Conditional expectation of an indicator May 25, 2022
@bors bors bot closed this May 25, 2022
Martingale theory automation moved this from Under review to Done! 🎉 May 25, 2022
@bors bors bot deleted the condexp_indicator branch May 25, 2022 09:48
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
ready-to-merge All that is left is for bors to build and merge this PR. (Remember you need to say `bors r+`.)
Projects
Development

Successfully merging this pull request may close these issues.

None yet

3 participants