Alphabeta Math
False statementConstruction: 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.

FALSE: a function with the intermediate value property on an interval is continuous

Statement

Facts & Assumptions

[L1]

For every real u there is exactly one integer m with m≤u<m+1, written ⌊u⌋ (Integer part: for every real x there is exactly one integer m with m≤x<m+1); in particular no integer lies strictly between m and m+1.

[L2]

min⁡{a,b} and max⁡{a,b} exist for reals a,b, and a nonempty finite set of reals has a minimum and a maximum (Maximum and minimum of a set, Every nonempty finite set of reals has a maximum and a minimum).

[L3]

Sums, scalar multiples, absolute values, maxima, minima and quotients with nonvanishing denominator of continuous functions are continuous, as are constants and the identity; composites of continuous functions are continuous (Sums, scalar multiples, products, absolute values, maxima, minima and quotients with nonvanishing denominator of continuous functions are continuous, as are constants, the identity and every polynomial function, A composite of continuous functions is continuous, with no side hypothesis of the kind the composition of limits needs).

[L4]

Intermediate value theorem: a continuous function on [a,b] takes every value between its values at the endpoints (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)).

[L6]

∣u∣≥0, ∣u∣=0 only for u=0, and ∣u−w∣≤∣u−v∣+∣v−w∣ (Basic properties of the absolute value).

[L7]

f has the intermediate value property on an order-convex I exactly when for all a<b in I and every y between f(a) and f(b) in either order there is c∈[a,b] with f(c)=y (The intermediate value property (Darboux property) of a function on an interval: the image of every subinterval is order-convex).

Refutation

technique · direct
1.1

Define ψ:R→R by ψ(u):=min⁡{ u−⌊u⌋, ⌊u⌋+1−u }, the distance from u to the nearest integer, and define g:[−1,1]→R by g(x):=ψ(1/x) for x≠0 and g(0):=0.

L1L2construct
2.1

0≤ψ(u)≤1/2 for every real u: writing θ:=u−⌊u⌋∈[0,1), the two entries are θ≥0 and 1−θ>0, and their minimum is at most their average 1/2. Consequently 0≤g(x)≤1/2 for every x∈[−1,1].

step 1.1L1L2
2.2

ψ(u)=min⁡{ ∣u−m∣:m∈Z } in the sense that ∣u−m∣≥ψ(u) for every integer m, with equality for m=⌊u⌋ or m=⌊u⌋+1. Indeed, with n:=⌊u⌋: for m≤n one has ∣u−m∣=u−m≥u−n, and for m≥n+1 one has ∣u−m∣=m−u≥n+1−u.

step 1.1L1
2.3

For every real η>0 and every y∈[0,1/2] there is x with 0<x<η and g(x)=y: take a natural k≥1 with 1/ι(k)<η and put x:=1/(ι(k)+y). Then 0<x≤1/ι(k)<η and 1/x=ι(k)+y with 0≤y≤1/2<1, so ⌊1/x⌋=ι(k) and ψ(1/x)=min⁡{y,1−y}=y.

step 1.1L1L5
3.1

ψ is continuous on R, because ∣ψ(u)−ψ(v)∣≤∣u−v∣ for all reals u,v: choose an integer m with ∣u−m∣=ψ(u), which exists by step 2.2; then ψ(v)≤∣v−m∣≤∣v−u∣+∣u−m∣=∣u−v∣+ψ(u), and exchanging u and v gives the other inequality. So δ:=ε witnesses continuity at every point.

step 2.2L6
3.2

For every real η>0 and every y∈[0,1/2] there is x with −η<x<0 and g(x)=y: with k as in step 2.3 put x:=−1/(ι(k)+y), so −η<x<0 and 1/x=−ι(k)−y. If y=0 then 1/x=−ι(k) is an integer and ψ(1/x)=0=y; if 0<y≤1/2 then ⌊1/x⌋=−ι(k)−1 and 1/x−⌊1/x⌋=1−y, so ψ(1/x)=min⁡{1−y,y}=y.

step 1.1step 2.3L1L5
3.3

g is discontinuous at 0: g(0)=0, and by step 2.3 every real δ>0 admits x with 0<x<δ and g(x)=1/2, so ∣g(x)−g(0)∣=1/2. Hence no δ witnesses the continuity condition at 0 for ε:=1/2.

step 1.1step 2.3L6
4.1

g is continuous at every x∈[−1,1] with x≠0: on the set {x∈[−1,1]:x≠0} the map x↦1/x is continuous, and g is its composite with ψ; continuity at a point of that set is continuity of g there, since the set contains a whole neighbourhood of x inside [−1,1] when x≠0.

step 1.1step 3.1L3
4.2

If 0∈[a,b] then, since a<b, either b>0 or a<0. In the first case step 2.3 with η:=b gives c with 0<c<b and g(c)=y, and c∈[a,b]; in the second case step 3.2 with η:=−a gives c with a<c<0 and g(c)=y. Either way y∈g[ [a,b] ].

step 2.1step 2.3step 3.2L7
5.1

g has the intermediate value property on [−1,1]. Let a<b in [−1,1] and let y lie between g(a) and g(b) in either order; in particular y∈[0,1/2] by step 2.1. If 0∉[a,b] then g restricted to [a,b] is continuous by step 4.1, and the intermediate value theorem supplies c∈[a,b] with g(c)=y.

step 2.1step 4.1L4L7
6.1

So g is a function on the interval [−1,1] with the intermediate value property that is not continuous on [−1,1], and the claim in the Statement is false.

step 3.3step 5.1step 4.2L7discharge-construct∎

Remarks

  • What survives the refutation. The implication continuous ⇒ intermediate value property is true and is The image of an interval under a continuous real function is order-convex, hence an interval, and the image of a closed bounded interval is a closed bounded interval. So is the partial converse for monotone functions: a function satisfying f(x)≤f(y) whenever x≤y, whose image is order-convex, is continuous (A function on an interval satisfying f(x)≤f(y) whenever x≤y, whose image is order-convex, is continuous). The witness above is therefore necessarily non-monotone, and it is: it rises and falls infinitely often in every neighbourhood of 0.

  • The witness fails continuity at exactly one point. That is all a refutation needs, and it is all that is claimed: nothing above says that the failure cannot be worse. Functions with the intermediate value property that are continuous at no point at all do exist, the standard one being Conway's base-13 function; it is not constructed at this point in the reading order, and no statement here depends on it.

  • Nothing above defines the derivative, and Darboux's theorem is not used. The classical source of non-continuous functions with the intermediate value property is the class of derivatives, which have the property by Darboux's theorem; no notion of derivative is available at this point in the reading order, and the witness here is built by hand instead.

Depends on

Used by

Nothing in the library uses this result yet.

Dependency tree · two levels

62 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