Skip to content

feat(Topology/Compactness/CompactSystem): closed and compact square cylinders form a compact system#25906

Closed
pfaffelh wants to merge 82 commits intoleanprover-community:masterfrom
pfaffelh:pfaffelh_compactSystem2
Closed

feat(Topology/Compactness/CompactSystem): closed and compact square cylinders form a compact system#25906
pfaffelh wants to merge 82 commits intoleanprover-community:masterfrom
pfaffelh:pfaffelh_compactSystem2

Conversation

@pfaffelh
Copy link
Copy Markdown
Contributor

@pfaffelh pfaffelh commented Jun 15, 2025

feat (Topology/Compactness/CompactSystem): Closed and compact square cylinders form a
compact system.

A square cylinder is a set of the form s.pi t in a product space. A closed compact square cylinder has IsClosed (t i) and IsCompact (t i) for all i ∈ s. This set system is a compact system (as introduced in PR #25899).

Streamline the definition of square cylinders in MeasureTheory/Constructions/Cylinders on the way.

Co-authors: Rémy Degenne remy.degenne@inria.fr


Open in Gitpod


This PR continues the work from #24542.

Original PR: #24542

@github-actions github-actions Bot added merge-conflict The PR has a merge conflict with master, and needs manual merging. (this label is managed by a bot) and removed merge-conflict The PR has a merge conflict with master, and needs manual merging. (this label is managed by a bot) labels Jun 15, 2025
@github-actions
Copy link
Copy Markdown

github-actions Bot commented Jun 15, 2025

PR summary 39aeb68534

Import changes for modified files

Dependency changes

File Base Count Head Count Change
Mathlib.MeasureTheory.Constructions.Cylinders 765 770 +5 (+0.65%)
Import changes for all files
Files Import difference
30 files Mathlib.MeasureTheory.Constructions.ClosedCompactCylinders Mathlib.MeasureTheory.Constructions.Projective Mathlib.MeasureTheory.Function.FactorsThrough Mathlib.Probability.BorelCantelli Mathlib.Probability.Independence.Conditional Mathlib.Probability.Independence.ZeroOne Mathlib.Probability.Kernel.CompProdEqIff Mathlib.Probability.Kernel.Composition.AbsolutelyContinuous Mathlib.Probability.Kernel.CondDistrib Mathlib.Probability.Kernel.Condexp Mathlib.Probability.Kernel.Disintegration.Density Mathlib.Probability.Kernel.Disintegration.Integral Mathlib.Probability.Kernel.Disintegration.StandardBorel Mathlib.Probability.Kernel.Disintegration.Unique Mathlib.Probability.Kernel.Posterior Mathlib.Probability.Kernel.RadonNikodym Mathlib.Probability.Martingale.Basic Mathlib.Probability.Martingale.BorelCantelli Mathlib.Probability.Martingale.Centering Mathlib.Probability.Martingale.Convergence Mathlib.Probability.Martingale.OptionalSampling Mathlib.Probability.Martingale.OptionalStopping Mathlib.Probability.Martingale.Upcrossing Mathlib.Probability.Moments.SubGaussian Mathlib.Probability.Process.Adapted Mathlib.Probability.Process.Filtration Mathlib.Probability.Process.FiniteDimensionalLaws Mathlib.Probability.Process.HittingTime Mathlib.Probability.Process.PartitionFiltration Mathlib.Probability.Process.Stopping
2
Mathlib.MeasureTheory.Constructions.Cylinders 5
Mathlib.Data.Set.Dissipate (new file) 620
Mathlib.Topology.Compactness.CompactSystem (new file) 816

Declarations diff

+ IsCompactSystem
+ IsCompactSystem.compactClosedPi
+ IsPiSystem.dissipate_mem
+ IsPiSystem.iff_of_empty_mem
+ MeasureTheory.compactClosedSquareCylinders
+ antitone_dissipate
+ biInter_univ_pi_empty_iff
+ directed_dissipate
+ dissipate
+ dissipate_bot
+ dissipate_def
+ dissipate_dissipate
+ dissipate_eq
+ dissipate_eq_empty
+ dissipate_subset
+ dissipate_subset_dissipate
+ dissipate_succ
+ dissipate_zero
+ exists_dissipate_eq_empty_iff
+ exists_dissipate_eq_empty_iff_of_directed
+ exists_subset_dissipate_of_directed
+ finite_of_empty
+ iInter_dissipate
+ iInter_le_mem_measurableCylinders
+ iInter_pi_empty_iff
+ iInter_subset_dissipate
+ iInter_univ_pi_empty_iff
+ iUnion_le_mem_measurableCylinders
+ iff_directed
+ iff_directed'
+ iff_isCompactSystem_of_or_empty
+ iff_isCompactSystem_of_or_univ
+ iff_nonempty_iInter
+ iff_nonempty_iInter_of_lt
+ isCompactSystem.compactClosedSquareCylinders
+ mem_dissipate
+ mem_squareCylinders
+ mono
+ nonempty_isCompactIsClosed
+ of_IsEmpty
+ of_isCompact
+ of_isCompact_isClosed
+ of_isCompact_isClosed_or_univ
+ pi
+ pi_antitone
+ pi_image_eq_of_subset
+ pi_nonempty_iff'
+ squareCylinder
+ squareCylinders
+ squareCylinders_eq_iUnion_image'
+ squareCylinders_subset_pi

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

@mathlib4-dependent-issues-bot mathlib4-dependent-issues-bot added the blocked-by-other-PR This PR depends on another PR (this label is automatically managed by a bot) label Jun 15, 2025
@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 Jul 5, 2025
@leanprover-community-bot-assistant
Copy link
Copy Markdown
Collaborator

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

@RemyDegenne RemyDegenne added the t-topology Topological spaces, uniform spaces, metric spaces, filters label Jul 12, 2025
pfaffelh and others added 19 commits August 20, 2025 23:22
This reverts commit 3cff980.
This reverts commit 7fbd0b2.
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
@pfaffelh pfaffelh force-pushed the pfaffelh_compactSystem2 branch from e70f50b to 684cf3d Compare August 20, 2025 21:46
@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 Aug 20, 2025
pfaffelh added 2 commits August 20, 2025 23:48
@mathlib4-merge-conflict-bot mathlib4-merge-conflict-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 Sep 25, 2025
@mathlib4-merge-conflict-bot
Copy link
Copy Markdown
Collaborator

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

@grunweg grunweg changed the title feat (Topology/Compactness/CompactSystem): Closed and compact square cylinders form a compact system. feat(Topology/Compactness/CompactSystem): closed and compact square cylinders form a compact system Nov 19, 2025
@mathlib-dependent-issues mathlib-dependent-issues Bot removed the blocked-by-other-PR This PR depends on another PR (this label is automatically managed by a bot) label Mar 3, 2026
@mathlib-dependent-issues
Copy link
Copy Markdown

This PR/issue depends on:

@pfaffelh pfaffelh closed this Mar 4, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

merge-conflict The PR has a merge conflict with master, and needs manual merging. (this label is managed by a bot) t-topology Topological spaces, uniform spaces, metric spaces, filters

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants