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(Topology/UniformSpace): define nonarchimedean uniformity #22580

Open
wants to merge 13 commits into
base: master
Choose a base branch
from

Conversation

pechersky
Copy link
Collaborator

prove basic result that such a space is topologically zero dimensional

leave todos for future directions


Open in Gitpod

prove basic result that such a space is topologically zero dimensional

leave todos for future directions
@pechersky pechersky added the t-topology Topological spaces, uniform spaces, metric spaces, filters label Mar 5, 2025
Copy link

github-actions bot commented Mar 5, 2025

PR summary 4e8fc5cc1b

Import changes for modified files

No significant changes to the import graph

Import changes for all files
Files Import difference
Mathlib.Topology.UniformSpace.Ultra (new file) 625

Declarations diff

+ IsTransitiveRel
+ IsTransitiveRel.ball_subset_of_mem
+ IsTransitiveRel.comp_eq_of_idRel_subset
+ IsTransitiveRel.comp_subset_self
+ IsTransitiveRel.symmetrizeRel
+ IsUltraUniformity
+ IsUltraUniformity.mk_of_hasBasis
+ UniformSpace.ball_eq_of_mem_of_isSymmetricRel_of_isTransitiveRel
+ _root_.IsTransitiveRel.isOpen_ball_of_mem_uniformity
+ _root_.TopologicalSpace.isTopologicalBasis_clopens
+ isClopen_ball_of_isSymmetricRel_of_isTransitiveRel_of_mem_uniformity
+ isClosed_ball_of_isSymmetricRel_of_isTransitiveRel_of_mem_uniformity
+ isTransitiveRel_empty
+ isTransitiveRel_iff_comp_subset_self
+ isTransitiveRel_singleton
+ isTransitiveRel_univ
+ nhds_basis_clopens

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).

@pechersky
Copy link
Collaborator Author

bot fix style

@jcommelin jcommelin added the awaiting-author A reviewer has asked the author a question or requested changes label Mar 5, 2025
@pechersky pechersky removed the awaiting-author A reviewer has asked the author a question or requested changes label Mar 6, 2025
Copy link
Member

@ADedecker ADedecker left a comment

Choose a reason for hiding this comment

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

Thanks a lot!

@ADedecker ADedecker added the awaiting-author A reviewer has asked the author a question or requested changes label Mar 6, 2025
imbrem pushed a commit that referenced this pull request Mar 6, 2025
@pechersky pechersky removed the awaiting-author A reviewer has asked the author a question or requested changes label Mar 12, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
t-topology Topological spaces, uniform spaces, metric spaces, filters
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants