Skip to content

feat: a sequential and countably compact space is sequentially compact#36385

Open
CoolRmal wants to merge 50 commits intoleanprover-community:masterfrom
CoolRmal:sequential
Open

feat: a sequential and countably compact space is sequentially compact#36385
CoolRmal wants to merge 50 commits intoleanprover-community:masterfrom
CoolRmal:sequential

Conversation

@CoolRmal
Copy link
Copy Markdown
Contributor

@CoolRmal CoolRmal commented Mar 9, 2026

The main result proved in this PR is that a sequential and countably compact space is sequentially compact. We also prove some lemmas:

  1. If f is an embedding, then A is sequentially compact iff f '' A is sequentially compact. This result is then used to show the equivalence of IsSeqCompact A and SeqCompactSpace A.
  2. If f is inducing, then A is countably compact iff f '' A is countably compact. This result is then used to show the equivalence of IsCountablyCompact A and CountablyCompactSpace A.
  3. If f converges and g is another function such that g x ∈ closure {f x} for all x, then g also converges.

Open in Gitpod

@github-actions
Copy link
Copy Markdown

github-actions bot commented Mar 9, 2026

PR summary b43655dfe2

Import changes for modified files

No significant changes to the import graph

Import changes for all files
Files Import difference

Declarations diff

+ Subtype.isCountablyCompact_iff
+ Subtype.isSeqCompact_iff
+ Tendsto.specializes
+ Topology.IsEmbedding.isCountablyCompact_iff
+ Topology.IsEmbedding.isSeqCompact_iff
+ Topology.IsInducing.isCountablyCompact_iff
+ instance [SequentialSpace E] [CountablyCompactSpace E] :
+ isClosed_of_not_tendsto
+ isCountablyCompact_iff_countablyCompactSpace
+ isCountablyCompact_iff_isCountablyCompact_univ
+ isCountablyCompact_univ_iff
+ isSeqCompact_iff_isSeqCompact_univ
+ isSeqCompact_iff_seqCompactSpace
+ isSeqCompact_univ_iff

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.

You can run this locally as

./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 Mar 9, 2026
@mathlib-dependent-issues mathlib-dependent-issues bot added the blocked-by-other-PR This PR depends on another PR (this label is automatically managed by a bot) label Mar 9, 2026
@CoolRmal
Copy link
Copy Markdown
Contributor Author

CoolRmal commented Apr 2, 2026

-awaiting-author

@github-actions github-actions bot removed the awaiting-author A reviewer has asked the author a question or requested changes. label Apr 2, 2026
@scholzhannah scholzhannah added the awaiting-author A reviewer has asked the author a question or requested changes. label Apr 2, 2026
@CoolRmal
Copy link
Copy Markdown
Contributor Author

CoolRmal commented Apr 2, 2026

-awaiting-author

@github-actions github-actions bot removed the awaiting-author A reviewer has asked the author a question or requested changes. label Apr 2, 2026
@mathlib-merge-conflicts mathlib-merge-conflicts bot added the merge-conflict The PR has a merge conflict with master, and needs manual merging. (this label is managed by a bot) label Apr 3, 2026
@mathlib-merge-conflicts
Copy link
Copy Markdown

This pull request has conflicts, please merge master and resolve them.

@github-actions github-actions bot removed the merge-conflict The PR has a merge conflict with master, and needs manual merging. (this label is managed by a bot) label Apr 3, 2026
Copy link
Copy Markdown
Collaborator

@scholzhannah scholzhannah left a comment

Choose a reason for hiding this comment

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

I have some more minor style comments.

@scholzhannah scholzhannah added the awaiting-author A reviewer has asked the author a question or requested changes. label Apr 8, 2026
CoolRmal and others added 7 commits April 9, 2026 13:24
Co-authored-by: Hannah Scholz <70071345+scholzhannah@users.noreply.github.com>
Co-authored-by: Hannah Scholz <70071345+scholzhannah@users.noreply.github.com>
Co-authored-by: Hannah Scholz <70071345+scholzhannah@users.noreply.github.com>
@CoolRmal
Copy link
Copy Markdown
Contributor Author

CoolRmal commented Apr 9, 2026

-awaiting-author

@github-actions github-actions bot removed the awaiting-author A reviewer has asked the author a question or requested changes. label Apr 9, 2026
CoolRmal and others added 2 commits April 12, 2026 00:39
Co-authored-by: Hannah Scholz <70071345+scholzhannah@users.noreply.github.com>
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.

6 participants