Alphabeta Math
CounterexampleConstruction: Literature-sourcedVerification: AI-adaptedprecheck 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 injection on [0,1]∪[2,3] that is not monotone, so the interval hypothesis cannot be dropped from the strict-monotonicity theorem

Statement refuted

Counterexample

Let A:=[0,1]∪[2,3] and define f:A→R by

f(x):=xfor x∈[0,1],f(x):=5−xfor x∈[2,3].

Then f is continuous on A and injective, and it is not monotone: f(0)=0<1=f(1) while f(2)=3>2=f(3). The set A is not order-convex, since 0,3∈A and 3/2∉A.

Facts & Assumptions

Given: The set A=[0,1]∪[2,3] and the function f above.

[L1]
[L3]

f is increasing when f(x)<f(y) for all x<y in A, decreasing when f(x)>f(y) for all x<y in A, and monotone when nondecreasing or nonincreasing (Nondecreasing, increasing (strictly increasing), nonincreasing, decreasing, monotone and strictly monotone real functions on a subset of R, with the dictionary to monotone sequences).

[L4]

A is order-convex when x,y∈A and x≤z≤y imply z∈A (Intervals of R: the nine order-convex forms, nondegeneracy, and length).

Verification

technique · direct
1.1

f[ [0,1] ]=[0,1] and f[ [2,3] ]=[2,3]: on [0,1] the map is the identity, and on [2,3] the map x↦5−x sends 2 to 3 and 3 to 2 and is order-reversing, so its image is [2,3].

L2
1.2

f is continuous on A. Let c∈[0,1] and let ε>0 be real; take δ:=min⁡{1,ε}. Every x∈A with ∣x−c∣<δ satisfies x<c+1≤2, so x∈[0,1] and ∣f(x)−f(c)∣=∣x−c∣<ε.

L1L2
1.3

Let c∈[2,3] and let ε>0 be real; take δ:=min⁡{1,ε}. Every x∈A with ∣x−c∣<δ satisfies x>c−1≥1, so x∈[2,3] and ∣f(x)−f(c)∣=∣(5−x)−(5−c)∣=∣x−c∣<ε.

L1L2
1.4

f is not monotone: 0<1 with f(0)=0<1=f(1) rules out nonincreasing, and 2<3 with f(2)=3>2=f(3) rules out nondecreasing.

L3
1.5

A is not order-convex: 0∈A, 3∈A and 0≤3/2≤3, but 3/2∉[0,1]∪[2,3].

L4
2.1

f is injective: it is injective on [0,1], being the identity there; it is injective on [2,3], since 5−x=5−y gives x=y; and the two images [0,1] and [2,3] are disjoint, so no point of one piece has the same value as a point of the other.

step 1.1
3.1

So f is a continuous injection on A that is not monotone, refuting the claim; and the hypothesis that fails is exactly order-convexity of the domain, which is what the theorem assumes.

step 2.1step 1.2step 1.3step 1.4step 1.5L5∎

Remarks

Depends on

Used by

Nothing in the library uses this result yet.

Dependency tree · two levels

34 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