Skip to content

feat(Topology): subspace of a perfectly normal space is perfectly normal#38533

Open
CoolRmal wants to merge 5 commits intoleanprover-community:masterfrom
CoolRmal:perfectlynormal
Open

feat(Topology): subspace of a perfectly normal space is perfectly normal#38533
CoolRmal wants to merge 5 commits intoleanprover-community:masterfrom
CoolRmal:perfectlynormal

Conversation

@CoolRmal
Copy link
Copy Markdown
Contributor

@CoolRmal CoolRmal commented Apr 25, 2026

The mains theorems proved in this PR are

  • A topological space is perfectly normal iff every closed set is the zero set of a continuous
    function taking values in the unit interval.
  • Every subspace of a perfectly normal space is perfectly normal.

Open in Gitpod

@github-actions github-actions Bot added the large-import Automatically added label for PRs with a significant increase in transitive imports label Apr 25, 2026
@github-actions
Copy link
Copy Markdown

github-actions Bot commented Apr 25, 2026

PR summary 5fc0241932

Import changes for modified files

No significant changes to the import graph

Import changes for all files
Files Import difference
Mathlib.Topology.Separation.PerfectlyNormal (new file) 1540

Declarations diff

+ IsClosed.image_val
+ IsOpen.image_val
+ SeparatedNhds.of_finite
+ Topology.IsEmbedding.perfectlyNormalSpace
+ image_eq_isClosed_inter_range
+ image_eq_isOpen_inter_range
+ instance {s : Set X} [PerfectlyNormalSpace X] : PerfectlyNormalSpace s
+ perfectlyNormalSpace_iff_forall_isClosed_preimage_zero

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

## more verbose report:
./scripts/pr_summary/declarations_diff.sh long <optional_commit>

The doc-module for scripts/pr_summary/declarations_diff.sh contains some details about this script.


No changes to technical debt.

This script lives in the mathlib-ci repository. To run it locally, from your mathlib4 directory:

git clone https://github.com/leanprover-community/mathlib-ci.git ../mathlib-ci
../mathlib-ci/scripts/reporting/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).

@github-actions github-actions Bot added the t-topology Topological spaces, uniform spaces, metric spaces, filters label Apr 25, 2026
@CoolRmal
Copy link
Copy Markdown
Contributor Author

!bench

@leanprover-radar
Copy link
Copy Markdown

leanprover-radar commented Apr 25, 2026

Benchmark results for e8e7e40 against 5fc0241 are in. There are significant results. @CoolRmal

  • 🟥 main exited with code 1

No significant changes detected.

@github-actions github-actions Bot removed the large-import Automatically added label for PRs with a significant increase in transitive imports label Apr 26, 2026
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.

2 participants