Skip to content

Conversation

DavidLedvinka
Copy link
Collaborator

@DavidLedvinka DavidLedvinka commented Jun 21, 2025

Add file PairReduction.lean which proves the theorem pair_reduction which is needed for the proof of the general Kolmogorov-Chentsov theorem in the Brownian Motion project.

Co-authored-by: @RemyDegenne

@github-actions github-actions bot added the t-topology Topological spaces, uniform spaces, metric spaces, filters label Jun 21, 2025
Copy link

github-actions bot commented Jun 21, 2025

PR summary 5592362428

Import changes for modified files

No significant changes to the import graph

Import changes for all files
Files Import difference
Mathlib.Topology.EMetricSpace.PairReduction (new file) 1827

Declarations diff

+ EMetric.pair_reduction
+ antitone_logSizeBallSeq_add_one_subset
+ card_finset_logSizeBallSeq_add_one_lt
+ card_finset_logSizeBallSeq_card_eq_zero
+ card_finset_logSizeBallSeq_le
+ card_le_logSizeRadius_le_pow_logSizeRadius
+ card_pairSetSeq_le_logSizeRadius_mul
+ card_pairSet_le
+ disjoint_smallBall_logSizeBallSeq
+ edist_le_of_mem_pairSet
+ exists_radius_le
+ finset_logSizeBallSeq_add_one
+ finset_logSizeBallSeq_add_one_ssubset
+ finset_logSizeBallSeq_add_one_subset
+ finset_logSizeBallSeq_subset_logSizeBallSeq_init
+ finset_logSizeBallSeq_zero
+ iSup_edist_pairSet
+ logSizeBallSeq
+ logSizeBallStruct
+ logSizeBallStruct.ball
+ logSizeBallStruct.smallBall
+ logSizeRadius
+ logSizeRadius_le_card_smallBall
+ one_le_logSizeRadius
+ one_le_radius_logSizeBallSeq
+ pairSet
+ pairSetSeq
+ pairSet_empty_eq_empty
+ pairSet_subset
+ point_logSizeBallSeq_add_one
+ point_logSizeBallSeq_zero
+ point_mem_finset_logSizeBallSeq
+ point_mem_logSizeBallSeq_init
+ point_notMem_finset_logSizeBallSeq_add_one
+ pow_logSizeRadius_le_card_le_logSizeRadius
+ radius_logSizeBallSeq_add_one
+ radius_logSizeBallSeq_le
+ radius_logSizeBallSeq_zero
+ that

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

@DavidLedvinka DavidLedvinka added the WIP Work in progress label Jun 21, 2025
@DavidLedvinka DavidLedvinka removed the WIP Work in progress label Jun 21, 2025
Copy link
Member

@EtienneC30 EtienneC30 left a comment

Choose a reason for hiding this comment

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

Thanks! Many of my comments are suggestions for slightly shorter proofs. Please write the maths in comments between backticks and remove open Classical in all across the file.

@EtienneC30 EtienneC30 added the awaiting-author A reviewer has asked the author a question or requested changes. label Jul 17, 2025
DavidLedvinka and others added 15 commits July 17, 2025 18:08
Co-authored-by: EtienneC30 <66847262+EtienneC30@users.noreply.github.com>
Co-authored-by: EtienneC30 <66847262+EtienneC30@users.noreply.github.com>
Co-authored-by: EtienneC30 <66847262+EtienneC30@users.noreply.github.com>
Co-authored-by: EtienneC30 <66847262+EtienneC30@users.noreply.github.com>
Co-authored-by: EtienneC30 <66847262+EtienneC30@users.noreply.github.com>
Co-authored-by: EtienneC30 <66847262+EtienneC30@users.noreply.github.com>
Co-authored-by: EtienneC30 <66847262+EtienneC30@users.noreply.github.com>
Co-authored-by: EtienneC30 <66847262+EtienneC30@users.noreply.github.com>
Co-authored-by: EtienneC30 <66847262+EtienneC30@users.noreply.github.com>
Co-authored-by: EtienneC30 <66847262+EtienneC30@users.noreply.github.com>
Co-authored-by: EtienneC30 <66847262+EtienneC30@users.noreply.github.com>
Co-authored-by: EtienneC30 <66847262+EtienneC30@users.noreply.github.com>
Co-authored-by: EtienneC30 <66847262+EtienneC30@users.noreply.github.com>
Co-authored-by: EtienneC30 <66847262+EtienneC30@users.noreply.github.com>
Co-authored-by: EtienneC30 <66847262+EtienneC30@users.noreply.github.com>
@DavidLedvinka
Copy link
Collaborator Author

-awaiting-author

@github-actions github-actions bot removed the awaiting-author A reviewer has asked the author a question or requested changes. label Oct 15, 2025
@sgouezel sgouezel added the awaiting-author A reviewer has asked the author a question or requested changes. label Oct 15, 2025
DavidLedvinka and others added 14 commits October 15, 2025 14:35
Co-authored-by: Sebastien Gouezel <sebastien.gouezel@univ-rennes1.fr>
Co-authored-by: Sebastien Gouezel <sebastien.gouezel@univ-rennes1.fr>
Co-authored-by: Sebastien Gouezel <sebastien.gouezel@univ-rennes1.fr>
Co-authored-by: Sebastien Gouezel <sebastien.gouezel@univ-rennes1.fr>
Co-authored-by: Sebastien Gouezel <sebastien.gouezel@univ-rennes1.fr>
Co-authored-by: Sebastien Gouezel <sebastien.gouezel@univ-rennes1.fr>
Co-authored-by: Sebastien Gouezel <sebastien.gouezel@univ-rennes1.fr>
Co-authored-by: Sebastien Gouezel <sebastien.gouezel@univ-rennes1.fr>
Co-authored-by: Sebastien Gouezel <sebastien.gouezel@univ-rennes1.fr>
Co-authored-by: Sebastien Gouezel <sebastien.gouezel@univ-rennes1.fr>
Co-authored-by: Sebastien Gouezel <sebastien.gouezel@univ-rennes1.fr>
Co-authored-by: Sebastien Gouezel <sebastien.gouezel@univ-rennes1.fr>
Co-authored-by: Sebastien Gouezel <sebastien.gouezel@univ-rennes1.fr>
@DavidLedvinka
Copy link
Collaborator Author

-awaiting-author

@github-actions github-actions bot removed the awaiting-author A reviewer has asked the author a question or requested changes. label Oct 16, 2025
Copy link
Contributor

@sgouezel sgouezel left a comment

Choose a reason for hiding this comment

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

bors d+
Thanks!

@mathlib-bors
Copy link
Contributor

mathlib-bors bot commented Oct 16, 2025

✌️ DavidLedvinka can now approve this pull request. To approve and merge a pull request, simply reply with bors r+. More detailed instructions are available here.

@DavidLedvinka
Copy link
Collaborator Author

bors r+

mathlib-bors bot pushed a commit that referenced this pull request Oct 16, 2025
Add file PairReduction.lean which proves the theorem `pair_reduction` which is needed for the proof of the general Kolmogorov-Chentsov theorem in the Brownian Motion project.


- [x] depends on: #27239

Co-authored-by: @RemyDegenne 
Co-authored-by: Remy Degenne <remydegenne@gmail.com>
@mathlib-bors
Copy link
Contributor

mathlib-bors bot commented Oct 16, 2025

Pull request successfully merged into master.

Build succeeded:

@mathlib-bors mathlib-bors bot changed the title feat(Topology): Add PairReduction.lean [Merged by Bors] - feat(Topology): Add PairReduction.lean Oct 16, 2025
@mathlib-bors mathlib-bors bot closed this Oct 16, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

delegated t-topology Topological spaces, uniform spaces, metric spaces, filters

Projects

None yet

Development

Successfully merging this pull request may close these issues.

7 participants