25
$\begingroup$

I'm trying to get to an abstract definition of a negative number that would fit in with the basic concept of addition/subtraction.

There are questions here about multiplying and dividing negative numbers that really point to this basic question.

The common analogy is of monetary debt. This analogy is useful, and I would like to abstract the fundamental concept of 'negative number' from it. Other analogies which may provide a different perspective would also be helpful. But the aim is to distill the fundamental concept from these analogies.

In answering the question one might talk about what a number is. It seems that 'negative' is an adjective describing number. I want to assume that the concept of 'number' is generally understood though, so we don't have to go too deeply in that.

What is a negative number? Please give your thoughts.

$\endgroup$
11
  • 8
    $\begingroup$ You say addition/subtraction yet I find it's better to define subtraction as the addition of a negative. The reason I say this, is that in my opinion, we only need to consider addition to start to define the real numbers (perhaps integers to be safer)--all other basic operations, subtraction, multiplication, division, exponentiation, etc., can be achieved by starting with addition. $\endgroup$
    – Jared
    Commented Jun 17, 2015 at 7:59
  • 2
    $\begingroup$ I am unclear about your question though. You state "There are questions here about multiplying and dividing negative numbers that really point to this basic question." So is that your question? Why do dividing/multiplying by negatives "work the way they do"? You seem to accept the monetary debt example which is specific to addition/subtraction but doesn't really relate to multiplication/division. $\endgroup$
    – Jared
    Commented Jun 17, 2015 at 8:03
  • 1
    $\begingroup$ @Jared No, I'm really just asking what a negative number is. The multiplying/diving example was really just to suggest grasping the answer to this question would give persons a surer footing to use negative numbers in multiplication and division. $\endgroup$
    – Ron
    Commented Jun 17, 2015 at 8:20
  • 2
    $\begingroup$ I agree with @Jared that the actual question in this question is unclear, and I'd even say that the suitability of this question to Stack Exchange is at best marginal. To quote our help center, "You should only ask practical, answerable questions based on actual problems that you face." I haven't actually voted to close this question, since it is getting interesting answers and the comments seem to be staying under control, but I may change my mind if this ends up degenerating into an infinite diverging sequence of "But what is is?" comments. $\endgroup$ Commented Jun 17, 2015 at 16:59
  • 1
    $\begingroup$ I was wondering about the suitability of the question also. It certainly isn't the type of question I would ask on Stack Overflow. Perhaps a better question may come from this. That being said, I do believe that it qualifies as both practical and answerable. And it certainly is a problem I face. Yes, it is also basic, and, as such, perhaps difficult to answer. But where can one ask these questions if not this forum? I tried as best as I can to limit the scope of the question. The answers so far show that the scope is understood, I think. $\endgroup$
    – Ron
    Commented Jun 17, 2015 at 17:43

11 Answers 11

46
$\begingroup$

To limit my liability, let's only consider integers and then once we start talking about division, rational numbers. First off we intuitively understand addition:

If I have two apples and you give me three more apples, then I now 
have 2 + 3 = 5 apples.

There are two routes we can go down: 1) we can accept negative numbers exist and deal with it or 2) we can accept subtraction as a valid operation that we definitely understand. I think the second approach is best for your question (since we do not want to accept negative numbers a priori).

So just as addition is intuitive to us, subtraction also is:

If I have 5 apples and you take 3 from me, then I am left with 2 apples: 5 - 3 = 2.

The value zero now becomes very important because I know that if I have $x$ apples and you take away $x$ apples then I am left with none, $0$:

$$ x - x = 0 $$

So now what happens when I have $5$ apples and you take away $6$? How many apples am I left with? Obviously, intuition now breaks down because you do not have $6$ apples to give up, but the math can remain:

$$ 5 - 6 = 5 - (5 + 1) = 5 - 5 - 1 = 0 - 1 $$

We are happy in every step up until the last when I get to $0 - 1$ which we have no value for! I don't understand what $0 - 1$ represents in exactly the same way that I do not understand what $\sqrt{-1} = i$ represents--it's a definition! I am now defining that $0 - 1 = -1$--$-1$ is now a symbol for that value (which I do not fully comprehend). (and ultimately when I say $-x$, I really mean $0 - x$)

So now that we have this new symbol, what can we do with it? Well we can try and add it to values: $5 + -1 = 5 + (0 - 1) = 5 + 0 - 1 = 5 - 1 = 4$--we see that $5 + -1$ is the same as $5 - 1$! What about $5 - -1$? This is a little trickier. Now obviously we can write $5 - (0 - 1)$, but this doesn't help us because we don't know how to subtract a negative (in fact the above expression just devolves into $5 - -1$--the original question)! What we really need to show now is the following:

$$ 0 - (0 - 1) = 0 - -1 = +1 $$

So we can do this through some algebraic manipulation:

$$ 0 - (0 - 1) = x \\ 0 = x + (0 - 1) \\ 0 = x + 0 - 1 = x - 1 \\ 0 + 1 = x + 1 - 1 = x + 0 = x\\ x = 1 $$

So notice that I used only addition to get to this result! This proves that $0 - -1 = +1$ therefore we can rewrite:

$$ 5 - -1 = 5 + 0 - -1 = 5 + (0 - -1) = 5 + 1 = 6 $$

At this point, I hope that we both accept negative numbers as they are. The next question is for multiplication and division. If I have $5*-2$, then what should the result be? Well that one is easy:

$$ 5*-2 = (-2) + (-2) + (-2) + (-2) + (-2) = -10 $$

What's not so easy is $-2*5$! There are two ways to approach this: 1) we accept that multiplication is commutative and thus $-2*5 = 5*-2 = -10$ (as we already showed) or 2) a negative multiplier means something "different" from a positive multiplier. A positive multiplier means to add the thing being multiplied whereas a negative multiplier means to subtract the thing being multiplied. The latter definition will help us define also a negative times a negative.

So what exactly is multiplication? Multiplication means taking a value and adding it to zero $x$ times (whatever the multiplier is). If the multiplier is negative, then it means subtracting from zero. For instance:

$$ 5*-2 = 0 + (-2) + (-2) + (-2) + (-2) + (-2) = -10 \\ -2*5 = 0 - (5) - (5) = -10 \\ -2*-5 = 0 - (-5) - (-5) = 5 + 5 = +10 \\ -5*-2 = 0 - (-2) - (-2) - (-2) - (-2) - (-2) = +10 $$

From the above definition we see that a negative times a positive results in a negative value, a positive times a positive results in a positive value, and a negative times a negative results in a positive value. I don't want to go much further--division can be considered somewhat elementary (just as subtraction to addition) but, at this point, I think it's easier to accept division as the inverse of multiplication and prove the same laws apply (i.e. a division by a positive and negative gives a negative, etc.).

$\endgroup$
13
  • 10
    $\begingroup$ You can formalize your approach, e.g. for $\Bbb{N}$, by considering the quotient of $\Bbb{N} \times \Bbb{N}$ by the relation $(a,b) \sim (c,d)$ iff $a + d = c + b$. Then a positive number $n$ corresponds to the class of $(n,0)$ and a negative number $-n$ corresponds to the class of $(0,n)$, while $0$ corresponds to the class $\{(a,a) : a \in \Bbb{N}\}$. More abstractly, this corresponds to taking the Grothendieck group of $\Bbb{N}$. $\endgroup$
    – A.P.
    Commented Jun 17, 2015 at 10:37
  • 4
    $\begingroup$ This reminds me of If there are 2 people in a room and 3 people leave the room, it takes one person to enter the room, for it to be empty. $\endgroup$
    – null
    Commented Jun 17, 2015 at 20:57
  • 4
    $\begingroup$ @null, your username makes the comment better. $\endgroup$ Commented Jun 18, 2015 at 2:42
  • 4
    $\begingroup$ Good answer. Though I would say that $-x$ should be defined as $0 - x$ just like $-1$, instead of $-1 \times x$. $\endgroup$
    – user21820
    Commented Jun 18, 2015 at 4:35
  • 2
    $\begingroup$ For multiplication, the second approach (of having a different definition for negative multipliers from positive multipliers) seems unmotivated — why would this definition (for negative multipliers) be any better or worse than a different definition? Shouldn't the behavior for negative numbers somehow arise from our understanding of what negative numbers are, which we have understood as the abstract intangible result of taking more from less? Just like we assume we understand subtraction, let's assume we understand the distributive law applied to subtraction. This could give us what we need. $\endgroup$
    – Matt
    Commented Jun 18, 2015 at 11:25
39
$\begingroup$

The negative of a number $a$ is inverse in the additive group of numbers, represented as $-a$, such that $-a +a =0$.

$\endgroup$
10
  • 1
    $\begingroup$ How does this explain why a negative times a positive should be negative or a negative times a negative should be positive (also for the case of division)? $\endgroup$
    – Jared
    Commented Jun 17, 2015 at 8:05
  • 1
    $\begingroup$ multiplication is just defined to be that way with negative numbers. $\endgroup$ Commented Jun 17, 2015 at 8:12
  • 20
    $\begingroup$ @Jared If $a$ and $b$ are positive, then $ab + a\cdot(-b) = a(b + (-b)) = a\cdot 0 = 0$, so $a\cdot(-b) = -ab$. And $a\cdot (-b) + (-a)(-b) = (a + (-a))(-b) = 0\cdot (-b) = 0$, so $(-a)(-b) = -a\cdot (-b) = -(-ab) = ab$. If we want the basic algebraic properties of distributivity et cetera, we must accept that a negative times a negative is a postive and so on. $\endgroup$ Commented Jun 17, 2015 at 9:02
  • 1
    $\begingroup$ The question is about negative numbers, not negation operations. Every group has a negation operation, but not every group has a concept of negative elements, i.e, can be linearly ordered, i.e. nonzero elements partition into positives $P$ and negatives $-P$ and $\,P+P\subseteq P.\ \ $ $\endgroup$ Commented Jun 17, 2015 at 18:24
  • 1
    $\begingroup$ @Jared: Intuitively we could say "if you give me 5 apples 3 times then you've given me 15 apples". Negative giving is taking, and negative apples are taken rather than given. So if you give me -5 apples 3 times, you have taken 15 apples from me, or given me -15 apples. If you give me 5 apples -3 times, you have again given me -15 apples. Giving me -5 apples -3 times is the same as taking 5 apples -3 times, which is the same as giving 5 apples 3 times, and so that's you giving me 15 apples. $\endgroup$ Commented Jun 18, 2015 at 16:46
15
$\begingroup$

You seem to be asking the ontological question. In other words, what do mathematical negative numbers mean really. You correctly note that it depends on the meaning of a number. But there is more than one meaning for a number.

  1. Geometric magnitudes. These were the "floating point numbers" in mathematics from classical Greece until only a couple of hundred years ago. These magnitudes don't really have a negative. You can talk about opposite displacements, and these did appear in Euclid's geometry, but they were not really thought of as negative numbers as such. Even in Euler's writings in the 18th century, he did his calculus with "lines", not numbers. Even at that time, what we call "real numbers" could not be abstracted from geometric magnitudes.

  2. Counting numbers can be either ordinal numbers or cardinal numbers. Clearly the negative of an ordinal or cardinal number is fairly meaningless.

  3. The negative "real numbers" of Renaissance polynomial algebra were initially thought of as fictional, and were rejected as meaningless solutions. But as we all know, they were accepted within about a hundred years or so, especially when it was found that inclusion of the complex numbers gave $n$ solutions for every $n$th degree polynomial equation. These negative real numbers were initially a convenience to make arithmetic work more smoothly.

  4. Complex numbers. Within the complex numbers, we know that the negative is either a rotated positive number, or once again a solution of algebraic equations.

There are various other kinds of number contexts, where the meaning of "negative" in each case is a bit different. Just in the last 24 hours, I received a book in the mail where the author axiomatically defines positive integers, then positive rationals, and then positive real numbers. He makes the interesting comment that all of the positive numbers were defined historically before the negative numbers. And in terms of axiomatic development, it's actually much easier to do everything for positive numbers first. In out modern education system, we learn negative integers before negative rationals/reals. But actually negative numbers are very abstract compared positive rationals and reals.

$\endgroup$
5
  • 3
    $\begingroup$ +1 for noting that the positive reals can be easily and naturally defined without making any use of negative numbers. In fact, I'd say that there are really two orthogonal axes in the (historical / formal) development of the number system: one goes unsignedsignedcomplex and the other goes integerrationalreal. In developing the number system, you can traverse these axes in any order; while the usual way involves taking one step from the naturals to the signed, then traversing the other axis to the signed reals, and finally complexifying them, that's not the only path. $\endgroup$ Commented Jun 17, 2015 at 22:01
  • $\begingroup$ ... You could just as well develop the unsigned reals before adding negative and complex numbers into the mix, as in the book you mention; or, if you really wanted, even develop the Gaussian integers and Gaussian rationals before introducing real numbers in any form. $\endgroup$ Commented Jun 17, 2015 at 22:07
  • $\begingroup$ You can also see negative numbers as a shorthand for (some of) the equivalence classes where $(a,b)\equiv (c,d)$ when $a+d=b+c$. $\endgroup$
    – Henry
    Commented Jun 17, 2015 at 22:33
  • 3
    $\begingroup$ @IlmariKaronen: the formal historical foundations in the 19th century were actually built in reverse: complex numbers were formalised using real numbers, before real numbers were formalised using rational numbers, and so on back to the natural numbers, whose foundations proved to be the hardest part. $\endgroup$
    – Henry
    Commented Jun 17, 2015 at 22:36
  • $\begingroup$ How does this answer the question? You didn't actually say what a negative number is. $\endgroup$
    – Timothy
    Commented Jun 5, 2019 at 21:23
10
$\begingroup$

In the realm of addition/subtraction it is not possible to distinguish positive from negative numbers since $x\mapsto -x$ is an isomorphism of the additive group ${\mathbb Z}$.

$\endgroup$
1
  • $\begingroup$ There is a way to construct objects we can reasonably call the integers and distinguish the positive ones from the negative ones. Also, this does not answer the question because you didn't say what a negative number was. You just stated that given all the integers, the operation of taking the additive inverse is an isomorphism with respect to addition and subtraction. $\endgroup$
    – Timothy
    Commented Jun 5, 2019 at 21:28
7
$\begingroup$

In my experience, Mathematicians aren't the best at answering questions like, what is a number? Nonetheless, I'll try provide some justification why we have such properties with negative numbers. Please note this isn't a riguous approach, just an educational approach.

Negative "$a$" is the additive inverse of "$a$", that is$$a+(-a)=0$$ now, why is a negative number times a positive number negative? Let $-a$ be negative and $b$ be positive. I will show that $(-a)b=-(ab)$. $$ab+(-a)b=(a+(-a))b\:\:\:\text{because}\:\:\:yx+zx=(y+z)x$$ $$ab+(-a)b=0b=0\:\:\:\text{because}\:\:\:a+(-a)=0$$ $$\text{hence}\:\:\:ab+(-a)b=0$$ We know that negative $ab$ is $-(ab)$ and we know that $ab+(-(ab))=0$ $$\text{so}\:\:\:ab+(-a)b=0\:\:\:\text{and}\:\:\:ab+(-(ab))=0$$ $$\text{so we conclude that}\:\:\:(-a)b=-(ab)$$ Hence a negative number times by a positive number is negative

$\endgroup$
5
$\begingroup$

To say what a mathematical object is, definitively, ultimately requires its reduction to a set-theoretic formulation. For negative integers, this is best done by considering them as elements of $\Bbb Z$, which includes positive and negative integers constructed in a uniform way. In turn, $\Bbb Z$ is constructed from the set $\Bbb N$ of natural numbers, which was formulated elegantly by John Von Neumann: Starting with nothing, each natural number is the set of prior natural numbers. Thus $0=\varnothing,\, 1=\{0\}=\{\varnothing\},\, 2=\{0,1\}=\{\varnothing,\{\varnothing\}\}$, and so on. With addition defined on $\Bbb N$ in the usual way, we can, for each natural number $n$, define two equivalence classes, say $n_+$ and $n_-$, of ordered pairs of natural numbers by $$n_+=\{(a,b)\in\Bbb N^2:a=b+n\},\qquad n_-=\{(a,b)\in\Bbb N^2:b=a+n\},$$where $(a,b)=\{\{a\},\{a,b\}\}$ as usual denotes the ordered pairing of $a$ and $b$, and $\Bbb N^2$ is the set of ordered pairs of natural numbers. Note that $0_+=0_-$; let's call it $0_+$. We identify the set $\Bbb Z_{\geqslant0}=\{n_+:n\in \Bbb N\}$ of non-negative integers with the set $\Bbb N$ of natural numbers, and $\Bbb Z_{<0}=\{n_-:n\in\Bbb N\}\setminus\{0_+\}$ represents the negative integers. Finally, $\Bbb Z=\Bbb Z_+\cup\Bbb Z_-$.

The algebraic or arithmetic properties of $\Bbb Z$ are well addressed in the other answers.

$\endgroup$
3
  • $\begingroup$ I like this answer but disagree with the statement "To say what a mathematical object is, definitively, ultimately requires its reduction to a set-theoretic formulation." $\endgroup$
    – user76284
    Commented Jun 21, 2015 at 19:15
  • $\begingroup$ @user1667423: OK. I would be interested to read your answer to the OP's question "what is a negative number?", which to my mind entails, by implication at least, some general conception of what a mathematical object is. Of course, a lot of of mathematics was developed before set theory, and perhaps (unlikely in my view) set theory will be superseded, but set theory is the best foundation for mathematics that we have now. What alternative do you propose? $\endgroup$ Commented Jun 21, 2015 at 21:50
  • $\begingroup$ See my answer here: math.stackexchange.com/questions/1328549/… $\endgroup$
    – user76284
    Commented Jun 22, 2015 at 0:19
5
$\begingroup$

There is a joke:

Three retired professors sit in front of a building. They see two people entering it. Ten minutes later three people go out.

"They have multiplied", says the professor of biology.

"No, there is a distortion in time-space continuum", says the professor of physics.

"Never mind what has happened", says the professor of mathematics. "However, when one more person enters the building, we can consider it empty."

The answer of Jared is - in my opinion - perfect, however I would like to say my imagination about numbers. First of all, the mathematics itself does not exist. Physics does. There is no 4, no 8, no -10, no pi, no infinity. There is always "a number of something".

What can it be?

I see three cats. This weights 10 kilograms. It is 10 kilometers far away. The perimeter (eg. a tyre length) has pi centimeters when the diameter is 1 centimeter. I drive a car 100 km/h. And so on.

Understanding subtraction (leading to negative values) is clear - it is this what is too few, too small. In physics it is something that is measured from end to start. For example, if we measure distance from city A to city B, the negative values of speed may by understood that I am travelling in the opposite direction (from B to A). In finance negative values are loan, something that one owes, something that one paid too few and needs to pay back, but he/she does not have it at the moment.

The negative temperature is temperature calculated under freezing point of water (0 deg C). It is used to calculate energy that is required to heat up something from one temperature to another; however only temperature difference (in most cases) is required (please note: there is no negative temperature in Kelvins, as it would have no physical sense).

Understanding multiplication of negative values is a bit harder. We can multiply a scalar and a physical unit. We can calculate (-5) * (4 km) but we can also calculate (5) * (-4 km). The latter case is that we take 5 sections that have length 4 km each, but we count them from the city B.

The first case is similar, but you have a section directed from A to B and you want 5 of them, but also in opposite direction.

Division is similar, if you consider (20 km) / (-5) being (-20 km) / (5).

There is some problem eg. when you multiply two physical units eg. when calculate areas (why is (-5 km) * (-5 km) = 25 km^2 and (-5 km) * (5 km) = -25 km^2?). I've always liked the idea that multiplying something by -1 is some kind of rotation (sine for 180 deg is -1). This might require some theory of complex numbers and Euler notation from you.

$\endgroup$
3
  • 2
    $\begingroup$ Actually, there are negative temperatures in the Kelvin scale, but they're far more odd than you would intuitively expect (they are "hotter" than the positive values"). $\endgroup$
    – Beska
    Commented Jun 18, 2015 at 17:38
  • $\begingroup$ The tire example actually is mathematics. Physically we'd note that the atoms on the surface of the tire approach the mathematical ideal circle. And unlike temperatures in Kelvin, distances don't become negative. That's because distance is a vector magnitude. Potential energy in a gravity well is potentially ;) even funnier: that's always negative. $\endgroup$
    – MSalters
    Commented Jun 19, 2015 at 13:11
  • $\begingroup$ Well, ok. This is not mathematically correct, but is good (in my opinion) as explanation. The perimeter example would be better for example 'if I have a coin of this radius, how long would be a thread on the coin's perimeter?". Best regards $\endgroup$
    – Voitcus
    Commented Jun 19, 2015 at 14:39
3
$\begingroup$

A somewhat related question (but for rational numbers): How to make sense of fractions?.

Given the existence of "numbers" (the positive integers) and how to add and multiply them, one can use the same approach as in my answer there and define "new numbers" (signed integers) as equivalence classes of pairs $(a,b)$, where $a$ and $b$ are positive integers, and the equivalence relation is $$ (a_1,b_1) \sim (a_2,b_2) \iff a_1 + b_2 = a_2 + b_1 . $$ (We think of the pair $(a,b)$ as representing the signed integer $a-b$, and the condition above is just a way of saying that $$ (a_1,b_1) \sim (a_2,b_2) \iff a_1 - b_1 = a_2 - b_2 $$ without mentioning subtraction, which logically speaking isn't defined yet if $b_1 \ge a_1$ or $b_2 \ge a_2$.)

Then one can go on to define the operations of addition, subtraction and multiplication for these "new numbers" in a way which extends the operations for the "old numbers" (which constitute a subset of the new numbers, if we identify $n$ with the equivalence class containing $(n,0)$).

$\endgroup$
2
  • $\begingroup$ I think you have a good point. An integer can be defined as an equivalence class of ordered pairs of natural numbers defined using addition like you did which works totally fine. However, it is not equivalent to the relation defined using natural number subtraction which is what the relation defined using subtraction technically means. However, now that you defined an integer, you can define addition and subtraction on them and then show that the relation using the subtraction operation is equivalent and that in the integers, when ever all 3 terms in an addition or subtraction expression $\endgroup$
    – Timothy
    Commented Jun 5, 2019 at 21:46
  • $\begingroup$ correspond to a natural number, you can also replace all 3 terms with their corresponding natural number and still have the statement be true. You didn't make all that clear. It can be done which means the answer isn't useless and that's why I didn't down vote it. $\endgroup$
    – Timothy
    Commented Jun 5, 2019 at 21:48
1
$\begingroup$

A negative number is a number $x$ such that $x+y=0$ for some positive number $y$.

In other words, a negative number is an object whose sum with some positive number equals the additive identity. A similar approach can be used to define other mathematical objects:

  1. $x=0$ is an object such that $a+x=a$
  2. $x=\frac{1}{a}$ is an object such that $xa=1$
  3. $x=i$ is an object such that $x^2=-1$
  4. $x=a^{-b}$ is an object such that $xa^b=1$
  5. $x=a^\frac{1}{b}$ is an object such that $x^b=a$

The pattern here is that you can define novel mathematical objects through their relationship with familiar ones. This approach also lends itself more easily to generalization.

Choosing a particular implementation of negative numbers in terms of sets and equivalence classes is not necessary to capture what we mean by a negative number, though it may be useful.

In the preface to The Road to Reality, Roger Penrose writes:

According to the mathematician's "equivalence class" notion, the fraction $\frac{3}{8}$, for example, simply is the infinite collection of all pairs

$(3,8),(-3,-8),(6,16),(-6,-16),(9,24),(-9,-24),(12,32)\ldots$

Although this ubiquitous equivalence class procedure, of which the above illustration is just a particular instance, is very powerful as a pure-mathematical tool for establishing consistency and mathematical existence... it hardly conveys to us the intuitive notion of what $\frac{3}{8}$ is.

I shall be more concerned with conveying the idea... inherent in many important mathematical notions. The idea of a fraction such as $\frac{3}{8}$ is simply that it is some kind of an entity which has the property that, when added to iself 8 times in all, gives 3.

One way to see that fractions do make consistent sense is, indeed, to use the 'definition' in terms of infinite collections of pairs of integers (whole numbers), as indicated above. But that does not mean that $\frac{3}{8}$ actually is such a collection.

This is more or less the way I tend to conceptualize mathematical objects.

$\endgroup$
0
1
$\begingroup$

My favorite way to picture negative numbers is to think of them as directions (common in Physics). One easy way to visualise it is potentials.

For instance, we assume gravitational potential of an object is zero at infinity and it gets more and more negative as it gets closer to the object. Also, a stretched spring has a negative potential to go back to its initial state. So the opposite kinds of forces are easy to see here.

Many things in Physics, however, cannot be negative, like mass or time (in general, but there might be some other theories that treat these as negative). Negative values could show direction in Chemistry too. Exothermic and endothermic reactions comes to mind. Here's a link that explains this more in detail.

$\endgroup$
15
  • $\begingroup$ Why wouldn't time be negative? It's quite natural to call past negative time: before $t=0$ you have $t<0$ in any case. $\endgroup$
    – Ruslan
    Commented Jun 17, 2015 at 12:08
  • $\begingroup$ @Ruslan I meant to say duration. $\endgroup$
    – user41235
    Commented Jun 17, 2015 at 17:09
  • $\begingroup$ Why is this downvoted? It is the only answer that makes sense to me. $\endgroup$
    – user122549
    Commented Jun 17, 2015 at 21:11
  • $\begingroup$ @what, Agreed. I am also not a mathematician. That should suffice for an explanation. I've upvoted both answers here that don't use LaTex to answer a question tagged with philosophy. $\endgroup$
    – Mazura
    Commented Jun 18, 2015 at 2:18
  • $\begingroup$ "For instance, we assume gravitational potential of an object is zero at infinity"--no, we don't, we assume it's $V_0$ which can be anything either positive or negative. This is not a good example because physical potentials are only meaningful when they are differences of two potentials--absolute values (whether positive or negative) are meaningless. A negative potential difference, $V_a - V_b < 0$, means that the position $a$ is "more favorable" (i.e. the particle will move towards position $a$) and vice versa, $V_a - V_b > 0$ means the particle will move towards position $b$. $\endgroup$
    – Jared
    Commented Jun 19, 2015 at 6:27
0
$\begingroup$

Here is how it was thought to me. First you construct natural numbers. This can be done using Peanos axioms. A infinite set of symbols $\mathbb{S}$ is the set of natural numbers if there is a number $a$ (called the 1) and a bijective function

$$f : \mathbb{S} \rightarrow \mathbb{S}/\{a\}$$

This function is called the next function. $f(x)$ is basally the next symbol after x. As you know natural numbers have the structure $\{1, 2, 3 \ldots \}$. Once you have done that you define addition in this abstract set of symbols. After that you try to extend this set to a group. To do this you add new symbols $-\omega$ for every $\omega$ in $\mathbb{S}$. Also you add the additive identity 0.

So basically the negative numbers come from natural numbers in an attempt to extend it to a group under addition. Check this article it has the full details.

$\endgroup$

You must log in to answer this question.

Not the answer you're looking for? Browse other questions tagged .