16

Is there a word for the quality of a number to be either positive or negative? Consider this question:

What's the ... (sign/positivity/negativity, but a word that could describe either) of number x?

Also, is there an all-encompassing word for the sign put in front of a number (-5 or +5)? Word that describes both a plus and a minus sign?

silkfire
  • 261

4 Answers4

22

The word that you are looking for is the very word that you are using and that word is sign.

If you are looking for something more "academic", then you can use its Latin variant, signum.

Context can also effect what word you might choose. For instance, in physics it's common to use the word direction in place of the word "sign."

But don't take my word for it; have a look at page $229$ of "A Handbook of Mathematical Discourse".

amWhy
  • 209,954
k170
  • 9,045
  • "Sign" sounds so simple and non-academic, I'm looking for something different. – silkfire Sep 10 '14 at 21:32
  • 14
    @silkfire But... it's the correct term. –  Sep 10 '14 at 21:44
  • Don't know if this has anything to do with the OP's reason for their question, but I'm looking for another term for "sign" because I want to store a value in a program that represents the "sign" of a numerical object (the object is numeric in nature but is not a built-in numerical type of the language). However, I can't use "sign" as the name of the variable/property to store this in because it is a keyword in nearly every computer language and even if overloading is allowed it creates confusing results - so what would be a good alternative to name it? – Trashman May 02 '23 at 21:14
3

The search is for a PHILOSOPHICAL term to denote positive / negative. I agree that "sign" lacks something - hence, consider "polarity" and "charge".

Neville
  • 41
  • 2
2

It does help to have more specific technical terms like polarity, rather than sign, in the same way that it helps sailors to use port and starboard rather than left and right. The word sign IS correct, and it doesn't cause confusion like "left" would to sailors, but its many other common usages make it less valuable. (Also, people in any specialty have an almost compulsive need to abbreviate words that are common to their trade, and I believe this very human need to have a lingo is a coping strategy to help chunk large amounts of ideas and data.)

1

If you want to have a "less-simple" answer than the correct one given by @k170, the words positive and negative occur in all totally ordered commutative group with neutral element noted $0$. The positive elements $x$ are those for which $0<x$ and the negative ones are those such that $x<0$. The usual convention of the signs comes from $$x+(-x)=0$$ where $-x$ is the opposite of $x$. Given $x$ the positive part of $x$ is defined by $x_+=\sup\{x,0\}$ and the negative part is $x_-=\sup\{-x,0\}$ so you have $$x=(x_+)-(x_-)$$ Noting now $$|x|=\sup (x,-x)$$ (it is not an absolute value!) you have $$|x|=(x_+)+(x_-)$$ You can translate this to the numbers an take as convention (very useful!)the word "sign", positive or negative according to the involved element.

Piquito
  • 29,594