-
Notifications
You must be signed in to change notification settings - Fork 1k
feat(Topology/Sets): define the Vietoris topology on (Nonempty)Compacts
#31059
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
base: master
Are you sure you want to change the base?
feat(Topology/Sets): define the Vietoris topology on (Nonempty)Compacts
#31059
Conversation
PR summary e2a36edc3e
|
| File | Base Count | Head Count | Change |
|---|---|---|---|
| Mathlib.Topology.UniformSpace.Closeds | 683 | 685 | +2 (+0.29%) |
Import changes for all files
| Files | Import difference |
|---|---|
Mathlib.Topology.MetricSpace.Closeds Mathlib.Topology.MetricSpace.GromovHausdorff |
1 |
Mathlib.Topology.UniformSpace.Closeds |
2 |
Mathlib.Topology.Sets.VietorisTopology (new file) |
667 |
Declarations diff
+ IsCompact.nhds_hausdorff_eq_nhds_vietoris
+ TotallyBounded.exists_prodMk_finset_mem_hausdorffEntourage
+ TotallyBounded.nhds_vietoris_le_nhds_hausdorff
+ _root_.IsClosed.powerset_vietoris
+ _root_.IsOpen.powerset_vietoris
+ coe_eq_empty
+ coe_nonempty
+ isClopen_singleton_bot
+ isClopen_singleton_empty
+ isClosedEmbedding_toCompacts
+ isOpenEmbedding_toCompacts
+ preimage_eq_image
+ range_toCompacts
+ vietoris
++ continuous_coe
++ isEmbedding_coe
++ isOpen_subsets_of_isOpen
++ topology
+++ isClosed_inter_nonempty_of_isClosed
+++-- isOpen_inter_nonempty_of_isOpen
++-- isClosed_subsets_of_isClosed
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
relativevalue is the weighted sum of the differences with weight given by the inverse of the current value of the statistic. - The
absolutevalue is therelativevalue divided by the total sum of the inverses of the current values (i.e. the weighted average of the differences).
b20625a to
16e8a87
Compare
|
This pull request has conflicts, please merge |
16e8a87 to
61748b9
Compare
61748b9 to
cef1d67
Compare
11db802 to
9aa771a
Compare
|
This pull request has conflicts, please merge |
9aa771a to
1627bc3
Compare
cf39d4e to
566695c
Compare
|
This pull request has conflicts, please merge |
566695c to
c2ec183
Compare
03fa9b4 to
c852d94
Compare
4909c15 to
cfb0d05
Compare
…cts` This PR defines the Vietoris topology on `Compacts` and `NonemptyCompacts`, and proves that it is induced by the Hausdorff uniformity.
cfb0d05 to
001f6f2
Compare
This PR defines the Vietoris topology on
CompactsandNonemptyCompacts, and proves that it is induced by the Hausdorff uniformity.SetRel.imageandSetRel.preimageare open #31058NonemptyCompacts.toCompacts#34036