Open urkud opened 1 year ago
See my comments on #10883: we cannot replace Int.sign
with anything derived from SignType.sign
, since Int.sign
is in std, not in mathlib.
We can backport SignType.sign
to Std, if
[Preorder α]
with [LT α]
, and→o
to →
.OTOH, I don't know if it will be accepted in Std.
We have
SignType.sign
,Int.sign
, andReal.sign
. Probably, we should deduplicate them.Int.sign
(see loogle) withSignType.sign
.Real.sign
(see loogle) withSignType.sign
.