Skip to content

[Merged by Bors] - feat(Topology/PartitionOfUnity): add variations of partition of unity for locally compact T2 space#12266

Closed
yoh-tanimoto wants to merge 77 commits intomasterfrom
yoh-tanimoto-urysohn
Closed

[Merged by Bors] - feat(Topology/PartitionOfUnity): add variations of partition of unity for locally compact T2 space#12266
yoh-tanimoto wants to merge 77 commits intomasterfrom
yoh-tanimoto-urysohn

Conversation

@yoh-tanimoto
Copy link
Copy Markdown
Collaborator

@yoh-tanimoto yoh-tanimoto commented Apr 19, 2024

add variations of PartitionOfUnity and Urysohn's lemma:

  • In a locally compact T2 space X, for a compact set t and a finite family of open sets {s i} such that t ⊆ ⋃ i, s i, there is a family of continuous function {f i} supported in s i, ∑ i, f i x = 1 on t and 0 ≤ f x ≤ 1.
  • In a locally compact regular space X, for a compact set t and a closed set s that are disjoint, there is a continuous function f with compact support which is 1 on t and 0 on s and f x Icc (0 : ℝ) 1 for all x.

The former is formalized as a partition of unity. For this purpose, I extended PartialRefiment to include a predicate p about the refined set. With this, we can require that the refined open set has a compact closure. This can be applied when X is locally compact and T2.

These variations are needed in order to prove that rieszContentAux is indeed a Borel measure (following Rudin "Real and complex analysis"), now in #18775.


The part using prod_mem is suggested by @eric-wieser. not in this PR anymore

@github-actions github-actions bot added the new-contributor This PR was made by a contributor with at most 5 merged PRs. Welcome to the community! label Apr 19, 2024
@yoh-tanimoto yoh-tanimoto requested a review from urkud April 19, 2024 12:30
@yoh-tanimoto yoh-tanimoto added help-wanted The author needs attention to resolve issues WIP Work in progress awaiting-CI This PR does not pass CI yet. This label is automatically removed once it does. labels Apr 19, 2024
@yoh-tanimoto yoh-tanimoto requested a review from kkytola April 19, 2024 12:36
@yoh-tanimoto yoh-tanimoto removed the awaiting-CI This PR does not pass CI yet. This label is automatically removed once it does. label Apr 19, 2024
@yoh-tanimoto yoh-tanimoto added RFC Request for comment t-topology Topological spaces, uniform spaces, metric spaces, filters labels Apr 20, 2024
@yoh-tanimoto yoh-tanimoto changed the title feat(TopologyUrysohnsLemma): add variations of Urysohn's lemma feat(Topology/UrysohnsLemma): add variations of Urysohn's lemma Apr 20, 2024
@yoh-tanimoto yoh-tanimoto marked this pull request as draft April 27, 2024 08:01
@github-actions
Copy link
Copy Markdown

github-actions bot commented Jul 9, 2024

PR summary 646d9d61d7

Import changes for modified files

Dependency changes

File Base Count Head Count Change
Mathlib.Topology.UrysohnsLemma 1328 1336 +8 (+0.60%)
Import changes for all files
Files Import difference
22 files Mathlib.Topology.Category.LightProfinite.EffectiveEpi Mathlib.Condensed.Discrete.Basic Mathlib.Condensed.Light.Explicit Mathlib.Topology.Category.LightProfinite.Extend Mathlib.Condensed.Discrete.Characterization Mathlib.Condensed.Light.CartesianClosed Mathlib.Condensed.Light.TopComparison Mathlib.Condensed.Light.TopCatAdjunction Mathlib.Condensed.Discrete.LocallyConstant Mathlib.Topology.Category.LightProfinite.AsLimit Mathlib.Condensed.Discrete.Module Mathlib.Topology.Category.LightProfinite.Limits Mathlib.Condensed.Light.Epi Mathlib.Condensed.Light.Limits Mathlib.Condensed.Discrete.Colimit Mathlib.Topology.Algebra.ProperAction.ProperlyDiscontinuous Mathlib.Topology.Category.LightProfinite.Basic Mathlib.Topology.Category.LightProfinite.Sequence Mathlib.Condensed.Light.Basic Mathlib.Condensed.Light.Module Mathlib.Topology.Maps.Proper.CompactlyGenerated Mathlib.Condensed.Light.Functors
5
Mathlib.MeasureTheory.Measure.EverywherePos 7
36 files Mathlib.Topology.Category.Stonean.Adjunctions Mathlib.Topology.Category.Stonean.EffectiveEpi Mathlib.Topology.Category.CompHaus.EffectiveEpi Mathlib.Topology.Category.Profinite.CofilteredLimit Mathlib.Condensed.Limits Mathlib.Condensed.TopComparison Mathlib.Topology.Category.Profinite.Nobeling Mathlib.Condensed.Explicit Mathlib.Condensed.Module Mathlib.Topology.Category.Profinite.EffectiveEpi Mathlib.Topology.Category.Profinite.AsLimit Mathlib.Topology.CompletelyRegular Mathlib.Condensed.Basic Mathlib.Condensed.Solid Mathlib.Topology.Category.CompHaus.Basic Mathlib.Topology.Category.CompHaus.Projective Mathlib.Topology.Category.Profinite.Projective Mathlib.Topology.Category.Profinite.Basic Mathlib.Topology.Category.CompHaus.Limits Mathlib.Condensed.TopCatAdjunction Mathlib.Topology.UrysohnsLemma Mathlib.Topology.Category.CompactlyGenerated Mathlib.Topology.Category.Compactum Mathlib.Topology.Category.Profinite.Extend Mathlib.Condensed.CartesianClosed Mathlib.Topology.Compactness.CompactlyGeneratedSpace Mathlib.Topology.Category.Stonean.Basic Mathlib.Topology.Category.Locale Mathlib.Order.Category.Frm Mathlib.Condensed.Epi Mathlib.Condensed.Functors Mathlib.Condensed.Equivalence Mathlib.Topology.Category.Profinite.Product Mathlib.Topology.Category.Profinite.Limits Mathlib.Topology.Order.Category.FrameAdjunction Mathlib.Topology.Category.Stonean.Limits
8

Declarations diff

+ exists_continuous_sum_one_of_isOpen_isCompact
+ exists_continuous_zero_one_of_isCompact'
+ exists_gt_t2space
+ exists_isSubordinate_hasCompactSupport_of_locallyFinite_t2space
+ exists_isSubordinate_of_locallyFinite_of_prop_t2space
+ exists_isSubordinate_of_locallyFinite_t2space
+ exists_subset_iUnion_closure_subset_t2space
+ exists_subset_iUnion_compact_subset_t2space
+ toFun_eq_coe

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.


No changes to technical debt.

You can run this locally as

./scripts/technical-debt-metrics.sh pr_summary
  • The relative value is the weighted sum of the differences with weight given by the inverse of the current value of the statistic.
  • The absolute value is the relative value divided by the total sum of the inverses of the current values (i.e. the weighted average of the differences).

@yoh-tanimoto yoh-tanimoto removed help-wanted The author needs attention to resolve issues WIP Work in progress RFC Request for comment labels Jul 13, 2024
@yoh-tanimoto yoh-tanimoto added the awaiting-CI This PR does not pass CI yet. This label is automatically removed once it does. label Jul 13, 2024
@yoh-tanimoto yoh-tanimoto marked this pull request as ready for review July 13, 2024 02:42
@github-actions github-actions bot removed the awaiting-CI This PR does not pass CI yet. This label is automatically removed once it does. label Jul 13, 2024
mathlib-bors bot pushed a commit that referenced this pull request Nov 12, 2024
…18827)

add a predicate `p : Set X  → Prop` for `PartialRefinent`. All the existing theorems remain valid by taking `fun _ => True` as `p`.

motivation: with this we can require that the refined open set has a compact closure, by taking `fun w => IsCompact (closure w)` as `p`. This can be applied when X is locally compact and T2, and we can obtain a `PartitionOfUnity` for an open cover of a compact set. (This will be done in #12266)

This splits from #12266 

Co-authored-by: Yoh Tanimoto <57562556+yoh-tanimoto@users.noreply.github.com>
@mathlib4-dependent-issues-bot mathlib4-dependent-issues-bot removed the blocked-by-other-PR This PR depends on another PR (this label is automatically managed by a bot) label Nov 12, 2024
@mathlib4-dependent-issues-bot
Copy link
Copy Markdown
Collaborator

@leanprover-community-bot-assistant leanprover-community-bot-assistant added the merge-conflict The PR has a merge conflict with master, and needs manual merging. (this label is managed by a bot) label Nov 12, 2024
@leanprover-community-bot-assistant leanprover-community-bot-assistant removed the merge-conflict The PR has a merge conflict with master, and needs manual merging. (this label is managed by a bot) label Nov 12, 2024
@YaelDillies YaelDillies added the awaiting-author A reviewer has asked the author a question or requested changes. label Nov 12, 2024
@yoh-tanimoto yoh-tanimoto added awaiting-CI This PR does not pass CI yet. This label is automatically removed once it does. and removed awaiting-author A reviewer has asked the author a question or requested changes. labels Nov 14, 2024
@github-actions github-actions bot removed the awaiting-CI This PR does not pass CI yet. This label is automatically removed once it does. label Nov 14, 2024
Copy link
Copy Markdown
Contributor

@YaelDillies YaelDillies left a comment

Choose a reason for hiding this comment

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

Thanks!

maintainer delegate

@github-actions
Copy link
Copy Markdown

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

@github-actions github-actions bot added the maintainer-merge A reviewer has approved the changed; awaiting maintainer approval. label Nov 15, 2024
@jcommelin
Copy link
Copy Markdown
Member

bors d+

@mathlib-bors
Copy link
Copy Markdown
Contributor

mathlib-bors bot commented Nov 16, 2024

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

@yoh-tanimoto
Copy link
Copy Markdown
Collaborator Author

bors r+

@mathlib-bors
Copy link
Copy Markdown
Contributor

mathlib-bors bot commented Nov 16, 2024

Pull request successfully merged into master.

Build succeeded:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

delegated This pull request has been delegated to the PR author (or occasionally another non-maintainer). maintainer-merge A reviewer has approved the changed; awaiting maintainer approval. new-contributor This PR was made by a contributor with at most 5 merged PRs. Welcome to the community! t-topology Topological spaces, uniform spaces, metric spaces, filters

Projects

None yet

Development

Successfully merging this pull request may close these issues.

10 participants