-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Tracking issue: game order relations cleanup #19588
Copy link
Copy link
Closed
Labels
t-orderOrder theoryOrder theory
Description
We've defined a bunch of order relations on PGame which are really just special cases of other relations on pre/partial orders. This issue keeps track of which of them are yet to be removed/generalized.
SetTheory.PGame.LFis the same as¬ b ≤ a- Deprecate
LF
- Deprecate
- SetTheory.PGame.Equiv is the same as AntisymmRel
- Copy over the
EquivAPI toAntisymmRel: [Merged by Bors] - feat(Order/Antisymmetrization):AntisymmRellemmas #19571 - Deprecate
Equiv: chore(SetTheory/Game/PGame):Equiv→AntisymmRel#21086
- Copy over the
- SetTheory.Game.Fuzzy is the incomparability relation.
- Add
IncompRel: [Merged by Bors] - feat(Order/Comparable): comparability/incomparability relations #19580 - Deprecate
Fuzzy
- Add
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
t-orderOrder theoryOrder theory