Alphabeta Math
TheoremStatement: Literature-sourcedProof: AI-adaptedSession-authored (Fable 5 assisted)precheck passjudge pass (z-ai/glm-5.2)audited 2026-07-28
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.

A continuous injective function on an interval is strictly monotone

Statement

Let IRI \subseteq \mathbb{R} be order-convex (Intervals of R\mathbb{R}: the nine order-convex forms, nondegeneracy, and length) and let f:IRf : I \to \mathbb{R} be continuous on II (Continuity of f:ARf : A \to \mathbb{R} at a point of AA and on AA: the ε\varepsilon-δ\delta condition, its agreement with limxcf(x)=f(c)\lim_{x \to c} f(x) = f(c) at a limit point, and continuity at an isolated point) and injective (Injection, surjection, bijection). Then ff is strictly monotone (Nondecreasing, increasing (strictly increasing), nonincreasing, decreasing, monotone and strictly monotone real functions on a subset of R\mathbb{R}, with the dictionary to monotone sequences): either f(x)<f(y)f(x) < f(y) whenever x<yx < y in II, or f(x)>f(y)f(x) > f(y) whenever x<yx < y in II.

Both hypotheses are needed and neither can be weakened to the other. Continuity alone does not give injectivity, and injectivity alone does not give monotonicity: the companion page exhibits a continuous injection on [0,1][2,3][0,1] \cup [2,3], a set that is not order-convex, that is not monotone. So it is order-convexity of the domain, and not merely continuity, that forces the conclusion.

Facts & Assumptions

Given: An order-convex IRI \subseteq \mathbb{R} and a continuous injective f:IRf : I \to \mathbb{R}.

[A1]

II is order-convex: x,yIx, y \in I and xzyx \le z \le y imply zIz \in I (Intervals of R\mathbb{R}: the nine order-convex forms, nondegeneracy, and length).

[A2]

ff is injective: f(u)=f(v)f(u) = f(v) implies u=vu = v (Injection, surjection, bijection).

[A3]

ff is continuous at every point of II; the restriction of ff to a subset SIS \subseteq I is continuous at every point of SS, since the ε\varepsilon-δ\delta condition of Continuity of f:ARf : A \to \mathbb{R} at a point of AA and on AA: the ε\varepsilon-δ\delta condition, its agreement with limxcf(x)=f(c)\lim_{x \to c} f(x) = f(c) at a limit point, and continuity at an isolated point quantifies over fewer points when the domain shrinks.

[L1]

Intermediate value theorem: if uvu \le v, g:[u,v]Rg : [u,v] \to \mathbb{R} is continuous and yy lies between g(u)g(u) and g(v)g(v) in either order, then g(p)=yg(p) = y for some p[u,v]p \in [u,v] (Intermediate value theorem, by bisection with a canonical left-half rule: a continuous function on [a,b][a,b] takes every value between f(a)f(a) and f(b)f(b)).

[L2]

Strictly between any two distinct reals there lies a real (The rationals embed densely in the reals).

[L3]

ff is increasing when f(x)<f(y)f(x) < f(y) for all x<yx < y in II, decreasing when f(x)>f(y)f(x) > f(y) for all x<yx < y in II, and strictly monotone when it is one or the other (Nondecreasing, increasing (strictly increasing), nonincreasing, decreasing, monotone and strictly monotone real functions on a subset of R\mathbb{R}, with the dictionary to monotone sequences).

Proof

technique · contradiction
1.1

Suppose, for contradiction, that ff is not strictly monotone: ff is not increasing and ff is not decreasing.

assume-contra
1.2

Three-point claim. For all u<v<wu < v < w in II, either f(u)<f(v)<f(w)f(u) < f(v) < f(w) or f(u)>f(v)>f(w)f(u) > f(v) > f(w). Suppose not. By injectivity the three values are pairwise distinct, so the failure means that f(v)f(v) is not between f(u)f(u) and f(w)f(w); hence either f(v)>f(u)f(v) > f(u) and f(v)>f(w)f(v) > f(w), or f(v)<f(u)f(v) < f(u) and f(v)<f(w)f(v) < f(w).

A2
2.1

Being decreasing means f(x)>f(y)f(x) > f(y) for all x<yx < y in II, so its failure gives a,bIa, b \in I with a<ba < b and not f(a)>f(b)f(a) > f(b), that is f(a)f(b)f(a) \le f(b); injectivity together with aba \ne b gives f(a)f(b)f(a) \ne f(b), so f(a)<f(b)f(a) < f(b).

step 1.1A2L3
2.2

In the first case of step 1.2 pick a real yy with max{f(u),f(w)}<y<f(v)\max\{f(u), f(w)\} < y < f(v); in the second pick yy with f(v)<y<min{f(u),f(w)}f(v) < y < \min\{f(u), f(w)\}. Such a yy exists because the two bounds are distinct reals.

step 1.2L2
3.1

With yy as in step 2.2, [u,v]I[u,v] \subseteq I and [v,w]I[v,w] \subseteq I by order-convexity, and ff restricted to each is continuous; yy lies strictly between f(u)f(u) and f(v)f(v), and strictly between f(v)f(v) and f(w)f(w). So there are p[u,v]p \in [u,v] and q[v,w]q \in [v,w] with f(p)=y=f(q)f(p) = y = f(q).

step 2.2A1A3L1
4.1

Since f(p)=yf(v)f(p) = y \ne f(v) and f(q)=yf(v)f(q) = y \ne f(v) we have pvqp \ne v \ne q, so up<v<qwu \le p < v < q \le w and in particular pqp \ne q; but f(p)=f(q)f(p) = f(q) contradicts injectivity. The three-point claim of step 1.2 is therefore established.

step 1.2step 3.1A2
5.1

Let xIx \in I with x<ax < a. Applying the three-point claim to x<a<bx < a < b gives f(x)<f(a)<f(b)f(x) < f(a) < f(b) or f(x)>f(a)>f(b)f(x) > f(a) > f(b); the second is impossible because f(a)<f(b)f(a) < f(b). So f(x)<f(a)f(x) < f(a).

step 2.1step 4.1
6.1

Let xIx \in I with x>ax > a. If x<bx < b, the three-point claim applied to a<x<ba < x < b gives f(a)<f(x)<f(b)f(a) < f(x) < f(b), the alternative being impossible as in step 5.1; if x=bx = b then f(a)<f(x)f(a) < f(x) by step 2.1; and if x>bx > b, the claim applied to a<b<xa < b < x gives f(a)<f(b)<f(x)f(a) < f(b) < f(x). In every case f(x)>f(a)f(x) > f(a).

step 2.1step 4.1
6.2

Let c,dIc, d \in I with c<dac < d \le a; we show f(c)<f(d)f(c) < f(d). If d=ad = a then c<ac < a and step 5.1 gives f(c)<f(a)=f(d)f(c) < f(a) = f(d). If d<ad < a then the three-point claim applied to c<d<ac < d < a gives f(c)<f(d)<f(a)f(c) < f(d) < f(a) or f(c)>f(d)>f(a)f(c) > f(d) > f(a), and the second contradicts f(d)<f(a)f(d) < f(a) from step 5.1; so f(c)<f(d)f(c) < f(d).

step 4.1step 5.1
7.1

Let c,dIc, d \in I with ac<da \le c < d; we show f(c)<f(d)f(c) < f(d). If c=ac = a then d>ad > a and step 6.1 gives f(d)>f(a)=f(c)f(d) > f(a) = f(c). If a<ca < c then the three-point claim applied to a<c<da < c < d gives f(a)<f(c)<f(d)f(a) < f(c) < f(d) or f(a)>f(c)>f(d)f(a) > f(c) > f(d), and the second contradicts f(c)>f(a)f(c) > f(a) from step 6.1; so f(c)<f(d)f(c) < f(d).

step 4.1step 6.1
7.2

The only remaining case is c<a<dc < a < d, where steps 5.1 and 6.1 give f(c)<f(a)<f(d)f(c) < f(a) < f(d) directly.

step 5.1step 6.1
8.1

Steps 7.1, 6.2 and 7.2 cover every pair c<dc < d in II: either aca \le c, which is step 7.1, or c<ac < a, and then dad \le a, which is step 6.2, or a<da < d, which is step 7.2. So f(x)<f(y)f(x) < f(y) whenever x<yx < y in II, that is, ff is increasing. This contradicts step 1.1, which assumed that ff is not increasing; the assumption of step 1.1 is therefore false and ff is strictly monotone.

step 1.1step 7.1step 6.2step 7.2L3discharge-contradiction

Remarks

  • The three-point claim is the whole content. Steps 1.2, 2.2, 3.1 and 4.1 say that a continuous injection on an interval cannot fold: the middle of three points always has the middle value. Everything after that is bookkeeping, comparing an arbitrary pair with one fixed pair a<ba < b on which the direction is known.

  • Where the intermediate value theorem enters. Once only, in step 3.1, and it is what makes order-convexity of II indispensable: the segments [u,v][u,v] and [v,w][v,w] must lie inside the domain for the theorem to apply. That is exactly the hypothesis the companion page's counterexample removes.

Depends on

Used by

Dependency tree · next 3 levels

Direct dependencies and their dependencies through the next three levels: 98 results over 31 levels. An arrow runs from a result to what uses it, and this result sits at the bottom with a heavier outline. Click the chart to enlarge it.

Sources