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: Order-connected sets in ℝⁿ are null-measurable #13633

Closed
wants to merge 4 commits into from

Conversation

YaelDillies
Copy link
Collaborator

@YaelDillies YaelDillies commented Jun 8, 2024

Prove that the frontier of an order-connected set in ℝⁿ (with the -metric, but it doesn't actually matter) has measure zero. As a corollary, antichains in ℝⁿ have measure zero.

This is not so trivial as one might think. The proof Kexing and I came up with involves the Lebesgue density theorem.

Partially forward-port leanprover-community/mathlib3#16976


Open in Gitpod

@YaelDillies YaelDillies added awaiting-review mathlib3-pair This PR is a forward-port of a mathlib3 PR or part of one, either under review or recently merged RFC Request for comment t-topology Topological spaces, uniform spaces, metric spaces, filters t-measure-probability Measure theory / Probability theory labels Jun 8, 2024
Copy link

github-actions bot commented Jun 8, 2024

PR summary 8d30fcbe02

Import changes

No significant changes to the import graph


Declarations diff

+ IsAntichain.volume_eq_zero
+ IsLowerSet.null_frontier
+ IsUpperSet.null_frontier
+ Set.OrdConnected.nullMeasurableSet
+ Set.OrdConnected.null_frontier

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

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

@leanprover-community-mathlib4-bot leanprover-community-mathlib4-bot added the blocked-by-other-PR This PR depends on another PR to Mathlib (this label is automatically managed by a bot) label Jun 8, 2024
@leanprover-community-mathlib4-bot leanprover-community-mathlib4-bot removed the blocked-by-other-PR This PR depends on another PR to Mathlib (this label is automatically managed by a bot) label Jun 17, 2024
@leanprover-community-mathlib4-bot
Copy link
Collaborator

This PR/issue depends on:

Prove that the frontier of an order-connected set in `ℝⁿ` (with the `∞`-metric, but it doesn't actually matter) has measure zero. As a corollary, antichains in `ℝⁿ` have measure zero.

This is not so trivial as one might think. The proof Kexing and I came up with involves the Lebesgue density theorem.

Partially forward-port leanprover-community/mathlib3#16976
@YaelDillies YaelDillies force-pushed the ord_connected_measurable branch from 6cbd8a8 to 0109c3f Compare June 17, 2024 12:18
@YaelDillies YaelDillies removed the RFC Request for comment label Jun 17, 2024
@kex-y
Copy link
Member

kex-y commented Jun 18, 2024

Thanks!
maintainer merge

Copy link

🚀 Pull request has been placed on the maintainer queue by JasonKYi.

@sgouezel sgouezel changed the title feat: Order-connected sets in ℝⁿ are measurable feat: Order-connected sets in ℝⁿ are null-measurable Jun 18, 2024
@sgouezel
Copy link
Contributor

bors r+
Thanks!

@github-actions github-actions bot added ready-to-merge This PR has been sent to bors. and removed awaiting-review labels Jun 18, 2024
mathlib-bors bot pushed a commit that referenced this pull request Jun 18, 2024
Prove that the frontier of an order-connected set in `ℝⁿ` (with the `∞`-metric, but it doesn't actually matter) has measure zero. As a corollary, antichains in `ℝⁿ` have measure zero.

This is not so trivial as one might think. The proof Kexing and I came up with involves the Lebesgue density theorem.

Partially forward-port leanprover-community/mathlib3#16976
@mathlib-bors
Copy link
Contributor

mathlib-bors bot commented Jun 18, 2024

Pull request successfully merged into master.

Build succeeded:

@mathlib-bors mathlib-bors bot changed the title feat: Order-connected sets in ℝⁿ are null-measurable [Merged by Bors] - feat: Order-connected sets in ℝⁿ are null-measurable Jun 18, 2024
@mathlib-bors mathlib-bors bot closed this Jun 18, 2024
@mathlib-bors mathlib-bors bot deleted the ord_connected_measurable branch June 18, 2024 13:04
AntoineChambert-Loir pushed a commit that referenced this pull request Jun 20, 2024
Prove that the frontier of an order-connected set in `ℝⁿ` (with the `∞`-metric, but it doesn't actually matter) has measure zero. As a corollary, antichains in `ℝⁿ` have measure zero.

This is not so trivial as one might think. The proof Kexing and I came up with involves the Lebesgue density theorem.

Partially forward-port leanprover-community/mathlib3#16976
grunweg pushed a commit that referenced this pull request Jun 20, 2024
Prove that the frontier of an order-connected set in `ℝⁿ` (with the `∞`-metric, but it doesn't actually matter) has measure zero. As a corollary, antichains in `ℝⁿ` have measure zero.

This is not so trivial as one might think. The proof Kexing and I came up with involves the Lebesgue density theorem.

Partially forward-port leanprover-community/mathlib3#16976
kbuzzard pushed a commit that referenced this pull request Jun 26, 2024
Prove that the frontier of an order-connected set in `ℝⁿ` (with the `∞`-metric, but it doesn't actually matter) has measure zero. As a corollary, antichains in `ℝⁿ` have measure zero.

This is not so trivial as one might think. The proof Kexing and I came up with involves the Lebesgue density theorem.

Partially forward-port leanprover-community/mathlib3#16976
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
maintainer-merge mathlib3-pair This PR is a forward-port of a mathlib3 PR or part of one, either under review or recently merged ready-to-merge This PR has been sent to bors. t-measure-probability Measure theory / Probability theory t-topology Topological spaces, uniform spaces, metric spaces, filters
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants