Section 05

The Mathematics

Foundation of Artificial Intelligence Computing Machinery and Intelligence 1950

The Mathematics

Is there mathematics in this paper?

This paper is unusual among the 24 papers on Ainiketan: it contains almost no equations. It is a work of philosophy and logic, not mathematics in the traditional sense.

But that does not mean there is no rigorous thinking here. Turing uses three mathematical and logical ideas as the backbone of his argument. Understanding them will help you appreciate the depth of what he was doing.


Concept 1: The Turing Machine and Computability

What it is: In a 1936 paper (“On Computable Numbers”), Turing had proved that any process that can be described as a finite set of rules operating on symbols can be carried out by a simple abstract machine — now called a Turing Machine. This machine has:

  • An infinitely long tape divided into cells (think of it as infinite memory)
  • A read/write head that can read a cell, write to it, and move left or right
  • A finite set of states and rules for what to do in each state

Why it matters for this paper: If human thinking is a process that can be described by rules — even very complex rules — then a Turing Machine could, in principle, carry it out. Turing does not prove that thinking is rule-based. But he argues that we have no evidence it is not. And if it is, then computation is sufficient for thought.

The key insight: A digital computer is essentially a physical implementation of a Turing Machine. Therefore, if thinking can be computed at all, a digital computer can think.


Concept 2: Gödel’s Incompleteness Theorem

What it is: In 1931, Kurt Gödel proved something shocking: any consistent formal mathematical system powerful enough to describe arithmetic will contain true statements that cannot be proved within that system. Every mathematical system has blind spots it cannot see past.

Why it matters for this paper: One common objection to machine intelligence is: “Gödel proved that machines have fundamental limitations. Humans can see truths that machines cannot.” Turing’s response was careful: yes, any particular machine has limitations. But humans do too — we are not omniscient. The question is whether machines are more limited than humans in a relevant way. Turing argued that no one had demonstrated this.

This debate continues today. Mathematician Roger Penrose, in his 1989 book The Emperor’s New Mind, argued that human consciousness transcends computation precisely because of Gödel. Most AI researchers disagree, but the argument is not fully settled.


Concept 3: Probability and the measure of success

What it is: The Turing Test is inherently probabilistic. There is no single conversation that “proves” a machine thinks. Instead, Turing frames success statistically: over many tests, does the machine fool interrogators at least as often as another human would?

Formally, let’s define:

  • P(human fools | human-vs-human game) = probability an interrogator guesses wrong when both participants are human
  • P(machine fools | machine-vs-human game) = probability an interrogator guesses wrong when machine replaces one participant

The test is “passed” if: P(machine fools | machine-vs-human) ≥ P(human fools | human-vs-human)

This is a clean statistical definition. You need enough trials to estimate these probabilities reliably, which is why Turing Test competitions run many sessions with many interrogators.


What to understand before the next paper

This paper does not require math tutorials — it is philosophical. But as we move forward in the timeline, you will need increasingly rigorous tools.

The next paper — the Perceptron (1958) — introduces the first mathematical model of a learning machine. You will need to understand:

You do not need these yet. But keep them in mind as we build toward the mathematics of modern AI.


Next: The Code →