Public Mathlib landmark · existing upstream theorem · read-only

Number theory · existing Mathlib declaration

Basel Problem

The sum of the reciprocals of the positive perfect squares is exactly π squared divided by six.

The theorem at a glance

Basel Problem — reciprocal squares sum to π²/6

A source-bound editorial overview of the exact Mathlib formulation. The image is explanatory; the statement map, formal type, and pinned source remain authoritative.

Mathlib's exponent-two specialization turns the Bernoulli–Fourier evaluation into the exact reciprocal-square sum. Generated explanation only; the exact HTML statement and pinned source are authoritative.
Detailed visual description

The familiar reciprocal-square equation dominates a sparse engraved poster. A periodic Bernoulli ribbon, harmonics with square-diminishing amplitudes, and a six-bay circle-and-square seal support four short source movements and an exact-scope footer explaining the natural-index zero term.

Formal orientation

Statement map

Statement map for Basel ProblemThe reciprocal-square series has sum π²/6. The pinned upstream declaration is hasSum_zeta_two. The exact checked statement is theorem hasSum_zeta_two : HasSum (fun n : ℕ => (1 : ℝ) / (n : ℝ) ^ 2) (π ^ 2 / 6).Mathematical readingThe reciprocal-squareseries has sum π²/6.Pinned declarationmathlib ·hasSum_zeta_twoExact checked formtheorem hasSum_zeta_two: HasSum (fun n : ℕ =>(1 : ℝ) / (n : ℝ) ^ 2)(π ^ 2 / 6)Statement map for Basel ProblemThe reciprocal-square series has sum π²/6. The pinned upstream declaration is hasSum_zeta_two. The exact checked statement is theorem hasSum_zeta_two : HasSum (fun n : ℕ => (1 : ℝ) / (n : ℝ) ^ 2) (π ^ 2 / 6).Mathematical readingThe reciprocal-squareseries has sum π²/6.Pinned declarationmathlib ·hasSum_zeta_twoExact checked formtheorem hasSum_zeta_two: HasSum (fun n : ℕ =>(1 : ℝ) / (n : ℝ) ^ 2)(π ^ 2 / 6)

This deterministic map orients the reader from the mathematical summary to the pinned declaration and exact checked form. The HTML statement below is authoritative.

The reciprocal-square coefficients converge through the Bernoulli–Fourier route to π²/6. Scientific diagram · explanatory, not proof evidence.
Detailed visual description

This page presents Mathlib's real HasSum statement for n ↦ 1/(n:ℝ)^2 with value π^2/6. Its natural-number indexing includes n = 0, whose term is zero under Lean's totalized real division, so it represents the usual series over positive integers. The selected declaration is only the exponent-two specialization, not a generic theorem about all zeta values.

Complementary intuition

A mathematical landmark

The Basel problem is one of the most recognizable exact evaluations of an infinite series. Mathlib's declaration exposes it as a concise specialization resting on a substantial Bernoulli-function and Fourier-coefficient development.

The low-text schematic gives the theorem a visual identity; it does not replace the source-bound poster or exact statement.

Authoritative formal type

Exact Mathlib statement

theorem hasSum_zeta_two : HasSum (fun n : ℕ => (1 : ℝ) / (n : ℝ) ^ 2) (π ^ 2 / 6)
Selected evidence declaration text
theorem hasSum_zeta_two : HasSum (fun n : ℕ => (1 : ℝ) / (n : ℝ) ^ 2) (π ^ 2 / 6)

ProofAtlas record

What has been checked

Upstream indexedPinned source bytes verified locally
Locally reproducedExact upstream declaration replayed
Reviewed pageCurrent public presentation reviewed
Accepted Atlas resultNot recorded for the preferred artifact

These states distinguish upstream identity, local reproduction, review, and Atlas acceptance. This page is part of the public, read-only Mathlib landmark collection.

Claim boundary

No new theorem is claimed

This page presents Mathlib's real HasSum statement for n ↦ 1/(n:ℝ)^2 with value π^2/6. Its natural-number indexing includes n = 0, whose term is zero under Lean's totalized real division, so it represents the usual series over positive integers. The selected declaration is only the exponent-two specialization, not a generic theorem about all zeta values.

Provenance

Origin and evidence stay separate

Existing declaration
hasSum_zeta_two in mathlib
Relationship
The checked artifact is the upstream declaration itself
Preferred checked artifact
artifact.library.mathlib.basel-problem.v001
Source handling
Verified upstream reference; no mirrored source package