[Merged by Bors] - feat: sync Data.Set.Intervals.OrdConnected#3077
Closed
joneugster wants to merge 2 commits intomasterfrom
Closed
[Merged by Bors] - feat: sync Data.Set.Intervals.OrdConnected#3077joneugster wants to merge 2 commits intomasterfrom
joneugster wants to merge 2 commits intomasterfrom
Conversation
Member
|
Contributor
|
Uh oh. Let me fix that quick. |
YaelDillies
reviewed
Mar 26, 2023
Contributor
|
maintainer merge |
Contributor
|
bors merge |
bors bot
pushed a commit
that referenced
this pull request
Mar 27, 2023
Co-authored-by: Yaël Dillies <yael.dillies@gmail.com>
|
Pull request successfully merged into master. Build succeeded:
|
bors bot
pushed a commit
that referenced
this pull request
Mar 27, 2023
The change to `Mathlib/Data/Set/Intervals/OrdConnected.lean` was already forward-ported in #3077. Also fixes a remaining `simple_graph` in the comments of one of the files. Co-authored-by: Parcly Taxel <reddeloostw@gmail.com> Co-authored-by: Jeremy Tan Jie Rui <reddeloostw@gmail.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
data.set.intervals.ord_connected@9003f28797c0664a49e4179487267c494477d853..b19481deb571022990f1baa9cbf9172e6757a479This matches the way it is in mathlib3, but is it correct that the new statement is
Set.IsAntichain.ordConnectedinstead ofIsAntichain.ordConnected?