[Merged by Bors] - feat(Order/Comparable): comparability/incomparability relations#19580
Conversation
PR summary 8de3a2ba06Import changes for modified filesNo significant changes to the import graph Import changes for all files
|
|
If you do want to use a different symbol, U+01C1 LATIN LETTER LATERAL CLICK |
Co-authored-by: Yaël Dillies <yael.dillies@gmail.com>
|
Perhaps we can reconsider having both Also, I want to use this relation within game theory, and in that context, incomparability is by far the more natural notion. This duplication wouldn't be something without precedent. After all, we have both |
|
Thinking about this more, I agree with you. Another nice example is Subsingleton and Nontrivial, where we have both, and they're expressed in a more interesting way than as the negation of the other. Let's go with both here too! |
|
I've updated the PR yet again, to include both the comparability and incomparability relations. |
YaelDillies
left a comment
There was a problem hiding this comment.
Thanks!
maintainer delegate
|
🚀 Pull request has been placed on the maintainer queue by YaelDillies. |
|
✌️ vihdzp can now approve this pull request. To approve and merge a pull request, simply reply with |
|
As this PR is labelled bors merge |
We define two new relations for comparability and incomparability in a preorder, and introduce basic API for them. See [this comment](#19580 (comment)) for an explanation of why we want both. This will be used in the new [CGT repo](https://github.com/vihdzp/combinatorial-games) to define the fuzzy relation `x ‖ y = IncompRel (· ≤ ·) x y`.
|
Pull request successfully merged into master. Build succeeded: |
We define two new relations for comparability and incomparability in a preorder, and introduce basic API for them. See [this comment](#19580 (comment)) for an explanation of why we want both. This will be used in the new [CGT repo](https://github.com/vihdzp/combinatorial-games) to define the fuzzy relation `x ‖ y = IncompRel (· ≤ ·) x y`.
We define two new relations for comparability and incomparability in a preorder, and introduce basic API for them. See this comment for an explanation of why we want both.
This will be used in the new CGT repo to define the fuzzy relation
x ‖ y = IncompRel (· ≤ ·) x y.AntisymmRellemmas #19571antisymm_refl→Antisymm.refl#21202