Closed
Description
The Base
module introduces an ad hoc notation _≠_
for the negated equality in the setoid (ℚᵘ, _≃_)
.
But there is now no reason to:
- the Unicode symbol
_≄_
achieved via\~-n
is (now available as) the 'correct' negation-correlated version of_≃_
/\~-
- issues Add
_≮_
and_≰_
to bundles in the binary relation hierarchy. #1214 andRelation.Binary.Bundles.Preorder
declares the 'wrong' symbol for the ordering relation!!! #2096 and their associated PRs [fixes #1214] Add negated ordering relation symbols systematically toRelation.Binary.*
#2095Relation.Binary.Bundles.Preorder
declares the 'wrong' symbol for the ordering relation!!! #2096 Add_≥_
,_>_
,_≱_
and_≯_
systematically to theRelation.Binary.Bundles
hierarchy #2098 are aimed at rationalising the notation systems for all the negated/transposed equality/ordering symbols, so there's no need for an anomaly like this to persist.