Alphabeta Math
TheoremStatement: Literature-sourcedProof: AI-adaptedprecheck passjudge pass (z-ai/glm-5.2)audited 2026-07-27
How statement and proof provenance work

The first chip identifies the source of the statement or construction; the second identifies the source of its local proof or verification.

  • Literature-sourced: the exact statement appears in a cited source; only wording and notation differ.
  • AI-adapted: a semantically identical restatement of literature-sourced material, modulo indexing, notation, and boundary cases adopted by the library.
  • AI-generated: a genuinely novel statement formulated by AI, with no source for the claim itself.

These labels describe origin, not correctness: citations and verification chips remain separate evidence.

Every continuous map of a closed bounded interval into itself has a fixed point

Statement

Let a,b∈R with a≤b and let φ:[a,b]→R be continuous on [a,b] (Continuity of f:A→R at a point of A and on A: the ε-δ condition, its agreement with lim⁡x→cf(x)=f(c) at a limit point, and continuity at an isolated point, Intervals of R: the nine order-convex forms, nondegeneracy, and length) with

φ(x)∈[a,b]for every x∈[a,b].

Then φ has a fixed point: there is c∈[a,b] with φ(c)=c.

This is the one-dimensional case of Brouwer's theorem, and here it is elementary. The whole content is that φ(x)−x is ≥0 at the left endpoint and ≤0 at the right, so the intermediate value theorem produces a zero. Nothing about contraction, and no metric hypothesis, is needed: the map is not assumed to shrink distances, and the fixed point need not be unique.

Both hypotheses on the interval are used. The interval must be closed, or the fixed point can escape through an endpoint; and it must be bounded, or there need be no fixed point at all, as x↦x+1 on [0,∞) shows.

Facts & Assumptions

Given: Reals a≤b and a continuous φ:[a,b]→R with φ(x)∈[a,b] for every x∈[a,b].

[L2]

Intermediate value theorem: if g is continuous on [a,b] with a≤b and y lies between g(a) and g(b) in either order, then g(c)=y for some c∈[a,b] (Intermediate value theorem, by bisection with a canonical left-half rule: a continuous function on [a,b] takes every value between f(a) and f(b)).

[L3]

Membership in [a,b] means a≤x≤b (Intervals of R: the nine order-convex forms, nondegeneracy, and length).

[L4]

Ordered-field arithmetic in R: adding and subtracting preserves order, and u−v≥0 exactly when u≥v (Ordered field, Complete ordered field (least-upper-bound property)).

Proof

technique · direct
1.1

Define g:[a,b]→R by g(x):=φ(x)−x. By [L1] the function g is continuous on [a,b], being the sum of φ and (−1) times the identity.

L1
1.2

By hypothesis φ(a)∈[a,b], so φ(a)≥a and hence g(a)=φ(a)−a≥0 by [L4]. Likewise φ(b)∈[a,b] gives φ(b)≤b and hence g(b)=φ(b)−b≤0.

L3L4
2.1

So g(b)≤0≤g(a): the value 0 lies between g(b) and g(a). By [L2], applied to g on [a,b] with y:=0, there is c∈[a,b] with g(c)=0.

step 1.1step 1.2L2choose
3.1

Then φ(c)−c=0, that is φ(c)=c, with c∈[a,b]: the map φ has a fixed point.

step 2.1L4∎

Remarks

  • Uniqueness is not claimed and is false in general. The identity map of [a,b] into itself is continuous and fixes every point. What forces uniqueness is a contraction hypothesis, which is the setting of the Banach fixed point theorem in a complete metric space; that theorem also produces the fixed point as a limit of iterates, whereas the argument above only asserts that one exists.

  • The interval may not be replaced by an arbitrary compact set. The map x↦−x carries the compact set {−1,1} into itself, is continuous, and fixes nothing. Order-convexity, not compactness alone, is what the intermediate value theorem needs.

  • A worked instance is A worked fixed point on [1,2] for the map x↦(x+2/x)/2, from the one-dimensional fixed point theorem ↗ on the companion page, where φ(x)=(x+2/x)/2 maps [1,2] into itself and its unique fixed point is 2.

Depends on

Used by

Dependency tree · two levels

29 results within two dependency steps of this one, each drawn at its shortest distance from it. An arrow runs from a result to what uses it, so the chart reads left to right and ends at this result, which carries a heavier outline. Every node is a link to that result. Click elsewhere on the chart to enlarge it.

Sources