-
Notifications
You must be signed in to change notification settings - Fork 250
Proved sorted permutations are equal #2748
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
Conversation
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.
Various nitpicks and bugfixes suggested, but otherwise: good to go!
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.
I have no comments beyond James'.
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.
Sorry to go back on my original approval, but I think the new proof structure is... better!?
Definitely agree that your proof of Minor nit: |
@JacquesCarette if @MatthewDaggitt goes ahead with my proposed changes, then I think your function name change makes sense, but perhaps at the cost of what you then choose to call what currently is |
|
I think |
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.
All looks great.
Last round of nitpicks: CHANGELOG
is the one that really needs fixing
🎉 Very nice work! |
The main result. Would like to try and sneak this into v2.3 for @onestruggler.
Have also added an explanation of the choice of propositional permutation in
SortingAlgorithm
and a lemma that proves the setoid version.