Hacker News new | ask | show | jobs
by Koshkin 2307 days ago
In a finite numeric field, then, negatives are the same as positives. (For example, in Z mod 5, you get 2 + 3 = 0 and, sure, 2 + (-2) = 0, too.)
1 comments

Yes?

In Z mod 5 using your notation, you have that 3 = -2. It doesn't make sense to distinguish two classes of "negative" and "positive" numbers in that case, but it still makes sense to talk about -2.

That was precisely the original point - the distinction only makes sense in an ordered set; otherwise, calling -2 "negative" may be devoid of any meaning (e.g. when -2 = 3).