2
$\begingroup$

I'm reading Russell's Introduction to Mathematical Philosophy Russell defines the sum of two numbers in terms of successors. I don't understand why:

Suppose we wish to define the sum of two numbers. Taking any number $m$, we define $m+0$ as $m$, and $m+(n+1)$ as the successor of $m+n$. In virtue of (5) this gives a definition of the sum of $m$ and $n$, whatever number $n$ may be.

Is this any different than doing $m+ (n+1) = (m+n) +1$ ?

What is the purpose of $+1$? We might as well write $m+n$.


Edit:

Russell cites Peano's 5. Axiom as proof. How does Peano's 5. Axiom (mathematical induction axiom) prove addition here?

$\endgroup$
14
  • 5
    $\begingroup$ The successor function is defined separately from and before addition. $\endgroup$
    – anomaly
    Commented Oct 27, 2023 at 14:00
  • 8
    $\begingroup$ This may become clearer if you write "successor of $n$" not as $n+1$ but as $S(n)$, for example. Then $n+1=S(n)$ (i.e., "adding one to a number is the same as taking the successor of the number") is a theorem, and the recursive definition of addtion is by setting $m+0:=m$ and $m+Sn:=S(m+n)$. -- Then in hindsight, this still becomes equivalent to $m+(n+1)=(m+n)+1$, but that's because that is exactly what we want to achieve $\endgroup$ Commented Oct 27, 2023 at 14:04
  • 2
    $\begingroup$ If you simply write $m+n$ before defining addition, we can't say what it means. $\endgroup$
    – David K
    Commented Oct 27, 2023 at 14:34
  • 1
    $\begingroup$ The successor function is part of the five Peano axioms mentioned two or three paragraphs above the passage in the OP; it's just something abstract that's taken as part of the definition of numbers. It isn't defining using addition; addition is defined using it. $\endgroup$
    – anomaly
    Commented Nov 8, 2023 at 12:44
  • 1
    $\begingroup$ You are misreading Russell. The fact that $m+0=m$ is the first part of the definition of addition. He even uses the word “define”. $\endgroup$
    – David K
    Commented Nov 8, 2023 at 13:21

3 Answers 3

6
$\begingroup$

Note that he is defining addition. So to avoid circularity he uses recursion, defining $m+(n+1)$ in terms of two things already defined: $m+n$ and the successor operation. So his recursive definition of $m+k$ for any nonnegative integer $k$ is

  1. $m+k=m$ when $k=0$, and
  2. $m+k=\mbox{succ}(m+n)$ when $k>0$, in particular, when $k= n+1$ for any integer $n \geq 0$.
$\endgroup$
32
  • 1
    $\begingroup$ He’s defining addition out of nothing but the successor function and a thing he calls 0. To understand it, you have to forget that addition exists and forget your intuitions about numbers. This 0 thing of his doesn’t bring with it any properties; its properties emerge from the definitions. So to begin, 0 has a successor, $\mbox{succ}(0)$, which also has a successor of its own, which is $\mbox{succ}(\mbox{succ}(0))$, and so on. And none has any properties that don’t emerge from the definitions. But he calls 0 and everything derived from it by (repeated) use of succ by the name numbers. $\endgroup$ Commented Oct 30, 2023 at 9:31
  • 1
    $\begingroup$ And here’s a definition of something you can do with pairs of his numbers. You can do what he calls adding them. If you add any such beast, call it $m$, and 0, you get that original beast $m$. But what if you add your beast $m$ and some beast other than 0? Well, anything other than 0 must be if the form $\mbox{succ}(b)$ for some other beast $b$. And he defines adding of $m$ and this $\mbox{succ}(b)$ to result in the successor of what you get from adding $m$ and $b$. Now do you see the recursion? It’s the same as you know from comp. sci. $\endgroup$ Commented Oct 30, 2023 at 9:41
  • 1
    $\begingroup$ And note that this proposition that adding any $m$ and 0 gives you $m$ is the first part of his definition of what he’s going to mean by this thing he’s calling addition. In particular, he is not, as you put it, “assuming” anything at all. And he uses the symbol + to represent his addition activity that he’s defining. I guess he should have made that notational fact explicit. $\endgroup$ Commented Oct 30, 2023 at 9:51
  • 1
    $\begingroup$ It seems that your confusion is arising from the intuition that one should think of succ as a function $S:{\bf N}\rightarrow{\bf N}$. That intuition is understandable, but fallacious and misleading. After all, it is precisely the natural numbers, the set ${\bf N}=\{0, 1, 2,\ldots\}$, that we are defining, along with addition. So here’s his (two-part recursive) definition of $\bf N$: “(1) there is a thing I’m calling 0, which is in $\bf N$, and (2) for any $n\in N$, there is another thing I’m calling the successor of $n$, which is also in $\bf N$.” $\endgroup$ Commented Oct 31, 2023 at 15:38
  • 1
    $\begingroup$ At that point, successor has no meaning whatsoever beyond serving as a mechanism for generating one so-called number from another. There does not (yet) exist any sense of order that we associate automatically with the everyday meaning of successor, no idea of one number’s following another. He could just as easily have used the label banana. $\endgroup$ Commented Oct 31, 2023 at 15:43
2
$\begingroup$

The point here is that we don't have to assume that the numbers come to us already imbued with an additive structure. All we need is for the numbers to have the much simpler notion of “successor”:

  1. There is a first number.
  2. Each number has a following number.

From this tiny amount of structure, we can construct the whole idea of arithmetic addition. Any group of things with those two properties must include a thing that behaves like $2$, and a thing that behaves like $4$, and that do $2+2 =4$. It must also have $197 + 313 = 510$. You get all this just from those two properties.

Russell is confusing you by using the standard notation with “$0$” and “$n+1$” for these abstract ideas (“first number” and “number following $n$”) without showing that they really match up. He's combined two steps that should be separate.

  • First, any system with a “first number” and “each number has a following number” can be shown to have a notion something like addition, based just on those two simpler ideas
  • And if we do that with the ordinary numbers, taking the “first number” to be $0$, and “the number following $n$” to be $n+1$, then the addition-like thing we get is actually regular addition

Why do we do this at all? Because it allow us to understand addition as a result of simpler properties. For example, we expect that addition should the property that $n+m $ always equals $m+n$. We know this is true for ordinary addition of numbers. But is is a consequence of same the tiny bit of structure? Or does it come from somewhere else? We can show that actually no more properties are needed: any group of things with those two properties not only has something like addition, but that something is commutative.

In contrast, though: ordinary numbers have a “$<$” relation and it's always true that $a < a+b+1$. Can we get that from the two simple properties above? It turns out we can't, we need something extra! Isn't that interesting?


Another way this turns out to be useful is that it lets us model addition in systems that are very unlike ordinary numbers. For example, suppose we are studying computation, and we have a simplified model of a computer. We would like to show that this model can perform all the computations that real computers can, such as additions. If we can show that the model can represent zero, and successors, and manipulate them in a few simple ways, Russell's construction gives a recipe for how the model can do addition.


In the comment you asked:

All I see is that Russell assumes addition when he uses n+1. Calling n+1 “successor” or “number following n” does change the fact that addition is assumed. Can you explain how addition follows from your two initial assumption?

Let's undo the confusion by using different notation. Let's write $Z$ for the first number and $S(n)$ for the number after $n$. Notice that $S$ is not addition, it is simpler and more limited than addition. Addition combines any two numbers. $S$ just tells you the number that comes after any single number.

We define $a+b$ this way: Either $b$ is the first number, or it comes after some other number.

  • If $b$ is the first number, $Z$, then $a+b = a$.
  • If $b$ comes after some other number $p$, so that $b=S(p)$, then $a+b = S(a+p)$.

If we define “$+$” this way, we can prove that it has all the properties we expect addition to have. For example: $0+n = n+0$; $p+(q+r) = (p+q) +r$; $2+2=4$; $197+313=510$.

Notice that Russell has actually given this definition, but has confused you by using “$0$” to mean the first number and “$n+1$” to mean the number after $n$. By writing $n+1$ for the number after $n$, Russell has made it look like he is using addition to define addition. But he isn't, he is using the simpler and more limited operation of finding the next number after $n$.

$\endgroup$
9
  • $\begingroup$ “ First, any system with a “first number” and “each number has a following number” can be shown to have a notion something like addition, based just on those two simpler ideas.” Where is this shown? All I see is that Russell assumes addition when he uses $n+1$. Calling $n+1$ “successor” or “number following $n$” does change the fact that addition is assumed. Can you explain how addition follows from your two initial assumption? $\endgroup$
    – zeynel
    Commented Oct 30, 2023 at 6:37
  • $\begingroup$ “ Russell is confusing you by using the standard notation with “0” and “n+1” for these abstract ideas (“first number” and “number following n”)…” Yes, this is true. I didn’t realize the first number can be any number. $\endgroup$
    – zeynel
    Commented Oct 30, 2023 at 6:39
  • 1
    $\begingroup$ I have updated my post with an answer to your question. $\endgroup$
    – MJD
    Commented Oct 30, 2023 at 9:49
  • 3
    $\begingroup$ No, it isn't a tautology. Russell isn't stupid. If you think he is it's because you don't understand the purpose of what is being done here. $\endgroup$
    – MJD
    Commented Nov 2, 2023 at 11:44
  • 1
    $\begingroup$ @MJD "any group of things with those two properties has commutative addition" is not true: ordinals have those two properties but not commutative addition. Try to find the property that you missed. ;) $\endgroup$
    – Veky
    Commented Dec 31, 2023 at 18:26
0
$\begingroup$

It would be beneficial for you to delve into the field of Set Theory, particularly focusing on Transfinite Induction and Transfinite Recursion. In Set Theory, we can define $\alpha+1=\alpha\cup\{\alpha\}$, and arithmetic operations are defined on a unique class of sets known as Ordinals. We only have the definition of $\alpha+1$, and addition is represented as a mapping from $\mathrm{Ord}^2$ to $\mathrm{Ord}$, or more simply, from $\mathbb{N}^2$ to $\mathbb{N}$. Transfinite Recursion provides a systematic and comprehensive way to define such mappings.

Transfinite Recursion is particularly tailored for Ordinals. If your focus is solely on arithmetic within $\mathbb{N}$, then Mathematical Induction is sufficient, and you might refer to it as Mathematical Recursion.

In summary, what we require is a rigorous and general method for defining a mapping through recursion. For instance, a strict definition of a function on $\mathbb{N}$ (or on $\mathrm{Ord}$) with the following holds: $$f(0)=a_0, \text{ and } f(n+1)=F(f(n)).$$ (For the $\mathrm{Ord}$ case, you can refer to any standard Set Theory textbook.)

We are so accustomed to arithmetic within $\mathbb{N}$ that we seldom question the existence of such mappings. However, their existence is guaranteed through certain forms of induction. This is the mechanism of recursion. To gain a better understanding of induction and recursion, in my opinion, a better way is to study ordinal arithmetic, a fundamental and essential concept in Set Theory. Because Ordinals are abstract enough to necessitate a departure from our intuition and prior experiences, compelling us to contemplate the underlying general principles.

$\endgroup$

You must log in to answer this question.

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