Commit 2024-09-14 05:31 b95daa50
View on Github →chore: tidy/move/deprecate Init.Logic
and IsSymmOp
more (#16757)
- Move
EmptyRelation
toOrder.Defs
(and useType*, Sort*
throughout the latter file while I'm at it). - Deprecate the two
InvImage
theorems and threeEquivalence
theorems inInit.Logic
and fix the few uses of them. - Align
IsSymmOp
with the new typeclasses of #16751, i.e. make itsα
andβ
arguments implicit. There were a number of uses ofIsSymmOp
whereStd.Commutative
could also be used; make those changes.