-
Notifications
You must be signed in to change notification settings - Fork 840
[Merged by Bors] - feat(Topology): Add PairReduction.lean #26243
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
[Merged by Bors] - feat(Topology): Add PairReduction.lean #26243
Conversation
PR summary 5592362428Import changes for modified filesNo significant changes to the import graph Import changes for all files
|
There was a problem hiding this 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.
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>
-awaiting-author |
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>
-awaiting-author |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
bors d+
Thanks!
✌️ DavidLedvinka can now approve this pull request. To approve and merge a pull request, simply reply with |
bors r+ |
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>
Pull request successfully merged into master. Build succeeded: |
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