Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(MeasureTheory): Add measurability of sum and multiplication for EReal #17096

Closed
wants to merge 1 commit into from

Conversation

LorenzoLuccioli
Copy link
Collaborator

@LorenzoLuccioli LorenzoLuccioli commented Sep 24, 2024

Add a section about EReal in the file MeasureTheory.Constructions.BorelSpace.Real.lean with the instances for the measurability of the sum and multiplication between two extended real numbers as well as some lemmas that are needed for the proofs.


Open in Gitpod

@LorenzoLuccioli LorenzoLuccioli added the t-measure-probability Measure theory / Probability theory label Sep 24, 2024
Copy link

PR summary b488a22119

Import changes for modified files

No significant changes to the import graph

Import changes for all files
Files Import difference

Declarations diff

+ instance (priority := 100) ContinuousInv.measurableInv [Inv γ] [ContinuousInv γ] :
+ instance : MeasurableAdd₂ EReal := ⟨EReal.lowerSemicontinuous_add.measurable⟩
+ instance : MeasurableMul₂ EReal := by
+ lowerSemicontinuous_add
+ measurable_from_prod_countable''
+ measurable_of_measurable_real_prod
+ measurable_of_measurable_real_real
- instance (priority := 100) TopologicalGroup.measurableInv [Group γ] [TopologicalGroup γ] :

You can run this locally as follows
## summary with just the declaration names:
./scripts/declarations_diff.sh <optional_commit>

## more verbose report:
./scripts/declarations_diff.sh long <optional_commit>

The doc-module for script/declarations_diff.sh contains some details about this script.

@LorenzoLuccioli LorenzoLuccioli marked this pull request as draft September 24, 2024 14:46
@mathlib4-dependent-issues-bot
Copy link
Collaborator

@mathlib4-dependent-issues-bot mathlib4-dependent-issues-bot added the blocked-by-other-PR This PR depends on another PR to Mathlib (this label is automatically managed by a bot) label Sep 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
blocked-by-other-PR This PR depends on another PR to Mathlib (this label is automatically managed by a bot) t-measure-probability Measure theory / Probability theory
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants