# Euler and Ramanujan: The Giant of Calculation and the Man of Intuition

> We derive Euler's identity from power series, then treat the Basel problem, the polyhedron formula, the Königsberg bridges, and Ramanujan's π series and partition congruences.
> https://rikai.mugen-giken.com/en/mathematics/math-columns/famous-mathematicians

## 0. Key points

- Euler's identity $e^{i\pi} + 1 = 0$ is not a beautiful slogan. Once the exponential function, the trigonometric functions and the complex numbers are rewritten in the language of power series, the identity comes out **of necessity**. In this article we derive it from the series.
- In his twenties Euler solved the Basel problem $1 + \frac{1}{4} + \frac{1}{9} + \cdots = \frac{\pi^2}{6}$, and from the very same manipulation he extracted $\sum 1/n^4 = \pi^4/90$ as well. We follow that computation to the end.
- With the Königsberg bridges and the polyhedron formula $V - E + F = 2$, Euler created a mathematics that uses neither length nor angle: the doorway to topology and graph theory. We prove both results.
- Ramanujan was self-taught and left behind an enormous number of formulas without proofs. One of them, $\frac{1}{\pi} = \frac{2\sqrt{2}}{9801}\sum_{k \ge 0} \frac{(4k)!(1103+26390k)}{(k!)^4 396^{4k}}$, **gives $\pi$ correctly to seven decimal places from its first term alone**. We check this by direct computation.
- The contrast between the two men is not "intuition versus logic". Euler also leapt boldly, and Ramanujan was a demon of computation. The difference lies in **what each counted as a proof**. We take up that point at the end.

## 1. Motivation: there is a person behind every formula

Formulas in textbooks usually appear in finished form. We are shown $e^{i\theta} = \cos\theta + i\sin\theta$, but not why anyone would think of such an expression, nor what its author was computing at the time. Seen through the results alone, mathematics looks like a collection of rules that fell out of the sky.

In reality, behind every formula there is a problem someone wanted to solve. Euler considered exponentials of complex numbers because he wanted oscillating functions to be easier to handle while solving differential equations. Ramanujan wrote down strange series for $\pi$ because he was mass-producing rapidly convergent series with a tool called modular equations. Knowing the motive turns a formula from an object of memorisation into **the outcome of a concrete computation that somebody carried out**.

In this article we take up two figures who stand in particularly sharp contrast in the history of mathematics. Leonhard Euler (1707–1783) left roughly 866 papers and books over his lifetime and created much of the notation still in use today. Srinivasa Ramanujan (1887–1920) started as a clerk in a port office in India and, by the time he died at thirty-two, had filled his notebooks with some 3900 formulas.

This article, however, is not a biography. Its purpose is **to carry out to the end, here and now, the computations the two men actually performed**.

## 2. Preliminaries: what does it mean to add infinitely many things?

Infinite series appear repeatedly below. Let us briefly recall what is taught at the secondary level.

<Definition id="def-series" title="Sum of an infinite series">
Given a sequence $a_1, a_2, a_3, \ldots$, set the $N$-th partial sum to be $S_N = a_1 + a_2 + \cdots + a_N$. If $S_N$ approaches some real (or complex) number $S$ as $N \to \infty$, we write
$$
\sum_{n=1}^{\infty} a_n = S
$$
and say that the series **converges** to $S$. If there is nothing it approaches, the series **diverges**.
</Definition>

So there is no such operation as "adding infinitely many things" in itself. The definition has two stages: **form finite sums first, then pass to the limit**. Blurring this point produces the same species of confusion as the one surrounding $1 = 0.999\ldots$ (the value of an infinite decimal is <Ref to="mathematics/math-columns/one-equals-0-999#def-infinite-decimal" text="defined in the same two stages" />, and from this <Ref to="mathematics/math-columns/one-equals-0-999#thm-main" text="0.999… = 1" /> follows; see [Is 1 equal to 0.999...?](/en/mathematics/math-columns/one-equals-0-999) for details).

<Definition id="def-complex-exp" title="The complex exponential function">
For a complex number $z$ we define
$$
e^{z} = \sum_{n=0}^{\infty} \frac{z^n}{n!} = 1 + z + \frac{z^2}{2!} + \frac{z^3}{3!} + \cdots
$$
This series converges absolutely for every complex number $z$.
</Definition>

<Remark id="rem-why-definition">
"$e$ raised to a complex power" cannot be defined in the naive sense of multiplying $e$ by itself some number of times. For $e^{2}$ the reading "multiply $e$ twice" suffices, but $e^{i}$ cannot be read as "multiply $e$ together $i$ times". So we resort to a manoeuvre: **take as the definition** the series expansion that held in the real case. This is the standard device for extending a definition; all that remains to be checked is that the new definition does not contradict the old one, that is, that it agrees with the familiar $e^z$ when $z$ is real.

Absolute convergence means that $\sum |z^n/n!|$ converges. This matters, because for an absolutely convergent series it is guaranteed that **the sum is unchanged if the terms are rearranged, and that the product of two such series may be expanded term by term**. Without that guarantee every computation below would lose its meaning.
</Remark>

## 3. Euler: the Basel problem, the work that made his name

### 3.1. A problem unsolved for a century

In 1644 the Italian Pietro Mengoli posed the following problem.

$$
1 + \frac{1}{4} + \frac{1}{9} + \frac{1}{16} + \cdots = \sum_{n=1}^{\infty} \frac{1}{n^2}
$$

What is this sum? That it converges at all is immediate: for $n \ge 2$ we have $\frac{1}{n^2} < \frac{1}{n(n-1)} = \frac{1}{n-1} - \frac{1}{n}$, so the partial sums are bounded above by $1 + (1 - \frac{1}{N}) < 2$. But what the sum *is* remained unknown. Jakob Bernoulli and other leading mathematicians of the day attacked it and failed, and the question came to be called the Basel problem after the home city of the Bernoulli family.

Adding the terms numerically yields no clue either. Even summing up to $N = 1000$ gives only $1.6439\ldots$; convergence is slow, and no one could guess $\pi^2/6 = 1.6449\ldots$ from such a number.

In 1735 the twenty-eight-year-old Euler produced the answer. What he used was the following **bold analogy**.

<Theorem id="thm-basel" title="The Basel problem">
$$
\sum_{n=1}^{\infty} \frac{1}{n^2} = \frac{\pi^2}{6}
$$
holds.
</Theorem>

<Proof of="thm-basel">
What follows is Euler's own argument. There is one gap in it, and we shall point out exactly where after the proof.

Divide both sides of the Taylor expansion
$$
\sin x = x - \frac{x^3}{3!} + \frac{x^5}{5!} - \cdots
$$
by $x$ to obtain
$$
\frac{\sin x}{x} = 1 - \frac{x^2}{6} + \frac{x^4}{120} - \cdots
$$
Regard the left-hand side as a "polynomial of infinite degree". The zeros of this function are $x = \pm\pi, \pm 2\pi, \pm 3\pi, \ldots$ (the point $x = 0$ is not a zero, since $\sin x / x \to 1$ there).

If a polynomial $P(x)$ of finite degree satisfies $P(0) = 1$ and has zeros $r_1, \ldots, r_m$, then
$$
P(x) = \left(1 - \frac{x}{r_1}\right)\cdots\left(1 - \frac{x}{r_m}\right).
$$
Euler **extended this verbatim** to infinite degree. Pairing the zeros $\pm n\pi$ two by two,
$$
\frac{\sin x}{x} = \prod_{n=1}^{\infty}\left(1 - \frac{x}{n\pi}\right)\left(1 + \frac{x}{n\pi}\right) = \prod_{n=1}^{\infty}\left(1 - \frac{x^2}{n^2\pi^2}\right).
$$

Now consider the coefficient of $x^2$ when this infinite product is expanded. It is the sum over all ways of choosing $-\frac{x^2}{n^2\pi^2}$ from exactly one factor and $1$ from all the rest, so the coefficient of $x^2$ is
$$
-\sum_{n=1}^{\infty}\frac{1}{n^2\pi^2} = -\frac{1}{\pi^2}\sum_{n=1}^{\infty}\frac{1}{n^2}.
$$
On the Taylor side, the coefficient of $x^2$ was $-\frac{1}{6}$. Equating the two as one does for polynomials,
$$
-\frac{1}{\pi^2}\sum_{n=1}^{\infty}\frac{1}{n^2} = -\frac{1}{6},
$$
that is, $\sum 1/n^2 = \pi^2/6$.
</Proof>

<Remark id="rem-basel-gap">
The gap lies in the assumption that functions with the same zeros must factor in the same way. In infinite degree this is false in general. We explain the point with a counterexample in the Appendix. Euler himself was aware of the danger: he compared $\pi^2/6 = 1.644934\ldots$ with high-precision partial sums, and derived the same value by another method before publishing. The lesson here is that **the tool for guessing an answer and the tool for proving it may be different**. Conversely, no amount of numerical agreement constitutes a proof (the <Ref to="mathematics/math-columns/why-math-is-hard#ex-prime-formula" text="formula that works forty times and fails on the forty-first" /> is the standing warning). A rigorous justification had to wait for Weierstrass's factorisation theorem in the nineteenth century.
</Remark>

### 3.2. $\zeta(4)$ comes for free

More can be extracted from the very same identity. Let us look at the coefficient of $x^4$ in the expansion of the infinite product.

<Example id="ex-zeta4" title="The sum of the reciprocals of fourth powers">
The $x^4$ term arises when $-\frac{x^2}{m^2\pi^2}$ and $-\frac{x^2}{n^2\pi^2}$ are chosen from two distinct factors ($m \ne n$). The sign is $(-1)^2 = +1$, so the coefficient of $x^4$ is
$$
\frac{1}{\pi^4}\sum_{m < n}\frac{1}{m^2 n^2}.
$$
Writing $S_2 = \sum 1/n^2$ and $S_4 = \sum 1/n^4$, we have
$$
S_2^{\,2} = \left(\sum_m \frac{1}{m^2}\right)\left(\sum_n \frac{1}{n^2}\right) = \sum_{m = n}\frac{1}{m^2n^2} + 2\sum_{m<n}\frac{1}{m^2n^2} = S_4 + 2\sum_{m<n}\frac{1}{m^2n^2},
$$
so that
$$
\sum_{m<n}\frac{1}{m^2n^2} = \frac{S_2^{\,2} - S_4}{2}.
$$
On the Taylor side the coefficient of $x^4$ is $\frac{1}{120}$, whence
$$
\frac{1}{\pi^4}\cdot\frac{S_2^{\,2} - S_4}{2} = \frac{1}{120}
\quad\Longrightarrow\quad
S_2^{\,2} - S_4 = \frac{\pi^4}{60}.
$$
By <Ref to="thm-basel" /> we have $S_2 = \pi^2/6$, so $S_2^{\,2} = \pi^4/36$. Therefore
$$
S_4 = \frac{\pi^4}{36} - \frac{\pi^4}{60} = \pi^4\left(\frac{5}{180} - \frac{3}{180}\right) = \frac{2\pi^4}{180} = \frac{\pi^4}{90}.
$$

Let us check numerically. Since $\pi^4 = 97.4091\ldots$, we get $\pi^4/90 = 1.082323\ldots$. Adding just four terms of the left-hand side,
$$
1 + \frac{1}{16} + \frac{1}{81} + \frac{1}{256} = 1 + 0.0625 + 0.012346 + 0.003906 = 1.078752,
$$
which is indeed climbing towards $1.0823$. The formula checks out.
</Example>

Continuing in the same fashion gives $\zeta(6) = \pi^6/945$, $\zeta(8) = \pi^8/9450$, and so on: the even powers can be computed indefinitely. Euler went as far as $\zeta(26)$. For **odd powers, incidentally, no closed form is known to this day**. Apéry proved $\zeta(3)$ irrational only in 1978, and whether $\zeta(5)$ is irrational is still open.

## 4. Euler's identity: $e^{i\pi} + 1 = 0$

### 4.1. It comes out of the series

<Theorem id="thm-euler-formula" title="Euler's formula">
For every real number $\theta$,
$$
e^{i\theta} = \cos\theta + i\sin\theta,
$$
where $e^{i\theta}$ is understood as defined by the series in <Ref to="def-complex-exp" />.
</Theorem>

<Proof of="thm-euler-formula">
Substitute $z = i\theta$ into <Ref to="def-complex-exp" />:
$$
e^{i\theta} = \sum_{n=0}^{\infty}\frac{(i\theta)^n}{n!} = \sum_{n=0}^{\infty}\frac{i^n\theta^n}{n!}.
$$
The powers of $i$ cycle with period four: $i^0 = 1,\ i^1 = i,\ i^2 = -1,\ i^3 = -i$. So we split $n$ into even $n = 2k$ and odd $n = 2k+1$. Since $i^{2k} = (i^2)^k = (-1)^k$ and $i^{2k+1} = (-1)^k i$,
$$
e^{i\theta} = \sum_{k=0}^{\infty}\frac{(-1)^k\theta^{2k}}{(2k)!} + i\sum_{k=0}^{\infty}\frac{(-1)^k\theta^{2k+1}}{(2k+1)!}.
$$
This rearrangement into even and odd terms is permitted because, as noted in <Ref to="rem-why-definition" />, the series converges absolutely.

Finally, the two series on the right are precisely the Taylor expansions
$$
\cos\theta = 1 - \frac{\theta^2}{2!} + \frac{\theta^4}{4!} - \cdots,\qquad
\sin\theta = \theta - \frac{\theta^3}{3!} + \frac{\theta^5}{5!} - \cdots
$$
Hence $e^{i\theta} = \cos\theta + i\sin\theta$.
</Proof>

<Corollary id="cor-euler-identity" title="Euler's identity">
$$
e^{i\pi} + 1 = 0.
$$
</Corollary>

<Proof of="cor-euler-identity">
Put $\theta = \pi$ in <Ref to="thm-euler-formula" />. Since $\cos\pi = -1$ and $\sin\pi = 0$, we get $e^{i\pi} = -1 + 0\cdot i = -1$. Adding $1$ to both sides gives $e^{i\pi} + 1 = 0$.
</Proof>

This identity is called beautiful because five constants of entirely different origins — $0$ (the additive identity), $1$ (the multiplicative identity), $\pi$ (the circle), $e$ (growth) and $i$ (the imaginary unit) — are tied together in a single equation. Once the proof has been seen, however, one recognises it as **necessity rather than mystery**. The point $e^{i\theta}$ travels around the unit circle in the complex plane at constant speed, and at $\theta = \pi$ it has gone halfway round and arrived at $-1$. That is all there is to it.

<Figure caption="The point e^{iθ} in the complex plane. Rotating by an angle θ along the circle of radius 1 lands at cos θ + i sin θ.">
<svg viewBox="0 0 340 300" width="100%" role="img" aria-label="The point e^{iθ} moving along the unit circle in the complex plane">
  <g stroke="currentColor" fill="none" stroke-width="1">
    <line x1="20" y1="170" x2="320" y2="170" />
    <line x1="170" y1="20" x2="170" y2="290" />
  </g>
  <circle cx="170" cy="170" r="110" stroke="currentColor" fill="none" stroke-width="1.5" />
  <line x1="170" y1="170" x2="254" y2="99" stroke="var(--sl-color-accent)" stroke-width="2.5" />
  <line x1="254" y1="99" x2="254" y2="170" stroke="currentColor" stroke-width="1" stroke-dasharray="4 3" />
  <line x1="170" y1="99" x2="254" y2="99" stroke="currentColor" stroke-width="1" stroke-dasharray="4 3" />
  <circle cx="254" cy="99" r="4.5" fill="var(--sl-color-accent)" />
  <circle cx="60" cy="170" r="4.5" fill="currentColor" />
  <path d="M 205 170 A 35 35 0 0 1 196.8 147.5" stroke="var(--sl-color-accent)" fill="none" stroke-width="1.5" />
  <g fill="currentColor" font-size="13" text-anchor="middle">
    <text x="212" y="163">θ</text>
    <text x="272" y="86">cos θ + i sin θ</text>
    <text x="60" y="190">−1</text>
    <text x="60" y="206">(θ = π)</text>
    <text x="254" y="188">cos θ</text>
    <text x="146" y="103">sin θ</text>
    <text x="304" y="188">Re</text>
    <text x="190" y="32">Im</text>
  </g>
</svg>
</Figure>

### 4.2. Putting it to work

The worth of a formula becomes clear when it is used.

<Example id="ex-i-to-i" title="An imaginary number raised to an imaginary power is real">
Let us compute $i^i$. Taking $\theta = \pi/2$ in <Ref to="thm-euler-formula" /> gives $e^{i\pi/2} = \cos\frac{\pi}{2} + i\sin\frac{\pi}{2} = 0 + i = i$. Therefore
$$
i^{\,i} = \left(e^{i\pi/2}\right)^{i} = e^{i \cdot i\pi/2} = e^{-\pi/2}.
$$
Numerically, $\pi/2 = 1.5707963\ldots$, so
$$
i^{\,i} = e^{-1.5707963\ldots} = 0.2078795\ldots
$$
An imaginary number raised to an imaginary power has turned into an ordinary positive real number.

One caveat. Since $i = e^{i(\pi/2 + 2\pi n)}$ for any integer $n$, the same computation also yields the values $i^i = e^{-\pi/2 - 2\pi n}$. Complex powers are **multivalued**, and the $0.2078\ldots$ above is the principal value, obtained by taking $n = 0$.
</Example>

<Proposition id="prop-de-moivre" title="De Moivre's theorem">
For every real number $\theta$ and every integer $n \ge 0$,
$$
(\cos\theta + i\sin\theta)^n = \cos n\theta + i\sin n\theta.
$$
</Proposition>

<Proof of="prop-de-moivre">
By <Ref to="thm-euler-formula" />, $\cos\theta + i\sin\theta = e^{i\theta}$. The series of <Ref to="def-complex-exp" /> converges absolutely, so it may be multiplied out term by term, and the exponential law $e^{z}e^{w} = e^{z+w}$ follows. Applying it $n$ times,
$$
\left(e^{i\theta}\right)^n = e^{i\theta}\cdots e^{i\theta} = e^{in\theta}.
$$
Finally, applying <Ref to="thm-euler-formula" /> once more, this time to $n\theta$, gives $e^{in\theta} = \cos n\theta + i\sin n\theta$.
</Proof>

<Ref to="prop-de-moivre" /> is a machine for producing addition formulas. Taking $n = 2$ and expanding the left-hand side,
$$
(\cos\theta + i\sin\theta)^2 = \cos^2\theta - \sin^2\theta + 2i\sin\theta\cos\theta,
$$
so merely comparing real and imaginary parts yields $\cos 2\theta = \cos^2\theta - \sin^2\theta$ and $\sin 2\theta = 2\sin\theta\cos\theta$ at once. One need not memorise the addition formulas; they can be regenerated from the exponential law.

<Aside type="tip">
Euler was also an inventor of notation. The function symbol $f(x)$, the base $e$ of natural logarithms, the imaginary unit $i$ and the summation sign $\sum$ were introduced or established by him. He did not invent $\pi$, but his use of it made it standard. To put notation in order is to put the instruments of thought in order. Without Euler's unification of notation, every formula in this article would have been harder to read.
</Aside>

## 5. Mathematics that measures no shape: bridges and polyhedra

Among Euler's works, those with the greatest influence on modern mathematics are the arguments that use **neither length nor angle**.

### 5.1. The bridges of Königsberg

In the Prussian city of Königsberg (now Kaliningrad) seven bridges spanned the river Pregel. Whether one could take a walk crossing every bridge exactly once was a topic of conversation among the townspeople. In 1736 Euler **abstracted** the question as follows (a textbook instance of <Ref to="mathematics/math-columns/why-math-is-hard#def-abstraction" text="abstraction" />). Regard each landmass as a point and each bridge as a line. Then neither the shape of the land nor the length of the bridges matters; all that remains is which landmass is joined to which, and by how many bridges.

<Figure caption="The bridges of Königsberg. The vertices are the four landmasses, the edges the seven bridges.">
<Mermaid code={`graph LR
  A["North bank A"] --- C["Island C"]
  A --- C
  B["South bank B"] --- C
  B --- C
  C --- D["East bank D"]
  A --- D
  B --- D`} />
</Figure>

<Definition id="def-degree" title="Degree and traversability in one stroke">
The number of edges incident to a vertex $v$ of a graph is called the **degree** of $v$, written $\deg(v)$. A walk that traverses every edge of the graph exactly once is called an **Eulerian path** (an **Eulerian circuit** if the starting point and the endpoint coincide).
</Definition>

<Proposition id="prop-konigsberg" title="A necessary condition for traversability in one stroke">
If a connected graph has an Eulerian path, then the number of vertices of odd degree is $0$ or $2$.
</Proposition>

<Proof of="prop-konigsberg">
Fix an Eulerian path and imagine walking along it. Suppose a vertex $v$ is neither the start nor the end of the path. Then every time the path visits $v$ it necessarily enters by one edge and leaves by another. So if $v$ is visited $k$ times, exactly $2k$ of the edges incident to $v$ are used by the path. Since an Eulerian path uses every edge exactly once, those $2k$ edges are all the edges incident to $v$. Hence $\deg(v) = 2k$ is even.

Only the start and the end are exceptional. At the start there is one extra edge used only to leave, and at the end one extra edge used only to enter. If the start and the end are distinct, these two vertices have odd degree and all others are even. If the start and the end coincide, the two extra edges meet at the same vertex, so its degree is again even and there are no vertices of odd degree.

Therefore the number of vertices of odd degree is $0$ or $2$.
</Proof>

In the Königsberg diagram the degrees are $\deg(A) = 3$, $\deg(B) = 3$, $\deg(C) = 5$ and $\deg(D) = 3$ (the total number of edges is $(3+3+5+3)/2 = 7$, which agrees with the number of bridges). There are four vertices of odd degree, so by <Ref to="prop-konigsberg" /> **no Eulerian path exists**. The walk is impossible.

<Remark id="rem-sufficiency">
The converse statement — that a connected graph with $0$ or $2$ vertices of odd degree does have an Eulerian path — is also true, and can be proved by induction on the number of edges (a proof may be found in textbooks on discrete mathematics, for instance Chapter 1 of R. Diestel, *Graph Theory*). Euler's 1736 paper argued the necessary condition rigorously but gave no proof of sufficiency. The complete proof is due to Hierholzer in 1873.
</Remark>

### 5.2. The polyhedron formula

<Definition id="def-planar" title="Plane graphs">
A graph is called **planar** if it can be drawn in the plane so that edges meet only at their endpoints, and such a drawing is called a **plane graph**. The regions into which a plane graph divides the plane are its **faces**; the unbounded outer region counts as one face.
</Definition>

<Theorem id="thm-euler-polyhedron" title="Euler's polyhedron formula">
Let $V$, $E$ and $F$ denote the numbers of vertices, edges and faces (the outer face included) of a connected plane graph. Then
$$
V - E + F = 2.
$$
In particular the numbers of vertices, edges and faces of a convex polyhedron satisfy this relation.
</Theorem>

<Proof of="thm-euler-polyhedron">
We argue by induction on the number of edges $E$.

**(Base case.)** Suppose the graph has no cycle. A connected graph without cycles is a tree, so $E = V - 1$ (a tree can be built up by adding one edge and one vertex at a time). A tree does not divide the plane, so there is only the outer face and $F = 1$. Therefore
$$
V - E + F = V - (V-1) + 1 = 2.
$$

**(Inductive step.)** Suppose the graph has a cycle. Choose an edge $e$ lying on that cycle and delete it. Deleting an edge of a cycle leaves the graph connected, since its two endpoints can still reach each other along the rest of the cycle.

Because $e$ lies on a cycle, the two sides of $e$ in the plane belong to two distinct faces. (This follows from the Jordan curve theorem, the fact that a closed curve in the plane separates it into an inside and an outside. Intuitively obvious, but by no means easy to prove rigorously.) Deleting $e$ merges these two faces into one. Thus $E$ decreases by $1$, $F$ decreases by $1$, and $V$ is unchanged, so the value of $V - E + F$ does not change.

As long as a cycle remains this operation can be repeated, and the number of edges decreases each time, so after finitely many steps no cycle remains and we are reduced to the base case. Since the value there is $2$, the original graph also satisfies $V - E + F = 2$.

As for convex polyhedra: pick a point inside one face and project the surface of the polyhedron from that point onto a plane (equivalently, think of the polyhedron as a rubber membrane and stretch one face wide open, flattening the rest). This yields a connected plane graph with the same vertices and edges. The flattened face corresponds to the outer face, so the number of faces agrees as well. Hence the identity above applies verbatim.
</Proof>

Let us confirm this with an example. The regular dodecahedron has 12 pentagonal faces. Each face has 5 edges and each edge is shared by 2 faces, so
$$
E = \frac{12 \times 5}{2} = 30.
$$
Three faces meet at each vertex, so
$$
V = \frac{12 \times 5}{3} = 20.
$$
Therefore
$$
V - E + F = 20 - 30 + 12 = 2,
$$
in agreement with <Ref to="thm-euler-polyhedron" />. The same computation for the regular icosahedron ($V = 12,\ E = 30,\ F = 20$) gives $12 - 30 + 20 = 2$.

<Ref to="thm-euler-polyhedron" /> also plays a decisive role in the discussion of the four colour theorem, because the fact that **every plane graph contains a vertex of degree at most 5** (<Ref to="mathematics/math-columns/four-color-theorem#cor-degree5" text="the existence of a vertex of small degree" />) is derived from this identity. That fact is the starting point of the proof of <Ref to="mathematics/math-columns/four-color-theorem#thm-five-color" text="the five colour theorem" /> (see [The four colour theorem](/en/mathematics/math-columns/four-color-theorem)). An argument that uses neither length nor angle turns out to support an entirely different problem, that of colouring maps.

## 6. Ramanujan: 3900 formulas written in notebooks

### 6.1. From clerk to Fellow of the Royal Society

Srinivasa Ramanujan was born in 1887 in Erode, in southern India. His mathematical education was close to self-instruction, and the decisive influence was a book he obtained around the age of fifteen: G. S. Carr's *A Synopsis of Elementary Results in Pure Mathematics*. The book lists some 5000 formulas without proofs; anyone wanting a proof has to construct it himself. Ramanujan did exactly that. His lifelong style of **setting down results without proofs** was probably formed here.

At college he showed no interest in subjects other than mathematics, lost his scholarship and dropped out. From 1912 he worked as a clerk at the Madras Port Trust while filling notebooks with formulas.

On 16 January 1913 he wrote to G. H. Hardy at Cambridge. The letter contained about 120 formulas, all without proofs. Hardy spent an evening examining it with his colleague Littlewood and reached his famous conclusion: some were known, some he and Littlewood could prove, but the rest were **so strange that they could not possibly be true, and yet were not the sort of thing anyone could have fabricated**. Hardy invited Ramanujan to Cambridge, and in April 1914 he sailed for England.

In wartime Britain, Ramanujan, a vegetarian, struggled to obtain suitable food and his health failed. Even so, in 1918 he was elected a Fellow of the Royal Society and, in the same year, a Fellow of Trinity College. He returned to India in 1919 and died in April 1920 at the age of thirty-two. The cause of death was long taken to be tuberculosis, but since D. A. B. Young's re-examination of the medical records in 1994 it has been thought more likely to have been hepatic amoebiasis.

### 6.2. The taxicab number 1729

<Example id="ex-1729" title="1729">
While Ramanujan was in hospital, Hardy came to visit and remarked that the taxi he had taken bore the number 1729, a rather dull number. Ramanujan answered at once: "No, it is a very interesting number. It is the smallest number expressible as the sum of two cubes in two different ways."

Let us verify this.
$$
1^3 + 12^3 = 1 + 1728 = 1729,\qquad 9^3 + 10^3 = 729 + 1000 = 1729.
$$
Minimality can be checked too. There are only finitely many pairs of positive integers with $a^3 + b^3 \le 1729$ and $a \le b$, so by letting $b$ run from $1$ to $12$ and writing them all out, one confirms in finitely many steps that no number smaller than $1729$ has two such representations. Carrying out the exhaustive search, the next smallest is
$$
4104 = 2^3 + 16^3 = 8 + 4096,\qquad 4104 = 9^3 + 15^3 = 729 + 3375.
$$

The anecdote is usually told as evidence that Ramanujan knew numbers as one knows one's friends. But there is also a prosaic explanation. We have $1729 = 7 \times 13 \times 19$, and in the theory of sums of cubes the factorisation $x^3 + y^3 = (x+y)(x^2-xy+y^2)$ plays a central role. The neighbourhood of 1729 was territory he had crossed many times in his work on elliptic curves and cubic forms. The truth is probably that **intuition does not arise out of nothing; it operates only on familiar ground**.
</Example>

### 6.3. A formula for π

In his 1914 paper "Modular equations and approximations to $\pi$", Ramanujan gave a number of series for computing $\pi$. The most famous is the following.

<Theorem id="thm-ramanujan-pi" title="Ramanujan's series for π">
$$
\frac{1}{\pi} = \frac{2\sqrt{2}}{9801}\sum_{k=0}^{\infty}\frac{(4k)!\,\bigl(1103 + 26390k\bigr)}{(k!)^4\,396^{4k}}
$$
holds.
</Theorem>

<Remark id="rem-ramanujan-pi-proof">
Ramanujan attached no proof to this formula. Behind him lay the theory of modular equations (the algebraic equations satisfied by elliptic modular functions), but a complete proof of this series was published only in 1987, in the work of the brothers Jonathan and Peter Borwein. That is **seventy-three years from discovery to proof**. The proof lies far beyond the scope of this article; see the book by Borwein and Borwein listed in the references.
</Remark>

<Example id="ex-ramanujan-pi-first-term" title="Seven decimal places from the first term alone">
Take only the $k = 0$ term on the right-hand side of <Ref to="thm-ramanujan-pi" />. Since $(4\cdot 0)! = 0! = 1$, $(0!)^4 = 1$ and $396^0 = 1$, the $k = 0$ term is $1103$. Hence
$$
\frac{1}{\pi} \approx \frac{2\sqrt{2} \times 1103}{9801}
\quad\Longleftrightarrow\quad
\pi \approx \frac{9801}{2\sqrt{2}\times 1103}.
$$
Let us compute. Since $2\sqrt{2} = 2.8284271247\ldots$,
$$
2\sqrt{2}\times 1103 = 3119.7551186\ldots
$$
$$
\frac{9801}{3119.7551186\ldots} = 3.14159273\ldots
$$
The true value is $\pi = 3.14159265\ldots$. The error is about $7.6\times 10^{-8}$: **a single fraction correct to seven decimal places**.

Why is it so fast? Look at the ratio of consecutive terms. The quantity $(4k)!/(k!)^4$ grows roughly like $256^k$, while the denominator $396^{4k}$ grows like the $k$-th power of $396^4 = 24{,}591{,}257{,}856$. So each additional term multiplies the size of the term by roughly
$$
\frac{256}{396^4} = \frac{256}{24{,}591{,}257{,}856} \approx 1.04\times 10^{-8},
$$
that is, **each term gains about 8 digits** of accuracy. Two terms give about 16 digits, three about 24. Compared with the Leibniz series $\frac{\pi}{4} = 1 - \frac{1}{3} + \frac{1}{5} - \cdots$, which needs ten times as many terms for each extra digit, the phrase "orders of magnitude" applies quite literally.
</Example>

This lineage lives on in modern computations of $\pi$. The formula published by the Chudnovsky brothers in 1988,
$$
\frac{1}{\pi} = 12\sum_{k=0}^{\infty}\frac{(-1)^k (6k)!\,(13591409 + 545140134k)}{(3k)!\,(k!)^3\,640320^{3k + 3/2}},
$$
gains about 14 digits per term, and essentially every current world record for computing $\pi$ has been set with it. Its structure is the same as Ramanujan's: a shape originating in modular equations.

### 6.4. Partitions and the Hardy–Ramanujan formula

Among Ramanujan's works, one of those with the greatest subsequent influence concerns the partition function.

<Definition id="def-partition" title="The partition function">
The number of ways of writing a positive integer $n$ as a sum of positive integers, disregarding order, is denoted $p(n)$ and called the **number of partitions** of $n$. We set $p(0) = 1$ by convention.
</Definition>

For instance, the partitions of $4$ are
$$
4,\quad 3+1,\quad 2+2,\quad 2+1+1,\quad 1+1+1+1,
$$
five in all, so $p(4) = 5$. The function $p(n)$ grows rapidly: $p(10) = 42$, $p(50) = 204226$, $p(100) = 190569292$.

<Theorem id="thm-hardy-ramanujan" title="The Hardy–Ramanujan asymptotic formula">
The partition function satisfies
$$
p(n) \sim \frac{1}{4n\sqrt{3}}\,\exp\!\left(\pi\sqrt{\frac{2n}{3}}\right)
\qquad (n \to \infty),
$$
where $\sim$ means that the ratio of the two sides tends to $1$ as $n \to \infty$.
</Theorem>

<Remark id="rem-circle-method">
The proof is due to the joint paper of Hardy and Ramanujan of 1918. The technique they devised is called the **circle method**: one integrates the generating function around the unit circle in the complex plane and adds up the contributions from neighbourhoods of the rational points. The method was later developed by Vinogradov and others and produced results in additive number theory such as "every sufficiently large odd number is a sum of three primes". Here is a tool built for a single formula that became standard equipment for an entire field. Refining this asymptotic formula further, Rademacher obtained in 1937 a convergent series giving the **exact value** of $p(n)$.
</Remark>

<Example id="ex-p100" title="Measuring the accuracy at n = 100">
Let us put $n = 100$ into the right-hand side of <Ref to="thm-hardy-ramanujan" />. The exponent is
$$
\pi\sqrt{\frac{200}{3}} = \pi\times 8.164966\ldots = 25.65099\ldots
$$
so $\exp(25.65099\ldots) = 1.38065\ldots\times 10^{11}$. The denominator is
$$
4 \times 100 \times \sqrt{3} = 692.8203\ldots
$$
Hence the approximation is
$$
\frac{1.38065\times 10^{11}}{692.8203} = 1.9928\times 10^{8} \approx 199{,}280{,}000.
$$
The true value is $p(100) = 190{,}569{,}292$, so the ratio is $1.0457$ and the error about $4.6\%$. To come within 5 per cent already at a value as small as $n = 100$ is remarkably good for an asymptotic formula. As $n$ grows the ratio approaches $1$.
</Example>

<Example id="ex-congruence" title="Ramanujan's congruences">
Ramanujan discovered the following divisibility properties of the partition function.
$$
p(5n+4) \equiv 0 \pmod 5,\qquad
p(7n+5) \equiv 0 \pmod 7,\qquad
p(11n+6) \equiv 0 \pmod{11}.
$$
Let us check the first for small $n$: $p(4) = 5$, $p(9) = 30$, $p(14) = 135$, $p(19) = 490$. In order, $5, 30, 135, 490$ — all multiples of $5$.

Now $p(n)$ is the total number of ways of splitting up $n$, a quantity with no apparent connection to $5$ or to $7$. Yet viewed along an arithmetic progression it suddenly becomes cleanly divisible. Ramanujan is said to have found this while gazing at a table of partition numbers. Detecting laws by staring at numerical tables was precisely his greatest strength.
</Example>

<Aside type="caution">
Ramanujan's name is sometimes invoked together with the equation $1 + 2 + 3 + \cdots = -\frac{1}{12}$. In the sense of <Ref to="def-series" /> this series plainly diverges: the partial sums are $N(N+1)/2$ and grow without bound. The $-1/12$ here is the value obtained by analytically continuing the Riemann zeta function $\zeta(s)$ to $s = -1$; it is not "the answer to an addition". Drop the proviso that **the symbol $=$ is being used in a non-standard sense** and the statement becomes simply false. Ramanujan himself, writing to Hardy, prefaced the claim by saying that stating it outright would earn him a recommendation to a lunatic asylum: he was well aware of the difference in meaning.
</Aside>

## 7. The difference between the two is not "intuition versus logic"

Euler and Ramanujan are often described as opposites. Placed side by side, however, it is the similarities that stand out.

| | Euler | Ramanujan |
|---|---|---|
| Dates | 1707–1783 (aged 76) | 1887–1920 (aged 32) |
| Education | University of Basel, studied under Johann Bernoulli | Largely self-taught (Carr's synopsis) |
| Principal centres | St Petersburg, Berlin | Madras, Cambridge |
| Mode of discovery | Formal manipulation of series, massive numerical experiment | Observation of numerical tables, modular equations |
| Attitude to proof | Usually supplied, but not shy of leaps | Rarely supplied |
| What they left | About 866 papers and books | About 3900 formulas in notebooks |

Both worked in the same order: **compute a great deal**, find a law, and only then (if at all) think about justification. As we saw in the proof of <Ref to="thm-basel" />, Euler's argument too contains a leap beyond the standards of his time. Conversely, although Ramanujan is called a man of intuition, his notebooks are covered with the traces of enormous hand computations, and most of his formulas had been checked numerically.

The real difference lies in **what each counted as a proof**. In eighteenth-century Europe there was as yet no consensus on whether infinite series and infinite products could be handled like finite expressions, and if the manipulation worked, that was evidence of its correctness. In early twentieth-century Cambridge matters stood otherwise, and Hardy was known as a defender of rigour. Stories are told of Ramanujan being nonplussed when asked why something was true; but this reflects **the difference between the mathematical cultures in which they were raised** rather than any deficiency of his.

These two men also show that an assertion without a proof does not thereby lose its value. Ramanujan's notebooks were edited with commentary by Bruce Berndt in five volumes published between 1985 and 1998, and nearly all the recorded results were confirmed correct. The **mock theta functions** written in the "lost notebook", which George Andrews found in the Trinity College library in 1976, long resisted identification; then Sander Zwegers's 2002 doctoral thesis placed them within the framework of harmonic Maass forms, and today they appear even in the counting of black hole entropy. Functions jotted down just before their author's death gave birth to a branch of theory eighty years later.

The advance of mathematics has at least two phases: **finding a new truth** and **establishing that it is true**. The first calls for boldness, the second for rigour. Sometimes both operate within one person; sometimes, as with Ramanujan and the Borwein brothers, they are divided across seventy years. When mathematics feels hard, distinguishing which of the two difficulties one is facing changes how to respond (this point, together with an account of <Ref to="mathematics/math-columns/why-math-is-hard#def-proof" text="what a proof is" />, is treated in [Why is mathematics hard?](/en/mathematics/math-columns/why-math-is-hard)). For an assertion that still survives without a proof, [the Collatz conjecture](/en/mathematics/math-columns/collatz-conjecture) is the typical example: numerical verification piles up without limit while a proof remains absent (see <Ref to="mathematics/math-columns/collatz-conjecture#rem-verification" text="the current state of computational verification" />).

## 8. Exercises

<Exercise id="exr-de-moivre-cos3" difficulty="Easy">
Using <Ref to="thm-euler-formula" />, prove the following.

(1) $(1+i)^8 = 16$.

(2) $\cos 3\theta = 4\cos^3\theta - 3\cos\theta$.

<Solution>
**(1)** Put $1 + i$ into polar form. Its modulus is $|1+i| = \sqrt{1^2+1^2} = \sqrt{2}$ and its argument is $\pi/4$, so
$$
1 + i = \sqrt{2}\left(\cos\frac{\pi}{4} + i\sin\frac{\pi}{4}\right) = \sqrt{2}\,e^{i\pi/4}.
$$
Therefore
$$
(1+i)^8 = \left(\sqrt{2}\right)^8 e^{i\cdot 8\pi/4} = 16\,e^{2\pi i}.
$$
By <Ref to="thm-euler-formula" />, $e^{2\pi i} = \cos 2\pi + i\sin 2\pi = 1 + 0i = 1$, so $(1+i)^8 = 16$.

Direct computation confirms it: $(1+i)^2 = 1 + 2i + i^2 = 2i$, $(1+i)^4 = (2i)^2 = -4$, $(1+i)^8 = (-4)^2 = 16$. The two agree.

**(2)** Apply <Ref to="prop-de-moivre" /> with $n = 3$:
$$
\cos 3\theta + i\sin 3\theta = (\cos\theta + i\sin\theta)^3.
$$
Expand the right-hand side by the binomial theorem. Abbreviating $c = \cos\theta$ and $s = \sin\theta$,
$$
(c + is)^3 = c^3 + 3c^2(is) + 3c(is)^2 + (is)^3 = c^3 + 3ic^2 s - 3cs^2 - is^3.
$$
Comparing real parts gives $\cos 3\theta = c^3 - 3cs^2$. Substituting $s^2 = 1 - c^2$,
$$
\cos 3\theta = c^3 - 3c(1 - c^2) = c^3 - 3c + 3c^3 = 4c^3 - 3c,
$$
which is the required identity.
</Solution>
</Exercise>

<Exercise id="exr-soccer-ball" difficulty="Standard">
Consider a polyhedron of football (soccer ball) type: every face is a regular pentagon or a regular hexagon, and exactly three faces meet at every vertex. Show that the number of pentagonal faces is necessarily 12 (the same computation also shows that the number of hexagons is not determined).

<Solution>
Let $P$ be the number of pentagons and $H$ the number of hexagons.

**Number of faces.** $F = P + H$.

**Number of edges.** Each pentagon has 5 edges and each hexagon 6, and every edge is shared by exactly 2 faces. Counting edges face by face counts each edge twice, so
$$
E = \frac{5P + 6H}{2}.
$$

**Number of vertices.** Counting vertices face by face counts each vertex once for every face meeting there. By hypothesis three faces meet at every vertex, so
$$
V = \frac{5P + 6H}{3}.
$$

Substitute these into <Ref to="thm-euler-polyhedron" />. From $V - E + F = 2$,
$$
\frac{5P+6H}{3} - \frac{5P+6H}{2} + (P + H) = 2.
$$
Multiplying both sides by 6,
$$
2(5P+6H) - 3(5P+6H) + 6(P+H) = 12,
$$
$$
-(5P + 6H) + 6P + 6H = 12,
$$
$$
P = 12.
$$

The quantity $H$ has disappeared from the equation and is subject to no constraint whatever. So there are always 12 pentagons, while the number of hexagons varies with the shape. The actual football (the truncated icosahedron) has $H = 20$, giving $F = 32$, $E = (60+120)/2 = 90$ and $V = 180/3 = 60$, so that $60 - 90 + 32 = 2$. The case $H = 0$ is the regular dodecahedron.

Incidentally, the carbon molecule C$_{60}$ (fullerene) has exactly this shape for the same reason. The conclusion that 12 pentagons are needed is dictated not by chemistry but by <Ref to="thm-euler-polyhedron" />.
</Solution>
</Exercise>

<Exercise id="exr-taxicab" difficulty="Standard">
(1) Verify that $4104$ can be written as a sum of two cubes in two ways.

(2) Describe a procedure that verifies, in finitely many steps, that no positive integer smaller than $1729$ is a sum of two positive cubes in two different ways. (You need not carry out all the computations; explain what has to be checked and how many times.)

<Solution>
**(1)**
$$
2^3 + 16^3 = 8 + 4096 = 4104,\qquad 9^3 + 15^3 = 729 + 3375 = 4104.
$$
Both equal $4104$.

**(2)** Suppose $N < 1729$ can be written as $N = a^3 + b^3$ with $1 \le a \le b$. Then $b^3 < 1729$, so $b \le 12$ (since $12^3 = 1728 < 1729 \le 13^3 = 2197$). Hence it suffices to examine all pairs with $1 \le a \le b \le 12$. The number of such pairs is
$$
\binom{12}{2} + 12 = 66 + 12 = 78.
$$
Compute the 78 values $a^3 + b^3$, keep those below $1729$, and check whether any value occurs twice or more. The decision is completed in finitely many steps (at most 78 additions).

Carrying this out, no repetition occurs below $1729$, and the first repetition is $1729 = 1^3 + 12^3 = 9^3 + 10^3$. Generalising this "smallest number expressible as a sum of two cubes in two ways", the smallest number so expressible in $n$ ways is called the $n$-th taxicab number. Leech found $\mathrm{Ta}(3) = 87539319$ in 1957 and a candidate for $\mathrm{Ta}(6)$ was found in 2008, but $\mathrm{Ta}(7)$ and beyond remain undetermined.
</Solution>
</Exercise>

<Exercise id="exr-bridge-added" difficulty="Standard">
Suppose we wish to add exactly one new bridge to the Königsberg diagram of §5.1 so that a walk crossing every bridge exactly once becomes possible. Give one place where the bridge may be built, and state the starting point and endpoint of the resulting walk.

<Solution>
The present degrees are $\deg(A) = 3$, $\deg(B) = 3$, $\deg(C) = 5$ and $\deg(D) = 3$, so there are four vertices of odd degree. By <Ref to="prop-konigsberg" />, no Eulerian path exists in this state.

Adding one bridge raises the degree of each of its two endpoints by 1. To reduce the number of odd-degree vertices from four to two, the new bridge must **join two vertices of odd degree** (since an odd number plus 1 is even).

For instance, build a bridge joining $A$ (the north bank) directly to $B$ (the south bank). Then
$$
\deg(A) = 4,\quad \deg(B) = 4,\quad \deg(C) = 5,\quad \deg(D) = 3,
$$
so the only vertices of odd degree are $C$ and $D$. By the sufficient condition mentioned in <Ref to="rem-sufficiency" />, an Eulerian path exists. Its starting point and endpoint are the two odd-degree vertices, namely **the island $C$ and the east bank $D$** (either may serve as the start).

Bridges joining $A$ to $D$, $B$ to $D$, or $A$ to $C$ work equally well; in each case the two remaining odd-degree vertices are the start and the end. On the other hand, adding a loop from $A$ to $A$ (a bridge with both ends on the same landmass) raises $\deg(A)$ by 2, leaving it odd, so that does not solve the problem.
</Solution>
</Exercise>

## References

- W. Dunham, *Euler: The Master of Us All*, Mathematical Association of America, 1999 — the chapters on the Basel problem and the polyhedron formula. The exposition lets one follow Euler's original arguments directly.
- Takagi Teiji, *Kaiseki Gairon* (A Course of Analysis), Iwanami Shoten (in Japanese) — absolute convergence of series and term-by-term operations; the series definition of the exponential function.
- Sugiura Mitsuo, *Kaiseki Nyūmon I* (Introduction to Analysis I), University of Tokyo Press, 1980 (in Japanese) — the complex exponential function and Euler's formula.
- G. H. Hardy, *Ramanujan: Twelve Lectures on Subjects Suggested by His Life and Work*, Cambridge University Press, 1940 — Hardy's own assessment of Ramanujan; the chapters on partitions and on the series for $\pi$.
- R. Kanigel, *The Man Who Knew Infinity*, Charles Scribner's Sons, 1991 — the standard biography of Ramanujan.
- J. M. Borwein and P. B. Borwein, *Pi and the AGM: A Study in Analytic Number Theory and Computational Complexity*, Wiley, 1987 — proofs of Ramanujan-type series, including <Ref to="thm-ramanujan-pi" />.
- B. C. Berndt, *Ramanujan's Notebooks*, Parts I–V, Springer, 1985–1998 — the complete annotated edition of Ramanujan's notebooks.
- R. Diestel, *Graph Theory*, Springer — the chapters on the existence condition for Eulerian paths and on planar graphs.

## Appendix: why "same zeros, same factorisation" is dangerous

**The issue.** What Euler used in the proof of <Ref to="thm-basel" /> was the following inference. If a function $f$ satisfies $f(0) = 1$ and has zeros $r_1, r_2, \ldots$, then
$$
f(x) = \prod_{n}\left(1 - \frac{x}{r_n}\right).
$$
For a polynomial of finite degree this is a correct theorem. For a function with infinitely many zeros it fails in general.

**A counterexample.** Consider $g(x) = e^{x}\dfrac{\sin x}{x}$. Since $e^x$ never vanishes, the zeros of $g$ are exactly the zeros of $\frac{\sin x}{x}$, namely $x = \pm\pi, \pm 2\pi, \ldots$. Moreover $g(0) = e^0 \cdot 1 = 1$. So $g$ shares with $\frac{\sin x}{x}$ both the value "$f(0) = 1$" and the set of zeros. Nevertheless $g$ and $\frac{\sin x}{x}$ are plainly different functions: at $x = \pi/2$, for instance, the former equals $e^{\pi/2}\cdot\frac{2}{\pi} = 3.06\ldots$ while the latter equals $\frac{2}{\pi} = 0.6366\ldots$

Hence the zeros together with the value of $f(0)$ do not determine a function. Had one naively expanded an infinite product for $g$ and compared coefficients, one would have obtained a **wrong value** for $\sum 1/n^2$. Euler's conclusion was correct because $\frac{\sin x}{x}$ happened to be of the kind that carries no superfluous exponential factor.

**The correct framework.** Weierstrass's factorisation theorem asserts that an entire function $f$ (one holomorphic on the whole complex plane) can be written as
$$
f(z) = z^m e^{h(z)}\prod_{n}E_{p_n}\!\left(\frac{z}{r_n}\right).
$$
The point is that a **zero-free correction factor** $e^{h(z)}$ is built in from the start, and the $e^x$ of the counterexample above is exactly such a factor. That this correction factor is the constant $1$ in the case of $\frac{\sin z}{z}$ follows from an estimate of the order of growth (Hadamard's factorisation theorem). Only once that has been checked is the proof of <Ref to="thm-basel" /> complete.

**The lesson.** When a rule valid in the finite case is carried over to the infinite, one cannot know in advance what will break. Euler carried it over, checked numerically, and hit the right answer. Nineteenth-century analysis may be described as the work of writing down explicitly the conditions under which such transfers are legitimate. That discovery and justification should proceed in this order is, in mathematics, rather the norm.
