Alphabeta Math
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.

✓ 10 results · all verified · 9 also independently AI-judged
Every result on this page is machine-checked by a proof checker and read in full and owner-audited; the judge is an additional, independent cross-model AI review of the proofs. The 1 not AI-judged were verified by owner audit (typically over a confirmed judge false positive), not failures.

The Derivative and the Mean Value Theorems: Examples and Counterexamples

1 · Prerequisites

2 · Summary

3 · Logical flowchart

4 · Definitions, theorems and proofs

None yet.

5 · Examples, counterexamples and false statements

ExampleConstruction: AI-adaptedVerification: AI-generatedprecheck passjudge pass (z-ai/glm-5.2)audited 2026-07-28Open item page →

Worked derivatives from the algebra of derivatives and the power rule: (3x4−5x+2)′=12x3−5, and the quotient rule applied to (x2+1)/(x−1) on R∖{1}

Example

Numerals below denote canonical naturals of R: 3 is ι(3), 12 is ι(12), and so on (The canonical natural ι(n)=n⋅1F of a field). Powers are those of Integer powers am.

Claim 1. Let p:R→R be given by

p(x)  =  ι(3) x4  −  ι(5) x  +  ι(2).

Then p is differentiable at every c∈R (The derivative f′(c)=lim⁡x→cf(x)−f(c)x−c of f:A→R at a point c∈A that is a limit point of A, and differentiability on a set) and

p′(c)  =  ι(12) c3−ι(5).

Claim 2. Put A0:={ x∈R:x−1≠0 }=R∖{1} and let r:A0→R be given by r(x)=(x2+1)/(x−1). Then every c∈A0 is a limit point of A0, r is differentiable at c as a function on A0, and

r′(c)  =  c2−ι(2)c−1(c−1)2.

Nothing here is new: both computations are readings of Sums, scalar multiples, products and quotients: (f+g)′(c)=f′(c)+g′(c), (αf)′(c)=αf′(c), (fg)′(c)=f′(c)g(c)+f(c)g′(c), and (f/g)′(c)=(f′(c)g(c)−f(c)g′(c))/g(c)2 when g(c)≠0 on top of For a natural n≥1 the function x↦xn is differentiable everywhere with derivative ι(n) x n−1; for n=0 it is the constant 1, with derivative 0; for a natural n≥1 the function x↦x−n is differentiable at every x≠0 with derivative −ι(n) x−n−1; consequently every polynomial function is differentiable at every real, with the derivative computed term by term. They are written out because the two places a computation of this kind goes wrong are the constant term, whose derivative is 0 and not ι(0)c−1, and the domain of the quotient, which is not R.

Facts & Assumptions

Given: The functions p and r of the statement, and an arbitrary real c; for claim 2 also c≠1.

[L2]

Algebra of derivatives (Sums, scalar multiples, products and quotients: (f+g)′(c)=f′(c)+g′(c), (αf)′(c)=αf′(c), (fg)′(c)=f′(c)g(c)+f(c)g′(c), and (f/g)′(c)=(f′(c)g(c)−f(c)g′(c))/g(c)2 when g(c)≠0): at a limit point c of the common domain, sums, scalar multiples and products of functions differentiable at c are differentiable at c with the stated formulas; and if the denominator v is nonzero at c then, on D0:={x:v(x)≠0}, the point c lies in D0 and is a limit point of D0, and (u/v)∣D0 is differentiable at c with derivative (u′(c)v(c)−u(c)v′(c))/v(c)2.

[L3]

Canonical naturals (The canonical natural ι(n)=n⋅1F of a field, Canonical naturals are positive and strictly increasing): ι(1)=1, ι(m+n)=ι(m)+ι(n) and ι(mn)=ι(m)ι(n) for naturals m,n≥1; in particular ι(3)ι(4)=ι(12) and ι(2)−1=1, the latter from ι(2)=ι(1)+1=1+1.

[L4]

Powers (Integer powers am): x0=1, x1=x and x2=x⋅x.

Verification

technique · direct
1.1

Let c∈R, a limit point of R by [L5]. By [L1] the functions x↦x4, x↦x1 and x↦x0 are differentiable at c with derivatives ι(4)c3, ι(1)c0=1 and 0 respectively, using [L4].

L1L4L5
1.2

Put u(x):=x2+1 and v(x):=x−1, both functions on R, and let c∈R with c≠1.

construct
2.1

Claim 1. The function p is the sum of the scalar multiples ι(3)⋅(x↦x4), (−ι(5))⋅(x↦x1) and ι(2)⋅(x↦x0), so by the sum and scalar-multiple rules of [L2] it is differentiable at c with p′(c)=ι(3)ι(4)c3+(−ι(5))⋅1+ι(2)⋅0=ι(12)c3−ι(5), the last step by [L3].

step 1.1L2L3
2.2

The functions u and v are differentiable at every real c with u′(c)=ι(2)c and v′(c)=1: u is the sum of x↦x2 and the constant 1, whose derivatives at c are ι(2)c1=ι(2)c and 0 by [L1] and [L4]; and v is the sum of x↦x1 and the constant −1.

step 1.1L1L2L4
3.1

Claim 2. By step 1.2 one has v(c)=c−1≠0, and {x∈R:v(x)≠0} is exactly A0. So the quotient rule of [L2] applies: c∈A0, the point c is a limit point of A0, and r=(u/v)∣A0 is differentiable at c with r′(c)=(u′(c)v(c)−u(c)v′(c))/v(c)2=(ι(2)c (c−1)−(c2+1))/(c−1)2.

step 1.2step 2.2L2
4.1

Expanding the numerator: ι(2)c(c−1)−(c2+1)=ι(2)c2−ι(2)c−c2−1=(ι(2)−1)c2−ι(2)c−1=c2−ι(2)c−1, the last equality because ι(2)−1=1 by [L3]. So r′(c)=(c2−ι(2)c−1)/(c−1)2.

step 3.1L3L4
5.1

Both claims are verified: claim 1 by step 2.1 and claim 2 by steps 3.1 and 4.1.

step 2.1step 4.1∎

Remarks

CounterexampleConstruction: Literature-sourcedVerification: AI-adaptedprecheck passjudge pass (z-ai/glm-5.2)audited 2026-07-28Open item page →

x↦∣x∣ is continuous everywhere and not differentiable at 0: the difference quotient equals 1 on the right and −1 on the left, so the two one-sided limits differ

Statement refuted

Refuted claim: if A⊆R, if f:A→R is continuous at a point c∈A (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) and if c is a limit point of A (Limit point, isolated point, adherent point, derived set, and dense subset of R), then f is differentiable at c (The derivative f′(c)=lim⁡x→cf(x)−f(c)x−c of f:A→R at a point c∈A that is a limit point of A, and differentiability on a set).

This is the converse of A function differentiable at c is continuous at c, and it is false. The witness is f(x)=∣x∣ on A=R at c=0: a single corner is enough, and the failure is visible in one line, the difference quotient taking the value 1 to the right of 0 and −1 to the left.

Facts & Assumptions

Given: The set A:=R, the function f:R→R, f(x):=∣x∣ (Basic properties of the absolute value), and the point c:=0.

[L2]

Derivative (The derivative f′(c)=lim⁡x→cf(x)−f(c)x−c of f:A→R at a point c∈A that is a limit point of A, and differentiability on a set): 0 is a limit point of R, punctured neighbourhoods being never empty (Limit point, isolated point, adherent point, derived set, and dense subset of R, The ε-neighbourhood and the punctured ε-neighbourhood of a point of R); the difference quotient of f at 0 is q(x)=(∣x∣−∣0∣)/(x−0) on R∖{0}; and f is differentiable at 0 exactly when lim⁡x→0q(x) exists (The ε-δ limit lim⁡x→cf(x)=L of f:A→R at a limit point c of A).

[L3]

Absolute value (Basic properties of the absolute value): ∣0∣=0; ∣u∣=u for u≥0; and ∣u∣=−u for u≤0.

[L4]

One-sided limits (The left and right limits of f at c, as limits of the restrictions of f to A∩(−∞,c) and A∩(c,∞), Intervals of R: the nine order-convex forms, nondegeneracy, and length): for D⊆R and p∈R, the right limit of h:D→R at p is the limit at p of h restricted to D∩(p,∞), defined when p is a limit point of that set, and the left limit is the same with D∩(−∞,p).

[L5]

Two-sided against one-sided (If c is a limit point of the domain from both sides, the limit exists iff both one-sided limits exist and agree): if p is a limit point of both D∩(−∞,p) and D∩(p,∞), then for every real L the equality lim⁡x→ph(x)=L holds if and only if both one-sided limits at p exist and equal L.

[L6]

At a limit point of its domain a function has at most one limit (At a limit point of the domain a function has at most one limit); and the limit of a constant function K at a limit point of its domain is K, any δ serving (The ε-δ limit lim⁡x→cf(x)=L of f:A→R at a limit point c of A).

[L7]

1≠−1: 0<1 (The multiplicative identity is positive) gives −1<0<1, and trichotomy forbids equality.

Counterexample

technique · direct
1.1

f is continuous at every point of R, in particular at 0.

L1
1.2

f(0)=∣0∣=0, so the difference quotient of f at 0 is q(x)=∣x∣/x on D:=R∖{0}.

L2L3
1.3

D∩(0,∞)=(0,∞) and D∩(−∞,0)=(−∞,0), and 0 is a limit point of each: for every real ε>0 the point ε/2 lies in (0,∞) with 0<∣ε/2−0∣<ε, and −ε/2 lies in (−∞,0) with 0<∣−ε/2−0∣<ε.

L3L4
2.1

For x>0 one has ∣x∣=x, so q(x)=x/x=1; for x<0 one has ∣x∣=−x, so q(x)=(−x)/x=−1. Thus q restricted to (0,∞) is the constant 1 and q restricted to (−∞,0) is the constant −1.

step 1.2L3
3.1

By [L6] and step 1.3 the two restrictions have limits at 0, namely 1 and −1; so by [L4] the right limit of q at 0 is 1 and the left limit is −1.

step 1.3step 2.1L4L6
4.1

Suppose lim⁡x→0q(x)=L for some real L. By step 1.3 the point 0 is a limit point of both one-sided sets, so [L5] forces both one-sided limits to equal L; with step 3.1 and [L6] that gives L=1 and L=−1, hence 1=−1, which [L7] forbids. So q has no limit at 0, and by [L2] the function f is not differentiable at 0.

step 3.1L2L5L6L7
5.1

The refuted claim therefore fails at A:=R, f:=∣⋅∣ and c:=0: the point 0 is a limit point of R, f is continuous at 0 by step 1.1, and f is not differentiable at 0 by step 4.1.

step 1.1step 4.1∎

Remarks

ExampleConstruction: Literature-sourcedVerification: AI-adaptedprecheck passjudge pass (z-ai/glm-5.2)audited 2026-07-28Open item page →

x↦x3 is increasing on R although its derivative vanishes at 0, which is the witness for the false statement that a vanishing derivative forbids strict increase, and which makes its inverse non-differentiable at 0

Example

Let f:R→R be f(x)=x3 (Integer powers am), with ι the canonical natural of The canonical natural ι(n)=n⋅1F of a field.

Claim 1. f is differentiable at every c∈R with f′(c)=ι(3)c2, and f′(0)=0.

Claim 2. f is increasing on R, in the strict sense of Nondecreasing, increasing (strictly increasing), nonincreasing, decreasing, monotone and strictly monotone real functions on a subset of R, with the dictionary to monotone sequences.

Claim 3. So the hypothesis "f′>0 at every interior point" of claim 2 of On an interval I, for f continuous on I and differentiable at every interior point: f′≥0 throughout gives f nondecreasing, f′>0 gives f increasing, f′≤0 and f′<0 give the two decreasing forms; conversely a nondecreasing f has f′≥0 and a nonincreasing f has f′≤0 wherever it is differentiable, and no strict converse is claimed is sufficient but not necessary for a function on an interval to be increasing; and the converse recorded there, claim 5, which gives only f′≥0, cannot be strengthened to f′>0.

Claim 4. f is continuous and injective on R, so it has a continuous inverse g on f[R] (Derivative of an inverse: if f is continuous and injective on a nondegenerate interval I and differentiable at c∈I with f′(c)≠0, then the inverse g is differentiable at f(c) with g′(f(c))=1/f′(c); and if f′(c)=0 then g is not differentiable at f(c)); and since f′(0)=0, that inverse is not differentiable at f(0)=0.

Claims 1 and 2 are established in the refutation of FALSE: if f′(c)=0 then f is not increasing on any interval containing c and are quoted here; claims 3 and 4 are the two consequences worth drawing from them.

Facts & Assumptions

Given: The function f:R→R, f(x)=x3.

[L5]

Derivative of an inverse (Derivative of an inverse: if f is continuous and injective on a nondegenerate interval I and differentiable at c∈I with f′(c)≠0, then the inverse g is differentiable at f(c) with g′(f(c))=1/f′(c); and if f′(c)=0 then g is not differentiable at f(c)): for I order-convex with at least two elements and f:I→R continuous and injective, with inverse g:f[I]→I, and for c∈I at which f is differentiable, if f′(c)=0 then g is not differentiable at f(c).

[L7]

03=0, since 0n=0 for every natural n≥1 (Integer powers am).

Verification

technique · direct
1.1

Claims 1 and 2. By [L1] the function f is differentiable at every c∈R with f′(c)=ι(3)c2, its derivative at 0 is 0, and f is increasing on R.

L1
2.1

f is injective by [L2], being increasing; it is continuous on R by [L3]; and R is order-convex with at least two elements by [L4]. So f satisfies every hypothesis of [L5] with I:=R.

step 1.1L2L3L4L5
2.2

Claim 3. The hypothesis of claim 2 of [L6] fails for f on R, since f′(0)=0 is not positive, and yet the conclusion holds, f being increasing on R by step 1.1. So that hypothesis is sufficient and not necessary. Likewise the conclusion f′≥0 of claim 5 of [L6] is attained with equality at 0 by step 1.1, so it cannot be strengthened to f′>0.

step 1.1L6
3.1

Claim 4. By step 2.1 the hypotheses of [L5] hold, and by step 1.1 the function f is differentiable at 0 with f′(0)=0. So [L5] gives that the inverse g:f[R]→R is not differentiable at f(0), which is 0 by [L7].

step 1.1step 2.1L5L7
4.1

All four claims are verified: claims 1 and 2 by step 1.1, claim 3 by step 2.2 and claim 4 by step 3.1.

step 1.1step 2.2step 3.1∎

Remarks

ExampleConstruction: AI-adaptedVerification: AI-generatedprecheck passjudge pass (z-ai/glm-5.2)audited 2026-07-28Open item page →

The chain rule applied to x↦(x2+1)5 and to x↦((3x−1)2+2)3, with the Carathéodory factor written out in closed form in the first case

Example

Numerals denote canonical naturals of R (The canonical natural ι(n)=n⋅1F of a field) and powers are those of Integer powers am.

Claim 1. Let F:R→R be F(x)=(x2+1)5. Then F is differentiable at every c∈R (The derivative f′(c)=lim⁡x→cf(x)−f(c)x−c of f:A→R at a point c∈A that is a limit point of A, and differentiability on a set) and

F′(c)  =  ι(10) c (c2+1)4.

Claim 2. For b∈R the Carathéodory factor (Carathéodory's characterisation: f is differentiable at c if and only if there is φ:A→R, continuous at c, with f(x)−f(c)=φ(x)(x−c) for every x∈A, and then φ is unique and φ(c)=f′(c)) of y↦y5 at b is the polynomial function

φ(y)  =  ∑k<5bk y 4−k,

which satisfies y5−b5=φ(y)(y−b) for every y∈R, is continuous at b, and has φ(b)=ι(5)b4.

Claim 3. Let G:R→R be G(x)=((ι(3)x−1)2+2)3. Then G is differentiable at every c∈R and

G′(c)  =  ι(18) (ι(3)c−1) ((ι(3)c−1)2+2)2.

Claim 2 is included because it makes the mechanism of the chain rule visible: the factor that the proof of The chain rule, in one line from Carathéodory: if g is differentiable at c and f is differentiable at g(c), then f∘g is differentiable at c with (f∘g)′(c)=f′(g(c)) g′(c) takes from Carathéodory's characterisation: f is differentiable at c if and only if there is φ:A→R, continuous at c, with f(x)−f(c)=φ(x)(x−c) for every x∈A, and then φ is unique and φ(c)=f′(c) is, for a power, an explicit polynomial, and no auxiliary case distinction is hidden inside it.

Facts & Assumptions

Given: The functions F, φ and G of the statement, and an arbitrary real c.

[L1]

Chain rule (The chain rule, in one line from Carathéodory: if g is differentiable at c and f is differentiable at g(c), then f∘g is differentiable at c with (f∘g)′(c)=f′(g(c)) g′(c)): with g:A→R, g[A]⊆B, f:B→R, c∈A a limit point of A at which g is differentiable, and b:=g(c)∈B a limit point of B at which f is differentiable, the composite f∘g is differentiable at c with (f∘g)′(c)=f′(g(c))g′(c).

[L4]

Carathéodory's characterisation (Carathéodory's characterisation: f is differentiable at c if and only if there is φ:A→R, continuous at c, with f(x)−f(c)=φ(x)(x−c) for every x∈A, and then φ is unique and φ(c)=f′(c)): f is differentiable at a limit point p of its domain if and only if some η continuous at p satisfies f(y)−f(p)=η(y)(y−p) throughout, and then η(p)=f′(p); the factor is unique.

[L5]

Factorisation of a difference of powers (Factorisation of bn−an, and the resulting Lipschitz estimate): for reals s,t and a natural n≥1, tn−sn=(t−s)∑k<nskt n−1−k (Finite sums and finite products, by recursion).

[L6]

Finite sums (Laws of finite sums and finite products, claim 2): ∑k<nλ=ι(n)λ for a constant λ; and powers combine as bkb n−1−k=b n−1 for k≤n−1 (Laws of integer exponents).

[L8]

Canonical naturals (The canonical natural ι(n)=n⋅1F of a field, Canonical naturals are positive and strictly increasing): ι(mn)=ι(m)ι(n) for naturals m,n≥1, so ι(5)ι(2)=ι(10), ι(2)ι(3)=ι(6) and ι(3)ι(6)=ι(18); and ι(1)=1.

Verification

technique · direct
1.1

Put g(x):=x2+1 and f(y):=y5, both on R. By [L2] and [L3] the function g is differentiable at every real c with g′(c)=ι(2)c, and f is differentiable at every real b with f′(b)=ι(5)b4.

L2L3
1.2

Put u(x):=ι(3)x−1, v(y):=y2+2 and w(z):=z3, all on R. By [L2] and [L3], u′(c)=ι(3), v′(b)=ι(2)b and w′(a)=ι(3)a2 at every real argument.

L2L3
2.1

Claim 2. Fix b∈R and put φ(y):=∑k<5bky 4−k for y∈R. Applying [L5] with n:=5, s:=b and t:=y gives y5−b5=(y−b)∑k<5bky 4−k=φ(y)(y−b) for every real y. As a finite sum of scalar multiples of powers of y, the function φ is a polynomial function and so is continuous at b by [L7]. Finally φ(b)=∑k<5bkb 4−k=∑k<5b4=ι(5)b4 by [L6]. So φ is the factor of [L4] for f at b, and [L4] returns f′(b)=φ(b)=ι(5)b4, in agreement with step 1.1.

L4L5L6L7
2.2

Claim 1. By [L9] every real is a limit point of R, and g maps R into R, so [L1] applies to F=f∘g at any c: F is differentiable at c with F′(c)=f′(g(c)) g′(c)=ι(5)(c2+1)4⋅ι(2)c=ι(10) c (c2+1)4, the last step by [L8].

step 1.1L1L8L9
2.3

Claim 3. By [L1] and [L9], applied first to v∘u and then to w∘(v∘u), the function G=w∘(v∘u) is differentiable at every real c, with (v∘u)′(c)=v′(u(c))u′(c)=ι(2)(ι(3)c−1)⋅ι(3)=ι(6)(ι(3)c−1) and then G′(c)=w′((v∘u)(c)) (v∘u)′(c)=ι(3)((ι(3)c−1)2+2)2⋅ι(6)(ι(3)c−1)=ι(18)(ι(3)c−1)((ι(3)c−1)2+2)2, the collapsing of the numerals by [L8].

step 1.2L1L8L9
3.1

The three claims are verified: claim 1 by step 2.2, claim 2 by step 2.1 and claim 3 by step 2.3.

step 2.1step 2.2step 2.3∎

Remarks

ExampleConstruction: AI-adaptedVerification: AI-generatedprecheck passjudge pass (z-ai/glm-5.2)audited 2026-07-28Open item page →

For a natural n≥1, the derivative of x↦x1/n on (0,∞) is 1ι(n)x1/n−1, obtained from the inverse rule applied to x↦xn; in particular (x)′=1/(ι(2)x)

Example

Let n∈N with n≥1, let ι be the canonical natural of The canonical natural ι(n)=n⋅1F of a field, and let rational powers be those of Rational powers ar of a positive base, so that u1/n is the unique nonnegative n-th root of u (Existence and uniqueness of n-th roots: a unique a1/n≥0 with (a1/n)n=a).

Claim. The function

g:(0,∞)→R,g(u):=u1/n,

is differentiable at every b∈(0,∞) (The derivative f′(c)=lim⁡x→cf(x)−f(c)x−c of f:A→R at a point c∈A that is a limit point of A, and differentiability on a set), and

g′(b)  =  1ι(n)  b 1/n−1.

In particular at n=2, writing u=u1/2,

g′(b)  =  1ι(2) b−1/2  =  1ι(2)b.

The domain is (0,∞) and not [0,∞), and the reason depends on n. For n≥2 the exponent 1/n−1 is a negative rational, and Rational powers ar of a positive base leaves 0r undefined for rational r<0, so at b=0 the displayed formula is not a statement at all; and the root really is not differentiable there, by claim 2 of Derivative of an inverse: if f is continuous and injective on a nondegenerate interval I and differentiable at c∈I with f′(c)≠0, then the inverse g is differentiable at f(c) with g′(f(c))=1/f′(c); and if f′(c)=0 then g is not differentiable at f(c) applied on [0,∞), since x↦xn has derivative ι(n) 0 n−1=0 at 0 for n≥2 (For a natural n≥1 the function x↦xn is differentiable everywhere with derivative ι(n) x n−1; for n=0 it is the constant 1, with derivative 0; for a natural n≥1 the function x↦x−n is differentiable at every x≠0 with derivative −ι(n) x−n−1; consequently every polynomial function is differentiable at every real, with the derivative computed term by term, Integer powers am). At n=1 neither obstruction arises: the exponent 1/n−1 is 0, not negative; u1/1=u is the identity (Existence and uniqueness of n-th roots: a unique a1/n≥0 with (a1/n)n=a); and the formula reads g′(b)=b0=1, which is correct at every real. So for n=1 the restriction to (0,∞) is a convenience of the uniform statement rather than a necessity. Nothing below asserts anything about the root at 0 in either case.

Facts & Assumptions

Given: A natural n≥1, the set I:=(0,∞), the function f:I→R, f(x):=xn, and the function g:I→R, g(u):=u1/n.

[L1]

Roots (Existence and uniqueness of n-th roots: a unique a1/n≥0 with (a1/n)n=a): for every real a≥0 and every natural n≥1 there is a unique real s≥0 with sn=a, written a1/n; and a1/n>0 when a>0. By Rational powers ar of a positive base the rational power a1/n is that same number.

[L2]

Rational power laws (Laws of rational exponents): for a>0 and rationals r,s one has ar>0, (ar)s=ars, ar+s=aras and a−r=1/ar; and rational powers extend integer powers on positive bases (Rational powers ar of a positive base, Integer powers am).

[L3]

Monotonicity of integer powers (Monotonicity of x↦xn and of n↦an): for a natural n≥1 the map x↦xn is strictly increasing on {x≥0}, hence injective there (claim 2); and x>0 implies xn>0 (claim 1).

[L6]

Derivative of an inverse (Derivative of an inverse: if f is continuous and injective on a nondegenerate interval I and differentiable at c∈I with f′(c)≠0, then the inverse g is differentiable at f(c) with g′(f(c))=1/f′(c); and if f′(c)=0 then g is not differentiable at f(c), claim 1): for I order-convex with at least two elements and f:I→R continuous and injective with inverse g:f[I]→I, if f is differentiable at c∈I with f′(c)≠0 then g is differentiable at f(c) with g′(f(c))=1/f′(c).

[L7]

Verification

technique · direct
1.1

I=(0,∞) is order-convex with at least two elements, and every point of I is a limit point of I.

L8
1.2

f is injective on I by [L3], continuous on I by [L4], and takes only positive values by [L3].

L3L4
1.3

f[I]=I. For x∈I one has f(x)=xn>0 by [L3], so f[I]⊆I; and for u∈I the number u1/n is positive by [L1], hence lies in I, and f(u1/n)=(u1/n)n=u by [L1], so u∈f[I].

L1L3
2.1

The map g:I→I, u↦u1/n, is the inverse of f:I→f[I]=I. By [L7] and step 1.2 that bijection has a unique two-sided inverse; by step 1.3 the map g takes values in I and satisfies f(g(u))=u for every u∈I, so it is a right inverse of the bijection and therefore is that unique inverse.

step 1.2step 1.3L1L7
2.2

f is differentiable at every c∈I with f′(c)=ι(n)c n−1, by [L5] together with step 1.1; and f′(c)≠0, since ι(n)>0 by [L8] and c n−1>0 by [L3] as c>0.

step 1.1L3L5L8
3.1

Let b∈I and put c:=b1/n, an element of I by [L1], with f(c)=b by [L1]. By step 1.2, step 2.2 and [L6], applied on I at c, the inverse g is differentiable at b=f(c) with g′(b)=1/f′(c)=1/(ι(n) c n−1).

step 2.1step 2.2L1L6
4.1

Rewriting in terms of b: since c=b1/n and n−1 is a natural, [L2] gives c n−1=(b1/n) n−1=b (n−1)/n=b 1−1/n, a positive real. Hence g′(b)=1/(ι(n) b 1−1/n)=1ι(n) b−(1−1/n)=1ι(n) b 1/n−1, using a−r=1/ar from [L2] and ι(n)≠0 from [L8].

step 3.1L2L8
5.1

At n=2 the map g is u↦u1/2=u, and step 4.1 reads g′(b)=1ι(2)b 1/2−1=1ι(2)b−1/2=1ι(2)b, again by [L2].

step 4.1L2∎

Remarks

CounterexampleConstruction: AI-adaptedVerification: AI-generatedprecheck passjudge pass (z-ai/glm-5.2)audited 2026-07-28Open item page →

f(x)=x on [0,1) with f(1)=0 is differentiable at every point of (0,1) with f′≡1, yet no c satisfies f(1)−f(0)=f′(c), so continuity on the closed interval cannot be dropped from the mean value theorem

Statement refuted

Refuted claim: let a,b∈R with a<b and let f:[a,b]→R be differentiable at every point of (a,b) as a function on [a,b] (The derivative f′(c)=lim⁡x→cf(x)−f(c)x−c of f:A→R at a point c∈A that is a limit point of A, and differentiability on a set). Then there is c∈(a,b) with f(b)−f(a)=f′(c)(b−a).

That is The mean value theorem, as the case g(x)=x of Cauchy's: for f continuous on [a,b] with a<b and differentiable on (a,b) there is c∈(a,b) with f(b)−f(a)=f′(c)(b−a) with the hypothesis of continuity on [a,b] deleted, and it is false; the false statement itself is recorded as FALSE: differentiability at every point of (a,b) alone yields a c∈(a,b) with f(b)−f(a)=f′(c)(b−a). This item works the witness out: it locates the failure at a single point, measures it, and shows that repairing that one value restores the conclusion.

Facts & Assumptions

Given: The function f:[0,1]→R with f(x):=x for x∈[0,1) and f(1):=0, and the identity h:[0,1]→R, h(x):=x (Intervals of R: the nine order-convex forms, nondegeneracy, and length).

[L1]

The refutation of FALSE: differentiability at every point of (a,b) alone yields a c∈(a,b) with f(b)−f(a)=f′(c)(b−a) establishes, for this f: that f is differentiable at every c∈(0,1) with f′(c)=1; that f(0)=f(1)=0, so f(1)−f(0)=0; and that no c∈(0,1) satisfies f(1)−f(0)=f′(c)(1−0).

[L2]

One-sided limits (The left and right limits of f at c, as limits of the restrictions of f to A∩(−∞,c) and A∩(c,∞), Intervals of R: the nine order-convex forms, nondegeneracy, and length): the left limit of f at p is the limit at p of f restricted to [0,1]∩(−∞,p), defined when p is a limit point of that set; the right limit is the same with [0,1]∩(p,∞).

[L3]

The limit condition (The ε-δ limit lim⁡x→cf(x)=L of f:A→R at a limit point c of A): lim⁡x→pu(x)=L means that for every real ε>0 there is a real δ>0 such that every x in the domain of u with 0<∣x−p∣<δ satisfies ∣u(x)−L∣<ε. The clause 0<∣x−p∣ removes x=p from the quantifier (Basic properties of the absolute value, The ε-neighbourhood and the punctured ε-neighbourhood of a point of R).

[L4]

Continuity at a limit point (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, clause 1): for p∈[0,1] a limit point of [0,1], the function f is continuous at p if and only if lim⁡x→pf(x) exists and equals f(p).

[L7]

0≠1, since 0<1 (The multiplicative identity is positive).

Counterexample

technique · direct
1.1

By [L1] the function f is differentiable at every c∈(0,1) with f′(c)=1, satisfies f(0)=f(1)=0, and admits no c∈(0,1) with f(1)−f(0)=f′(c)(1−0). So the refuted claim fails at a:=0, b:=1.

L1
1.2

The point 1 is a limit point of [0,1] and of [0,1]∩(−∞,1)=[0,1): for every real ε>0 the point y:=max⁡{1−ε/2, 1/2} satisfies 1/2≤y<1, hence y∈[0,1), and 0<∣y−1∣≤ε/2<ε.

L2L3
2.1

lim⁡x→1f(x)=1, the limit taken over the domain [0,1]. Given a real ε>0, take δ:=ε; every x∈[0,1] with 0<∣x−1∣<δ has x≠1 by [L3], hence x∈[0,1) and f(x)=x, so ∣f(x)−1∣=∣x−1∣<ε. Since the same quantifier ranges over the same points when the domain is cut down to [0,1), this also says lim⁡x→1−f(x)=1 by [L2]. The right limit at 1 is not defined, since [0,1]∩(1,∞) is empty and 1 is therefore not a limit point of it.

step 1.2L2L3
3.1

f is not continuous at 1. By step 1.2 the point 1 is a limit point of [0,1], so [L4] makes continuity there equivalent to lim⁡x→1f(x)=f(1); by step 2.1 the left side is 1 and by [L1] the right side is 0, and 0≠1 by [L7]. So exactly one hypothesis of [L5] fails, at exactly one point, and it is the deleted one.

step 2.1L1L4L5L7
4.1

The repair. The identity h agrees with f at every point of [0,1] except 1, where h(1)=1 and f(1)=0. By [L6] the function h is continuous on [0,1] and differentiable at every point of (0,1) with h′(c)=1, so [L5] applies to h; and indeed h(1)−h(0)=1=1⋅(1−0)=h′(c)(1−0) for every c∈(0,1). So moving the single value f(1) back to 1 turns a function with no admissible c into one for which every c is admissible.

step 1.1step 3.1L5L6
5.1

The same witness refutes the corresponding weakening of Rolle's theorem: f(0)=f(1)=0 by step 1.1, and yet f′(c)=1≠0 at every c∈(0,1) by step 1.1 and [L7]. So neither theorem in [L5] survives the deletion of continuity on the closed interval.

step 1.1step 4.1L5L7∎

Remarks

  • The discontinuity is of the mildest possible kind. Both of the quantities that exist at 1, the left limit and the value, exist and are finite; they simply differ. In the vocabulary of the page on monotone functions and discontinuities this is a removable discontinuity, and step 4.1 removes it. Nothing pathological is needed to break the mean value theorem.

  • Why the derivative sees nothing. The difference quotient of f at an interior c is evaluated only at points within min⁡{c,1−c} of c, and every such point lies in [0,1), where f is the identity. So f′ carries no information at all about f(1), while the conclusion of the mean value theorem is an equation containing f(1). Continuity on the closed interval is precisely the bridge between the two.

  • Reflecting the witness covers the other endpoint. The function x↦−f(1−x) is differentiable at every point of (0,1) with the same constant derivative and fails continuity at 0 instead of at 1, so nothing is special about which endpoint is broken.

CounterexampleConstruction: AI-adaptedVerification: AI-generatedprecheck passjudge pass (z-ai/glm-5.2)audited 2026-07-28Open item page →

The identity on [0,1] attains its maximum at 1 and its minimum at 0 with derivative 1 at both, so Fermat's theorem genuinely needs the extremum to be at an interior point

Statement refuted

Refuted claim: let A⊆R, let f:A→R and let c∈A be a limit point of A at which f has a local extremum (Local (relative) maximum and minimum of f:A→R at a point, the strict forms, and what it means for the point to be interior to A) and is differentiable (The derivative f′(c)=lim⁡x→cf(x)−f(c)x−c of f:A→R at a point c∈A that is a limit point of A, and differentiability on a set). Then f′(c)=0.

That is Fermat's interior extremum theorem: if f has a local extremum at a point c interior to its domain and is differentiable at c, then f′(c)=0 with the hypothesis "c is interior to A" deleted and replaced by the weaker one needed for f′(c) to be a defined symbol at all. It is false: the identity on [0,1] attains a greatest and a least value, both at points of the domain that are not interior to it, and its derivative is 1 everywhere.

Facts & Assumptions

Given: The set A:=[0,1] (Intervals of R: the nine order-convex forms, nondegeneracy, and length) and the function f:A→R, f(x):=x.

[L1]

Derivative of the identity (The derivative f′(c)=lim⁡x→cf(x)−f(c)x−c of f:A→R at a point c∈A that is a limit point of A, and differentiability on a set, The ε-δ limit lim⁡x→cf(x)=L of f:A→R at a limit point c of A): every point of the order-convex set [0,1], which has at least two elements, is a limit point of it (Limit point, isolated point, adherent point, derived set, and dense subset of R); and the difference quotient of f at any c∈[0,1] is (x−c)/(x−c)=1 at every x∈[0,1] with x≠c, a constant function whose limit at c is 1. So f is differentiable at every c∈[0,1] with f′(c)=1.

[L2]

Local extrema (Local (relative) maximum and minimum of f:A→R at a point, the strict forms, and what it means for the point to be interior to A): f has a local maximum at c∈A when f(x)≤f(c) for every x∈A∩Nε(c) for some real ε>0, and a local minimum with the inequality reversed; a value that is a greatest value of f over the whole of A is a local maximum, and a least value is a local minimum (claim 4 of its body); and c is interior to A exactly when Nε(c)⊆A for some real ε>0 (Interior, closure, boundary and exterior of a subset of R, The ε-neighbourhood and the punctured ε-neighbourhood of a point of R).

[L3]

Maximum and minimum of a set (Maximum and minimum of a set): m is a maximum of S when m∈S and s≤m for every s∈S, and a minimum when m∈S and m≤s for every s∈S.

[L5]

0≠1, since 0<1 (The multiplicative identity is positive).

Counterexample

technique · direct
1.1

By [L1] the function f is differentiable at every c∈[0,1], and f′(c)=1; in particular f′(0)=f′(1)=1, and every point of [0,1] is a limit point of [0,1].

L1
1.2

Every x∈A satisfies 0≤x≤1, so f(x)=x≤1=f(1) and f(x)=x≥0=f(0); and 0,1∈A. So f(1) is a maximum of f[A] and f(0) is a minimum of f[A] by [L3], and by [L2] the function f has a local maximum at 1 and a local minimum at 0, hence a local extremum at each.

L2L3
1.3

Neither 1 nor 0 is interior to A: for every real ε>0 the point 1+ε/2 lies in Nε(1) and not in [0,1], and the point −ε/2 lies in Nε(0) and not in [0,1]. So no Nε around either point is contained in A.

L2
2.1

The refuted claim therefore fails at c:=1: the point 1 lies in A and is a limit point of A by step 1.1, f has a local extremum there by step 1.2 and is differentiable there by step 1.1, and yet f′(1)=1≠0 by [L5]. The same holds at c:=0.

step 1.1step 1.2L5
3.1

Nothing in [L4] is contradicted. By step 1.3 neither 0 nor 1 is interior to A, so the hypothesis of that theorem is not met at either point, and the deleted hypothesis is exactly the one that fails. Indeed no point of A at all carries a vanishing derivative, and consistently with [L4] no interior point of A carries a local extremum: by step 1.2 the only extrema of f over A sit at the two endpoints.

step 1.3step 2.1L4∎

Remarks

ExampleConstruction: AI-adaptedVerification: AI-generatedprecheck passjudge pass (z-ai/glm-5.2)audited 2026-07-28Open item page →

The mean value theorem gives ∣x−y∣≤1ι(2)∣x−y∣ for x,y≥1, so the square root is Lipschitz with constant 1/2 on [1,∞)

Example

Write b=b1/2 for the nonnegative square root (Existence and uniqueness of n-th roots: a unique a1/n≥0 with (a1/n)n=a, Rational powers ar of a positive base) and ι for the canonical natural (The canonical natural ι(n)=n⋅1F of a field).

Claim. Let I:=[1,∞) and let s:I→R, s(b):=b. Then

∣x−y∣  ≤  1ι(2) ∣x−y∣for all x,y∈I,

so s is Lipschitz with constant 1/ι(2) on I (Lipschitz map, α-Hölder map for rational 0<α≤1, and contraction, clause 3 of Dictionary: for A⊆R with the metric d(x,y)=∣x−y∣, continuity and uniform continuity of f:A→R agree with the metric-space notions, the Lipschitz and Hölder conditions are the metric ones instantiated, and a subset of R is compact in the open-cover sense of R exactly when it is a compact metric subspace) and hence uniformly continuous on I (Uniform continuity of f:A→R: one δ serving every pair of points of A).

The constant is what the derivative bound gives, and the domain is what makes the bound available. On [1,∞) the derivative of s is at most 1/ι(2); on (0,1] it is not bounded at all, and the companion counterexample on this page shows that there the Lipschitz conclusion fails.

Facts & Assumptions

Given: The set I:=[1,∞), order-convex with at least two elements (Intervals of R: the nine order-convex forms, nondegeneracy, and length), and the function s:I→R, s(b):=b1/2.

[L1]

Derivative of the square root (For a natural n≥1, the derivative of x↦x1/n on (0,∞) is 1ι(n)x1/n−1, obtained from the inverse rule applied to x↦xn; in particular (x)′=1/(ι(2)x), at n=2): the map u↦u1/2 on (0,∞) is differentiable at every b>0 with derivative 1ι(2)b−1/2.

[L3]

A function differentiable at a point is continuous there (A function differentiable at c is continuous at c).

[L4]

Rational powers (Laws of rational exponents, Monotonicity of r↦ar and of a↦ar, Existence and uniqueness of n-th roots: a unique a1/n≥0 with (a1/n)n=a): ar>0 for a>0; a−r=1/ar; 11/2=1, since 1≥0 and 12=1 and the nonnegative square root is unique; and for rational t>0, a>1 implies at>1 (claim 3 of the monotonicity lemma).

[L5]

Order arithmetic (Inverses of positives are positive, and reciprocation reverses order, Sign rules for products and monotonicity of multiplication, Canonical naturals are positive and strictly increasing, Multiplying inequalities of positives): ι(2)>0, so 1/ι(2)>0 and ι(2)≠0; 0<a<b gives 0<1/b<1/a (Inverses of positives are positive, and reciprocation reverses order); a product of two positive reals is positive (Sign rules for products and monotonicity of multiplication); and the NONSTRICT multiplication of inequalities between nonnegatives, 0≤x≤y and 0≤u≤v imply xu≤yv, is Multiplying inequalities of positives and is not stated by Sign rules for products and monotonicity of multiplication, whose multiplicative claims are strict. Also ∣u∣=u for u≥0 (Basic properties of the absolute value).

[L6]

Interiority (Interior, closure, boundary and exterior of a subset of R, The ε-neighbourhood and the punctured ε-neighbourhood of a point of R): p is interior to S exactly when Nε(p)⊆S for some real ε>0.

Verification

technique · direct
1.1

The interior points of I=[1,∞) are exactly the reals b>1. For b>1 the neighbourhood Nb−1(b) is contained in (1,∞)⊆I, so b is interior; the point 1 is not interior, since 1−ε/2∈Nε(1) and 1−ε/2∉I for every real ε>0; and every interior point of I lies in I, hence is ≥1.

L6
1.2

For every real b≥1 one has b−1/2≤1. If b=1 then 11/2=1 by [L4], so 1−1/2=1/1=1. If b>1 then b1/2>1 by [L4], and b1/2>0, so b−1/2=1/b1/2<1 by [L4] and [L5].

L4L5
2.1

By [L1] and [L2] the function s is differentiable at every b∈I with s′(b)=1ι(2)b−1/2, and by [L3] it is continuous at every point of I, hence continuous on I.

step 1.1L1L2L3
3.1

At every interior point b of I one has b>1 by step 1.1, so b−1/2>0 by [L4] and b−1/2≤1 by step 1.2; multiplying the pair 0≤b−1/2≤1 and 0≤1/ι(2)≤1/ι(2) as in [L5] gives 0<s′(b)≤1/ι(2) by step 2.1, and therefore ∣s′(b)∣=s′(b)≤1/ι(2) by [L5].

step 1.1step 1.2step 2.1L4L5
4.1

Apply [L7] with J:=I, h:=s and M:=1/ι(2), a real ≥0 by [L5]: the hypotheses hold by step 2.1 for the continuity and differentiability and by step 3.1 for the bound, so ∣s(x)−s(y)∣≤1ι(2)∣x−y∣ for all x,y∈I, that is ∣x−y∣≤1ι(2)∣x−y∣; s is Lipschitz with constant 1/ι(2) on I; and s is uniformly continuous on I.

step 2.1step 3.1L5L7∎

Remarks

CounterexampleConstruction: AI-adaptedVerification: AI-generatedprecheck passverified 2026-08-09 (gpt-5.6-terra-codex-subscription)Open item page →

x↦x on (0,1] is differentiable with unbounded derivative and is not Lipschitz there, so the boundedness hypothesis in the Lipschitz corollary cannot be dropped

Statement refuted

Facts & Assumptions

Given: The set I:=(0,1], order-convex with at least two elements (Intervals of R: the nine order-convex forms, nondegeneracy, and length), and the function s:I→R, s(b):=b1/2, the nonnegative square root (Existence and uniqueness of n-th roots: a unique a1/n≥0 with (a1/n)n=a, Rational powers ar of a positive base); numerals denote canonical naturals (The canonical natural ι(n)=n⋅1F of a field).

[L2]

A function differentiable at a point is continuous there (A function differentiable at c is continuous at c).

[L3]

Uniqueness of the nonnegative square root (Existence and uniqueness of n-th roots: a unique a1/n≥0 with (a1/n)n=a): for a≥0 there is exactly one t≥0 with t2=a, and it is a1/2 (Rational powers ar of a positive base, Integer powers am).

[L4]

Rational powers (Laws of rational exponents, Monotonicity of r↦ar and of a↦ar): ar>0 for a>0; a−r=1/ar; (ar)s=ars; and for rational r>0, 0<a<b implies ar<br (claim 2 of the monotonicity lemma).

[L5]

Archimedean property in reciprocal form (For every ε>0 in a complete ordered field there is a natural n≥1 with 1/n<ε, Every complete ordered field is Archimedean): for every real ε>0 there is a natural m≥1 with 1/ι(m)<ε.

[L6]

Order and numeral arithmetic (Inverses of positives are positive, and reciprocation reverses order, Sign rules for products and monotonicity of multiplication, Multiplying inequalities of positives, Canonical naturals are positive and strictly increasing, Monotonicity of x↦xn and of n↦an, Basic properties of the absolute value, The canonical natural ι(n)=n⋅1F of a field): ι(m)>0 for m≥1; 0<a<b gives 0<1/b<1/a (Inverses of positives are positive, and reciprocation reverses order); a product of positives is positive and multiplying a STRICT inequality by a positive real preserves it (Sign rules for products and monotonicity of multiplication); the NONSTRICT form, 0≤x≤y and 0≤u≤v imply xu≤yv, is not stated by Sign rules for products and monotonicity of multiplication, whose multiplicative claims are strict, but by Multiplying inequalities of positives, and it is what licenses both multiplying a ≤ by a positive real and dividing a ≤ by one, the divisor entering as its positive inverse; 0≤a≤b gives a2≤b2 (Monotonicity of x↦xn and of n↦an, claim 2); ∣u∣=u for u≥0 (Basic properties of the absolute value); and ι(mn)=ι(m)ι(n) and ι(m+n)=ι(m)+ι(n) for naturals m,n≥1, so ι(2)2=ι(4), ι(2)−1=1 and ι(4)−1=ι(3).

[L7]

Interiority and boundedness (Interior, closure, boundary and exterior of a subset of R, The ε-neighbourhood and the punctured ε-neighbourhood of a point of R, Lower bound, bounded below, bounded set): p is interior to S exactly when Nε(p)⊆S for some real ε>0; and a set of reals is bounded above when some real exceeds or equals all of its elements.

Counterexample

technique · direct
1.1

By [L1] the function s is differentiable at every b∈I with s′(b)=1ι(2)b−1/2>0, using [L4] and [L6]; and by [L2] it is continuous at every point of I, hence continuous on I.

L1L2L4L6
1.2

The interior points of I=(0,1] are exactly the reals b with 0<b<1: for such a b the neighbourhood Nρ(b) with ρ:=min⁡{b, 1−b}>0 lies in (0,1)⊆I; the point 1 is not interior, since 1+ε/2∈Nε(1) and 1+ε/2∉I for every real ε>0; and every interior point lies in I.

L7
2.1

The derivative is bounded above by no real. Let K be a real. If K≤0, any b with 0<b<1 has s′(b)>0≥K by step 1.1. If K>0, put β:=(1/(ι(2)K))2, a positive real, and use [L5] to fix a natural m≥1 with 1/ι(m)<min⁡{β, 1}; put b:=1/ι(m), so 0<b<1 and b<β. By [L4], b1/2<β1/2=(1/(ι(2)K))2⋅(1/2)=1/(ι(2)K), so b−1/2=1/b1/2>ι(2)K by [L6], and hence s′(b)=1ι(2)b−1/2>K. So for every real K there is an interior point b of I with s′(b)>K, and the set of values of s′ on the interior of I is bounded above by no real.

step 1.1step 1.2L4L5L6L7
2.2

s is not Lipschitz on I. Suppose some real L≥0 satisfied ∣s(x)−s(y)∣≤L∣x−y∣ for all x,y∈I. Let t be a real with 0<t≤1/ι(2), and put x:=t2 and y:=ι(4)t2. Then 0<x≤y=ι(4)t2≤ι(4)/ι(4)=1, so x,y∈I; and s(x)=t and s(y)=ι(2)t by [L3], since t≥0 with t2=x and ι(2)t≥0 with (ι(2)t)2=ι(4)t2=y. Hence ∣s(y)−s(x)∣=ι(2)t−t=t and ∣y−x∣=ι(3)t2 by [L6], and the supposition gives t≤L ι(3)t2; dividing by t>0 gives 1≤ι(3)Lt for every such t. Taking t:=1/ι(2) shows ι(3)L/ι(2)≥1, so L>0. Now use [L5] to fix a natural m≥1 with 1/ι(m)<1/(ι(3)L) and put t:=min⁡{1/ι(m), 1/ι(2)}, a real with 0<t≤1/ι(2); then ι(3)Lt≤ι(3)L/ι(m)<1, contradicting 1≤ι(3)Lt. So no such L exists.

step 1.1L3L4L5L6
3.1

The refuted claim therefore fails at I:=(0,1] and h:=s: by step 1.1 the function s is continuous on the order-convex set I and differentiable at every point of I, in particular at every interior point of I by step 1.2, and yet by step 2.2 it is not Lipschitz on I. Nothing in [L8] is contradicted: by step 2.1 no real M bounds ∣s′∣ on the interior of I, so the hypothesis deleted from that corollary is exactly the one that fails.

step 1.1step 1.2step 2.1step 2.2L8∎

Remarks

CounterexampleConstruction: AI-adaptedVerification: AI-generatedprecheck passjudge pass (z-ai/glm-5.2)audited 2026-07-28Open item page →

With f(x)=x3 and g(x)=x2 on [−1,1] the quotient form f(b)−f(a)g(b)−g(a)=f′(c)g′(c) is meaningless because g(b)=g(a), while the product form of Cauchy's theorem still holds

Statement refuted

Refuted claim: let a,b∈R with a<b and let f,g:[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) and differentiable at every point of (a,b) (The derivative f′(c)=lim⁡x→cf(x)−f(c)x−c of f:A→R at a point c∈A that is a limit point of A, and differentiability on a set). Then there is c∈(a,b) with

f(b)−f(a)g(b)−g(a)  =  f′(c)g′(c).

This is the shape in which Cauchy's mean value theorem is usually remembered, and it is not what Cauchy's mean value theorem: for f,g continuous on [a,b] with a<b and differentiable on (a,b) there is c∈(a,b) with (f(b)−f(a))g′(c)=(g(b)−g(a))f′(c); no hypothesis on g′ is needed in this product form says. It is false as stated, because under the hypotheses given neither quotient need be a real number at all. The witness below makes both denominators vanish.

Facts & Assumptions

Given: The reals a:=−1 and b:=1 and the functions f,g:[−1,1]→R with f(x):=x3 and g(x):=x2 (Integer powers am, Intervals of R: the nine order-convex forms, nondegeneracy, and length); numerals denote canonical naturals (The canonical natural ι(n)=n⋅1F of a field).

[L3]

Cauchy's mean value theorem (Cauchy's mean value theorem: for f,g continuous on [a,b] with a<b and differentiable on (a,b) there is c∈(a,b) with (f(b)−f(a))g′(c)=(g(b)−g(a))f′(c); no hypothesis on g′ is needed in this product form), in its product form: under the hypotheses above there is c∈(a,b) with (f(b)−f(a))g′(c)=(g(b)−g(a))f′(c).

[L4]

Rolle's theorem (Rolle's theorem: if a<b, f is continuous on [a,b], differentiable at every point of (a,b), and f(a)=f(b), then f′(c)=0 for some c∈(a,b)): a function continuous on [a,b], differentiable at every point of (a,b) and taking equal values at the endpoints has a vanishing derivative somewhere in (a,b).

[L5]

Signs and powers (Integer powers am, Sign rules for products and monotonicity of multiplication, Monotonicity of x↦xn and of n↦an): the recursion an+1=ana with a0=1 gives (−1)2=(−1)(−1)=1, the product of two negatives being positive (Sign rules for products and monotonicity of multiplication), and (−1)3=(−1)2(−1)=−1; that 1n=1 for every natural n is claim 4 of Monotonicity of x↦xn and of n↦an and is not read off Integer powers am.

[L6]

Canonical naturals (The canonical natural ι(n)=n⋅1F of a field, Canonical naturals are positive and strictly increasing): ι(1)=1, ι(m+n)=ι(m)+ι(n) and ι(mn)=ι(m)ι(n) for m,n≥1; in particular ι(2)ι(2)=ι(4)>0, so ι(4)≠0.

[L7]

Division by 0 is not defined: 0 has no multiplicative inverse in a field (Field).

Counterexample

technique · direct
1.1

By [L2] both f and g are continuous on [−1,1], and by [L1] both are differentiable at every c∈[−1,1], with f′(c)=ι(3)c2 and g′(c)=ι(2)c1=ι(2)c, using [L5] for c1=c. So the pair (f,g) satisfies every hypothesis of the refuted claim, and of [L3], with a=−1 and b=1.

L1L2L5
1.2

By [L5], f(1)=1, f(−1)=−1, g(1)=1 and g(−1)=1. Hence f(b)−f(a)=1−(−1)=ι(2) and g(b)−g(a)=1−1=0.

L5L6
2.1

The left-hand side of the refuted claim names no real number: its denominator g(b)−g(a) is 0 by step 1.2, and 0 has no inverse by [L7]. So there is no c for which the asserted equation holds, since the equation cannot even be formed; the claim fails on this pair.

step 1.2L7
2.2

The right-hand side fails as well at one point of the interval: g′(0)=ι(2)⋅0=0 by step 1.1, so the quotient f′(c)/g′(c) is undefined at c=0, again by [L7].

step 1.1L7
2.3

The product form is untouched. By [L3] there is c∈(−1,1) with (f(b)−f(a))g′(c)=(g(b)−g(a))f′(c), which by steps 1.1 and 1.2 reads ι(2) ι(2)c=0⋅ι(3)c2, that is ι(4)c=0; since ι(4)≠0 by [L6], this forces c=0. And c=0 does lie in (−1,1) and does satisfy the identity, both sides being 0. So [L3] holds on this pair, with c=0 its only admissible point.

step 1.1step 1.2L3L6
3.1

The vanishing of g(b)−g(a) is not an accident of the choice. By step 1.2 one has g(−1)=g(1), so [L4] already forces g′ to vanish at some point of (−1,1), and by step 2.3 that point is c=0, the same point the product form produces. So on this pair every quotient the refuted claim writes down is undefined, while [L3] is satisfied; the quotient form needs hypotheses the product form does not, and as stated it is false.

step 2.1step 2.2step 2.3L4∎

Remarks

Sources