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

[Merged by Bors] - feat: MeasureSpace instance on unitInterval #10452

Closed
wants to merge 6 commits into from

Conversation

eric-wieser
Copy link
Member

@eric-wieser eric-wieser commented Feb 12, 2024

Also shows that it is a probability measure, and that symm is measurable.

This deprecates two duplicate theorems.

Zulip


Open in Gitpod

@eric-wieser eric-wieser added awaiting-review The author would like community review of the PR awaiting-CI t-measure-probability Measure theory / Probability theory labels Feb 12, 2024
@urkud urkud 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 Feb 13, 2024
Comment on lines 34 to 36
/-- `unitInterval.symm` as a `MeasurableEquiv`. -/
@[simps]
def symmMeasurableEquiv : I ≃ᵐ I := symmHomeomorph.toMeasurableEquiv
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@urkud, do you think this is worth having, or should I delete it?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I would remove it as it's so easy to access it from the homeomorphism.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done

@eric-wieser eric-wieser 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 Feb 16, 2024
Function.bijective_iff_has_inverse.mpr ⟨_, symm_symm, symm_symm⟩
theorem symm_involutive : Function.Involutive (symm : I → I) := symm_symm

theorem symm_bijective : Function.Bijective (symm : I → I) := symm_involutive.bijective
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do you mind adding deprecated aliases for old names (involutive_symm and bijective_symm below)? Otherwise LGTM. Thanks!
bors d+

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done

bors merge

@mathlib-bors
Copy link

mathlib-bors bot commented Feb 26, 2024

✌️ eric-wieser can now approve this pull request. To approve and merge a pull request, simply reply with bors r+. More detailed instructions are available here.

mathlib-bors bot pushed a commit that referenced this pull request Feb 27, 2024
Also shows that it is a probability measure, and that `symm` is measurable.

This deprecates two duplicate theorems.

[Zulip](https://leanprover.zulipchat.com/#narrow/stream/217875-Is-there-code-for-X.3F/topic/MeasureSpace.20instance.20on.20unitInterval/near/420921313)
@mathlib-bors
Copy link

mathlib-bors bot commented Feb 28, 2024

This PR was included in a batch that was canceled, it will be automatically retried

mathlib-bors bot pushed a commit that referenced this pull request Feb 28, 2024
Also shows that it is a probability measure, and that `symm` is measurable.

This deprecates two duplicate theorems.

[Zulip](https://leanprover.zulipchat.com/#narrow/stream/217875-Is-there-code-for-X.3F/topic/MeasureSpace.20instance.20on.20unitInterval/near/420921313)
@mathlib-bors
Copy link

mathlib-bors bot commented Feb 28, 2024

Pull request successfully merged into master.

Build succeeded:

@mathlib-bors mathlib-bors bot changed the title feat: MeasureSpace instance on unitInterval [Merged by Bors] - feat: MeasureSpace instance on unitInterval Feb 28, 2024
@mathlib-bors mathlib-bors bot closed this Feb 28, 2024
@mathlib-bors mathlib-bors bot deleted the eric-wieser/unitInterval-measure branch February 28, 2024 00:59
riccardobrasca pushed a commit that referenced this pull request Mar 1, 2024
Also shows that it is a probability measure, and that `symm` is measurable.

This deprecates two duplicate theorems.

[Zulip](https://leanprover.zulipchat.com/#narrow/stream/217875-Is-there-code-for-X.3F/topic/MeasureSpace.20instance.20on.20unitInterval/near/420921313)
kbuzzard pushed a commit that referenced this pull request Mar 12, 2024
Also shows that it is a probability measure, and that `symm` is measurable.

This deprecates two duplicate theorems.

[Zulip](https://leanprover.zulipchat.com/#narrow/stream/217875-Is-there-code-for-X.3F/topic/MeasureSpace.20instance.20on.20unitInterval/near/420921313)
dagurtomas pushed a commit that referenced this pull request Mar 22, 2024
Also shows that it is a probability measure, and that `symm` is measurable.

This deprecates two duplicate theorems.

[Zulip](https://leanprover.zulipchat.com/#narrow/stream/217875-Is-there-code-for-X.3F/topic/MeasureSpace.20instance.20on.20unitInterval/near/420921313)
Louddy pushed a commit that referenced this pull request Apr 15, 2024
Also shows that it is a probability measure, and that `symm` is measurable.

This deprecates two duplicate theorems.

[Zulip](https://leanprover.zulipchat.com/#narrow/stream/217875-Is-there-code-for-X.3F/topic/MeasureSpace.20instance.20on.20unitInterval/near/420921313)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
awaiting-review The author would like community review of the PR t-measure-probability Measure theory / Probability theory
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants