Should we distinguish the minus sign from the negative sign?

Solution 1:

In my opinion, the notation should be different but I accept that it’s not.

For another (rather egregious) example, consider the equation $$(a+bi)+(c+di) = (a+c)+(b+d)i.$$

Notice that the symbol ‘+’ serves three distinct purposes: 1) to separate the real and imaginary parts of each complex number; 2) to indicate complex addition; and 3) to indicate real number addition (right hand side of the equation).

I alert my students to this and when, inevitably, they ask why we use such deficient notation, I tell them that, with respect to notation, mathematicians try to strike a balance betwixt clarity and readability; for instance, the following substitute for the previous equation (which I’m making up for convenience) $$(a \oplus bi)+_{\mathbb{C}}(c\oplus di) = (a+_ \mathbb{R} c ) \oplus (b+_ \mathbb{R} d)i$$ contains no ambiguity but is visually unpleasant and cumbersome to write and typeset.

Solution 2:

Only when there is the sort of ambiguity that could plausibly cause someone to completely misunderstand what you mean.

For example, what do I mean by $\pi(-\pi - 1)$? Do I mean $-\pi - \pi^2 \approx -13.011197$? Or do I mean 0? Or maybe I even mean 2.

The ambiguity here arises in part out of choosing to interpret the first "$\pi$" as the prime counting function or choosing to interpret it as that famous transcendental number.

Then there might be the ambiguity of whether, given positive $x$, is $\pi(-x) = 0$ or is it $\pi(-x) = \pi(x)$? In other words, is $\pi(x)$ how many positive primes there are between 0 and $x$ or is it how many primes, positive or negative, there are between 0 and $x$? The latter interpretation justifies $\pi(-4.14159) = 2$ rather than 0.

Though I suppose it would be possible to interpret both instances of $\pi$ as the prime counting function, in which case $\pi(-\pi(-1)) = 0$ regardless.

Try these in Wolfram Mathematica or Wolfram Alpha:

  • Pi(-Pi - 1)
  • PrimePi[-Pi - 1]
  • PrimePi[-PrimePi[-1]]

This is not to say that confusion around the meaning of "$-$" is completely impossible. It is unlikely, though.

For example, we could assert both instances of "$-$" are unary negation. To make Mathematica see it that way, we'd need to do either Pi((-Pi)(-1)) or PrimePi[(-Pi)(-1)] (the former is $\pi^2$, the latter is 2). How likely is that, though? Without your question, not very.

So in general, there is no ambiguity whatsoever between negation and subtraction. However, if you like, you can choose to view negation as subtraction with an implied minuend of 0, e.g., $-8 = 0 - (0 + 8)$.

Solution 3:

We do distinguish most of the time, at such a subconscious level that it seems either automatic or unthinking. Heck, we're even capable of resolving meanings that a computer would find contradictory.

Take for instance $$\frac{3}{2} = 1 + \frac{1}{2}.$$ In a cake recipe, you might find something like

1-1/2 cups light brown sugar

Put that in the context of JavaScript and it could be misunderstood as $$1 - \frac{1}{2} = \frac{1}{2}.$$ But if the author had meant one half rather than three halves, why didn't they just write one half? We understand in the recipe context that the author meant three halves, not one half.

If that's not manly enough an example, try a search for a 1-1/2 socket wrench.

Solution 4:

First, note that there is already a distinction that is made, in the sense that you don't pronounce them the same: $$0-6=-6\qquad \text{"zero } \textbf{minus}\text{ six}=\textbf{negative}\text{ six}"$$ while other languages wouldn't - French, for instance, has "zéro moins six = moins six".

Now perhaps there is one case where it could be relevant to also point out the difference as you're writing, and that's when you're teaching at low level. Pupils get confused about the rules involving the $-$ sign partially because of this intentional mix-up by mathematicians and teachers (another, though related, source of confusion being the fact that you systematically write down the $-$ attached to negative numbers, while positive numbers don't have to have a $+$ at all times).