Alphabeta Math
Session-authored (Fable 5 assisted)
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.

17 results · all verified · 0 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 17 not AI-judged were verified by owner audit (typically over a confirmed judge false positive), not failures.

Darboux, L'Hôpital, and Taylor's Theorem

1 · Prerequisites

2 · Summary

The derivative and mean value theorems supply Rolle's theorem, Cauchy's mean value theorem, and the algebra of derivatives. Finite counting supplies binomial coefficients and Pascal's rule. Together these prerequisites support repeated differentiation, quotient comparisons, and finite Taylor polynomials without presupposing power-series theory.

Higher derivatives and smoothness lead to the general Leibniz rule and higher-order Rolle arguments. Darboux's theorem then controls the intermediate values of derivatives, while the two L'Hôpital theorems treat the zero-over-zero and infinity-over-infinity forms. Taylor polynomials culminate in the Schlömilch-Roche, Lagrange, Cauchy, and Peano remainders, followed by remainder bounds and derivative tests for local extrema.

3 · Logical flowchart

4 · Definitions, theorems and proofs

DefinitionDefinition: AI-adaptedProof: Not applicableaudited 2026-08-01Open item page →

Higher derivatives and the classes CkC^k and CC^\infty

Definition

Let IRI\subseteq\mathbb R be an interval and f:IRf:I\to\mathbb R. Put f(0):=ff^{(0)}:=f. Recursively, wherever f(j)f^{(j)} is differentiable, put f(j+1):=(f(j))f^{(j+1)}:=(f^{(j)})', with derivatives at endpoints understood in the one-sided sense fixed by The derivative f(c)=limxcf(x)f(c)xcf'(c) = \lim_{x \to c} \frac{f(x) - f(c)}{x - c} of f:ARf : A \to \mathbb{R} at a point cAc \in A that is a limit point of AA, and differentiability on a set and The left and right limits of ff at cc, as limits of the restrictions of ff to A(,c)A \cap (-\infty, c) and A(c,)A \cap (c, \infty).

For kNk\in\mathbb N, the function is kk-times differentiable on II if f(j)f^{(j)} exists on II for every jkj\le k. It is of class CkC^k on II if these derivatives exist and every f(j)f^{(j)}, 0jk0\le j\le k, is 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). It is smooth, or CC^\infty, if it is CkC^k for every kNk\in\mathbb N.

Since 0N0\in\mathbb N (The natural numbers N\mathbb{N} (von Neumann)), C0C^0 means continuity. The definitions also give Ck+1CkC^{k+1}\subseteq C^k. Existence of f(k)f^{(k)} alone does not assert that f(k)f^{(k)} is continuous.

TheoremStatement: Literature-sourcedProof: AI-generatedprecheck passaudited 2026-08-01Open item page →

The general Leibniz rule for the nn-th derivative of a product

Statement

If nNn\in\mathbb N and f,gf,g are nn-times differentiable on an interval II, then (fg)(n)=j=0nι ⁣(nj)f(j)g(nj).(fg)^{(n)}=\sum_{j=0}^{n}\iota\!\binom nj\,f^{(j)}g^{(n-j)}.

Facts & Assumptions

Given: nNn\in\mathbb N and functions f,gf,g with all derivatives through order nn.

Proof

technique · induction
1.1

For n=0n=0, the displayed sum is ι(00)f(0)g(0)=fg=(fg)(0)\iota\binom00 f^{(0)}g^{(0)}=fg=(fg)^{(0)}.

baseL2
1.2

Assume the formula holds at an index kk, and assume f,gf,g have derivatives through order k+1k+1.

ihassume-hyp
2.1

Differentiating the finite sum gives (fg)(k+1)=j=0kι(kj)(f(j+1)g(kj)+f(j)g(kj+1))(fg)^{(k+1)}=\sum_{j=0}^{k}\iota\binom kj\bigl(f^{(j+1)}g^{(k-j)}+f^{(j)}g^{(k-j+1)}\bigr).

step 1.2L1L3
3.1

Shift j+1j+1 in the first sum, retain jj in the second, and combine the two interior coefficients by Pascal's rule; the two boundary coefficients are 11. The result is (fg)(k+1)=j=0k+1ι(k+1j)f(j)g(k+1j)(fg)^{(k+1)}=\sum_{j=0}^{k+1}\iota\binom{k+1}{j}f^{(j)}g^{(k+1-j)}.

step 2.1L2L3algebra
4.1

Thus the formula holds for every nNn\in\mathbb N.

step 1.1step 3.1discharge-induction
LemmaStatement: Literature-sourcedProof: AI-generatedprecheck passaudited 2026-08-01Open item page →

Higher-order Rolle theorem

Statement

Let nNn\in\mathbb N with n1n\ge1, let x0<<xnx_0<\cdots<x_n, and let ff be continuous on [x0,xn][x_0,x_n] and nn-times differentiable on (x0,xn)(x_0,x_n). If f(xj)=0f(x_j)=0 for every jnj\le n, then some c(x0,xn)c\in(x_0,x_n) satisfies f(n)(c)=0f^{(n)}(c)=0.

Facts & Assumptions

Given: The ordered zeros and the stated regularity.

[L2]

Differentiability at a point implies continuity there (A function differentiable at cc is continuous at cc), and induction applies to natural numbers (The principle of mathematical induction).

Proof

technique · induction
1.1

For n=1n=1, Rolle's theorem on [x0,x1][x_0,x_1] gives c(x0,x1)c\in(x_0,x_1) with f(c)=0f'(c)=0.

baseL1
1.2

For n2n\ge2, apply Rolle on each [xj1,xj][x_{j-1},x_j] to obtain yj(xj1,xj)y_j\in(x_{j-1},x_j) with f(yj)=0f'(y_j)=0, so y1<<yny_1<\cdots<y_n.

givenL1choose
2.1

The function ff' is continuous on [y1,yn][y_1,y_n], because those points lie in (x0,xn)(x_0,x_n) and the existence of ff'' gives continuity there; it is (n1)(n-1)-times differentiable on (y1,yn)(y_1,y_n). Apply the induction hypothesis of order n1n-1 to ff' and the nn ordered zeros y1,,yny_1,\ldots,y_n. This gives c(y1,yn)(x0,xn)c\in(y_1,y_n)\subset(x_0,x_n) with (f)(n1)(c)=f(n)(c)=0(f')^{(n-1)}(c)=f^{(n)}(c)=0.

step 1.2L2ih
3.1

The claim follows for every n1n\ge1.

step 1.1step 2.1L2discharge-induction
TheoremStatement: Literature-sourcedProof: AI-generatedprecheck passaudited 2026-08-01Open item page →

Darboux's theorem: every derivative has the intermediate-value property

Statement

If IRI\subseteq\mathbb R is an interval and f:IRf:I\to\mathbb R is differentiable, then ff' has the intermediate value property (The intermediate value property (Darboux property) of a function on an interval: the image of every subinterval is order-convex).

Facts & Assumptions

Given: x<yx<y in II and a real λ\lambda between f(x)f'(x) and f(y)f'(y).

[L1]

Differentiability implies continuity; the closed bounded interval [x,y][x,y] is compact; and a continuous real function on a nonempty compact set attains its extrema (A function differentiable at cc is continuous at cc, Heine-Borel by bisection: every closed bounded interval [a,b][a,b] is compact, Extreme value theorem: a continuous real function on a nonempty compact subset of R\mathbb{R} attains a greatest and a least value).

Proof

technique · cases
1.1

If λ=f(x)\lambda=f'(x) or λ=f(y)\lambda=f'(y), choose that endpoint.

assume-case endpointgiven
1.2

Suppose f(x)<λ<f(y)f'(x)<\lambda<f'(y), and define h(t)=f(t)λth(t)=f(t)-\lambda t on [x,y][x,y]. Then h(x)<0<h(y)h'(x)<0<h'(y).

assume-case increasingL3algebra
1.3

If instead f(y)<λ<f(x)f'(y)<\lambda<f'(x), apply the preceding argument to h-h, obtaining an interior extremum of hh.

assume-case decreasingL1L3
2.1

For sufficiently small positive s,ts,t, the derivative inequalities give h(x+s)<h(x)h(x+s)<h(x) and h(yt)<h(y)h(y-t)<h(y). Hence a minimum of hh on [x,y][x,y] occurs at an interior point cc.

step 1.2L1choose
3.1

In either strict-order case, Fermat gives h(c)=0h'(c)=0, hence f(c)=λf'(c)=\lambda. Together with the endpoint case, every intermediate value is attained.

step 2.1step 1.3L2L3cases-exhaustive
CorollaryStatement: AI-adaptedProof: AI-generatedprecheck passaudited 2026-08-01Open item page →

A derivative has neither a removable discontinuity nor a jump discontinuity

Statement

A derivative has neither a removable discontinuity nor a jump discontinuity. Any discontinuity of a derivative is therefore essential in the classification of Discontinuity of ff at a point of its domain, and its classification: removable discontinuity, jump discontinuity and essential discontinuity, equivalently Rudin's discontinuities of the first and of the second kind.

Proof

technique · contradiction
1.1

Assume cc is removable. Choose a value strictly between the common punctured limit and g(c)g(c). On a sufficiently small punctured neighbourhood all values of gg lie on the limit side of that value, while the endpoint value lies on the other side, contradicting the intermediate value property on a segment ending at cc.

assume-contraL1L2choose
1.2

Assume cc is a jump. The open interval between the unequal one-sided limits contains a value different from g(c)g(c); choose such a value. Sufficiently close points on the two sides have values on opposite sides of the chosen value, while neither punctured side nor the point cc takes it, again contradicting the intermediate value property.

assume-contraL1L2choose
2.1

Thus neither kind of discontinuity can occur.

step 1.1step 1.2discharge-contradiction
LemmaStatement: Literature-sourcedProof: AI-generatedprecheck passaudited 2026-08-01Open item page →

An injective Darboux function on an interval is strictly monotone

Statement

An injective function f:IRf:I\to\mathbb R on an interval II with the intermediate value property is strictly monotone.

Facts & Assumptions

Given: An injective Darboux function ff on an interval II.

[L1]

The pointwise Darboux property in The intermediate value property (Darboux property) of a function on an interval: the image of every subinterval is order-convex attains every value between f(a)f(a) and f(b)f(b) on [a,b][a,b].

Proof

technique · contradiction
1.1

For any a<b<ca<b<c in II, f(b)f(b) must lie strictly between f(a)f(a) and f(c)f(c). Indeed, if it lies above both, a value strictly between max{f(a),f(c)}\max\{f(a),f(c)\} and f(b)f(b) is attained once in (a,b)(a,b) and once in (b,c)(b,c), contradicting injectivity; the case below both is analogous.

assume-contraL1given
2.1

Fix a<ba<b. If f(a)<f(b)f(a)<f(b), step 1.1 forces f(x)<f(y)f(x)<f(y) for every x<yx<y in II; inserting points between or beyond a,ba,b proves all possible placements. If f(b)<f(a)f(b)<f(a), the symmetric argument gives strict decrease.

step 1.1L2cases
3.1

Injectivity excludes equality, so one of the two alternatives holds and ff is strictly monotone.

step 2.1discharge-contradiction
CorollaryStatement: AI-adaptedProof: AI-generatedprecheck passaudited 2026-08-01Open item page →

An injective or monotone derivative on an interval is continuous

Statement

Let ff be differentiable on an interval. If ff' is injective, or if ff' is monotone, then ff' is continuous.

Facts & Assumptions

Given: The derivative ff' and one of the two stated hypotheses.

[L1]

Every derivative has the intermediate value property (Darboux's theorem: every derivative has the intermediate-value property).

[L2]

An injective Darboux function is strictly monotone (An injective Darboux function on an interval is strictly monotone).

Proof

technique · cases
1.1

If ff' is injective, [L1] and [L2] make it strictly monotone. If it is increasing, [L1] and [L3] make it continuous; if it is decreasing, apply [L3] to f-f', whose interval images are the negatives of the interval images of ff'.

assume-case injectiveL1L2L3
1.2

If ff' is nondecreasing, [L1] and [L3] make it continuous. If it is nonincreasing, the same argument applied to f-f' gives continuity.

assume-case monotoneL1L3
2.1

These are the two stated alternatives.

step 1.1step 1.2cases-exhaustive
LemmaStatement: Literature-sourcedProof: AI-generatedprecheck passaudited 2026-08-01Open item page →

Cauchy's mean-value theorem in quotient form when the denominator derivative is nonzero

Statement

Let a<ba<b. If f,gf,g are continuous on [a,b][a,b], differentiable on (a,b)(a,b), and g(x)0g'(x)\ne0 throughout (a,b)(a,b), then g(b)g(a)g(b)\ne g(a) and there is c(a,b)c\in(a,b) such that f(b)f(a)g(b)g(a)=f(c)g(c).\frac{f(b)-f(a)}{g(b)-g(a)}=\frac{f'(c)}{g'(c)}.

Facts & Assumptions

Proof

technique · direct
1.1

If g(a)=g(b)g(a)=g(b), Rolle gives d(a,b)d\in(a,b) with g(d)=0g'(d)=0, contrary to the hypothesis. Hence g(b)g(a)0g(b)-g(a)\ne0.

L2given
1.2

Cauchy's theorem supplies c(a,b)c\in(a,b) with the cross-product identity in [L1].

L1
2.1

Divide that identity by the two nonzero factors g(b)g(a)g(b)-g(a) and g(c)g'(c) to obtain the quotient formula.

step 1.1step 1.2algebra
TheoremStatement: AI-adaptedProof: AI-generatedprecheck passaudited 2026-08-01Open item page →

L'Hôpital's rule for the 0/00/0 form at finite or infinite, one-sided endpoints

Statement

Let cRc\in\mathbb R and let f,gf,g be differentiable on a deleted one-sided or two-sided neighbourhood of cc, with g0g'\ne0 there. Suppose f(x)0f(x)\to0, g(x)0g(x)\to0 as xcx\to c in the chosen mode. If f(x)/g(x)LRf'(x)/g'(x)\to L\in\overline{\mathbb R}, then f(x)/g(x)Lf(x)/g(x)\to L in the same mode. The analogous statement at ++\infty or -\infty follows after the substitution t=1/xt=1/x, wherever the transformed functions are defined.

Facts & Assumptions

Given: The hypotheses and one fixed approach mode.

[L1]

Differentiability implies continuity, and the Cauchy quotient lemma gives a point between two arguments at which a secant quotient equals a derivative quotient (A function differentiable at cc is continuous at cc, Cauchy's mean-value theorem in quotient form when the denominator derivative is nonzero).

Proof

technique · direct
1.1

Extend f,gf,g to cc by f(c)=g(c)=0f(c)=g(c)=0. Their continuity at cc follows from the assumed zero limits, while differentiability gives continuity at every other point of the segment. For xcx\ne c sufficiently close, the quotient lemma on the segment with endpoints c,xc,x gives f(x)g(x)=f(ξx)g(ξx)\frac{f(x)}{g(x)}=\frac{f'(\xi_x)}{g'(\xi_x)}, where ξx\xi_x lies strictly between cc and xx.

givenL1L2
2.1

As xcx\to c in the chosen mode, ξxc\xi_x\to c in that mode. Applying the defining finite or infinite limit inequality to the derivative quotient therefore gives f(x)/g(x)Lf(x)/g(x)\to L.

step 1.1L2
3.1

At infinity, put F(t)=f(1/t)F(t)=f(1/t), G(t)=g(1/t)G(t)=g(1/t). Then F/G=f(1/t)/g(1/t)F'/G'=f'(1/t)/g'(1/t), since the common factor 1/t2-1/t^2 cancels. Apply steps 1.1 and 2.1 as t0+t\to0^+ or 00^-, and translate back.

L3step 2.1algebra
TheoremStatement: AI-adaptedProof: AI-generatedprecheck passaudited 2026-08-01Open item page →

L'Hôpital's rule for the /\infty/\infty form at finite or infinite, one-sided endpoints

Statement

Let f,gf,g be differentiable on a one-sided neighbourhood of cc, or on a tail at ++\infty or -\infty, with g0g'\ne0. Suppose f(x)|f(x)|\to\infty and g(x)|g(x)|\to\infty in the selected mode, with each numerator and denominator eventually of fixed sign. If f(x)/g(x)LRf'(x)/g'(x)\to L\in\overline{\mathbb R}, then f(x)/g(x)Lf(x)/g(x)\to L.

Facts & Assumptions

Proof

technique · direct
1.1

Fix a base point aa inside the domain. For variable xx farther toward the limiting end, [L1] gives f(x)f(a)g(x)g(a)=f(ξx)g(ξx)\frac{f(x)-f(a)}{g(x)-g(a)}=\frac{f'(\xi_x)}{g'(\xi_x)}, where ξx\xi_x lies between aa and xx.

givenL1
2.1

First choose aa sufficiently far toward the end that the derivative quotient is as close to LL as required throughout the remaining tail. Then the quotient of increments has the same bound for every later xx.

step 1.1L2choose
3.1

Since g(x)|g(x)|\to\infty, g(a)/g(x)0g(a)/g(x)\to0; since the increment quotient is bounded in the finite-LL case, the identity f(x)g(x)=f(x)f(a)g(x)g(a)(1g(a)g(x))+f(a)g(x)\frac{f(x)}{g(x)}=\frac{f(x)-f(a)}{g(x)-g(a)}\left(1-\frac{g(a)}{g(x)}\right)+\frac{f(a)}{g(x)} gives the finite conclusion. For L=±L=\pm\infty, choose the derivative-quotient lower or upper bound first and then make the two fixed-base terms negligible, obtaining the defining arbitrary bound.

step 2.1L2algebra
4.1

Thus the quotient has limit LL in every stated mode.

step 3.1
DefinitionDefinition: AI-adaptedProof: Not applicableaudited 2026-08-01Open item page →

Taylor polynomials and their remainders

Definition

Let nNn\in\mathbb N, let ff have derivatives through order nn at aa, and let ι:NR\iota:\mathbb N\to\mathbb R be the canonical embedding. The Taylor polynomial of degree at most nn about aa is Tn,af(x):=j=0nf(j)(a)ι(j!)(xa)j.T_{n,a}f(x):=\sum_{j=0}^{n}\frac{f^{(j)}(a)}{\iota(j!)}(x-a)^j. The Taylor remainder is Rn,af(x):=f(x)Tn,af(x)R_{n,a}f(x):=f(x)-T_{n,a}f(x).

The factorials are natural numbers as in The factorial n!n! and the falling factorial nkn^{\underline{k}}, defined by recursion in N\mathbb{N} and enter real arithmetic only through ι\iota (The canonical natural ι(n)=n1F\iota(n) = n \cdot 1_F of a field); they are nonzero (Canonical naturals are positive and strictly increasing). The sum and powers are those of Finite sums and finite products, by recursion, Laws of finite sums and finite products, and Integer powers ama^m. For n=0n=0, T0,afT_{0,a}f is the constant f(a)f(a).

LemmaStatement: Literature-sourcedProof: AI-generatedprecheck passaudited 2026-08-01Open item page →

Taylor polynomials match the prescribed derivatives at the centre

Statement

For 0rn0\le r\le n, (Tn,af)(r)(x)=j=rnf(j)(a)ι((jr)!)(xa)jr.(T_{n,a}f)^{(r)}(x)=\sum_{j=r}^{n}\frac{f^{(j)}(a)}{\iota((j-r)!)}(x-a)^{j-r}. Consequently (Tn,af)(r)(a)=f(r)(a)(T_{n,a}f)^{(r)}(a)=f^{(r)}(a), and Rn,afR_{n,a}f and its derivatives through order nn vanish at aa.

Facts & Assumptions

Given: The Taylor polynomial of Taylor polynomials and their remainders.

[L1]

Natural powers differentiate as in For a natural n1n \ge 1 the function xxnx \mapsto x^{n} is differentiable everywhere with derivative ι(n)xn1\iota(n)\,x^{\,n-1}; for n=0n = 0 it is the constant 11, with derivative 00; for a natural n1n \ge 1 the function xxnx \mapsto x^{-n} is differentiable at every x0x \ne 0 with derivative ι(n)xn1-\iota(n)\,x^{-n-1}; consequently every polynomial function is differentiable at every real, with the derivative computed term by term; applying the chain rule to xxax\mapsto x-a, whose derivative is 11, gives the same shifted-power formula; and finite sums differentiate termwise by The chain rule, in one line from Carathéodory: if gg is differentiable at cc and ff is differentiable at g(c)g(c), then fgf \circ g is differentiable at cc with (fg)(c)=f(g(c))g(c)(f \circ g)'(c) = f'(g(c))\,g'(c) and Sums, scalar multiples, products and quotients: (f+g)(c)=f(c)+g(c)(f+g)'(c) = f'(c) + g'(c), (αf)(c)=αf(c)(\alpha f)'(c) = \alpha f'(c), (fg)(c)=f(c)g(c)+f(c)g(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(f/g)'(c) = \bigl(f'(c)g(c) - f(c)g'(c)\bigr)/g(c)^{2} when g(c)0g(c) \ne 0.

Proof

technique · induction
1.1

At r=0r=0 the formula is the definition.

basegiven
1.2

Assuming the formula at r<nr<n, differentiate termwise. The term indexed jj acquires ι(jr)\iota(j-r), which cancels ι((jr)!)\iota((j-r)!) to ι((jr1)!)\iota((j-r-1)!); the j=rj=r constant term disappears. This is the formula at r+1r+1.

ihL1L2algebra
2.1

At x=ax=a, only the j=rj=r term survives and equals f(r)(a)f^{(r)}(a). Subtraction from f(r)(a)f^{(r)}(a) gives the remainder assertion.

step 1.2L1algebra
3.1

The formula and both consequences hold through order nn.

step 1.1step 2.1discharge-induction
TheoremStatement: AI-adaptedProof: AI-generatedprecheck passaudited 2026-08-01Open item page →

Taylor's Schlömilch–Roche remainder formula

Statement

Let nNn\in\mathbb N, let a<xa<x, and suppose ff has derivatives through order n+1n+1 on [a,x][a,x], with the usual endpoint continuity. For every natural pp with 1pn+11\le p\le n+1, some ξ(a,x)\xi\in(a,x) satisfies Rn,af(x)=f(n+1)(ξ)ι(p)ι(n!)(xξ)n+1p(xa)p.R_{n,a}f(x)=\frac{f^{(n+1)}(\xi)}{\iota(p)\,\iota(n!)}(x-\xi)^{n+1-p}(x-a)^p. The reflected formula holds when x<ax<a.

Facts & Assumptions

Given: f,a,x,n,pf,a,x,n,p as stated.

[L1]

The Taylor polynomial and remainder are those of Taylor polynomials and their remainders, with coefficient identities from Taylor polynomials match the prescribed derivatives at the centre.

[L4]

If p1p\ge1, then the canonical real ι(p)\iota(p) is positive and nonzero (The canonical natural ι(n)=n1F\iota(n) = n \cdot 1_F of a field, Canonical naturals are positive and strictly increasing).

Proof

technique · direct
1.1

Define Φ(t):=f(x)j=0nf(j)(t)(xt)j/ι(j!)\Phi(t):=f(x)-\sum_{j=0}^{n}f^{(j)}(t)(x-t)^j/\iota(j!) and Ψ(t):=(xt)p\Psi(t):=(x-t)^p. Telescoping after differentiating the sum gives Φ(t)=f(n+1)(t)(xt)n/ι(n!)\Phi'(t)=-f^{(n+1)}(t)(x-t)^n/\iota(n!), while Ψ(t)=ι(p)(xt)p1\Psi'(t)=-\iota(p)(x-t)^{p-1}.

L1L3algebra
1.2

We have Φ(a)=Rn,af(x)\Phi(a)=R_{n,a}f(x), Φ(x)=0\Phi(x)=0, Ψ(a)=(xa)p\Psi(a)=(x-a)^p, and Ψ(x)=0\Psi(x)=0. Also Ψ0\Psi'\ne0 on (a,x)(a,x), because p1p\ge1, ι(p)>0\iota(p)>0, and xt>0x-t>0.

givenL1L4algebra
2.1

Apply [L2] to Φ,Ψ\Phi,\Psi. For some ξ(a,x)\xi\in(a,x), Φ(a)/Ψ(a)=Φ(ξ)/Ψ(ξ)=f(n+1)(ξ)(xξ)n+1p/(ι(p)ι(n!))\Phi(a)/\Psi(a)=\Phi'(\xi)/\Psi'(\xi)=f^{(n+1)}(\xi)(x-\xi)^{n+1-p}/(\iota(p)\iota(n!)).

step 1.1step 1.2L2
3.1

Multiply by (xa)p(x-a)^p. If x<ax<a, interchange the interval endpoints; the same algebraic identity results.

step 2.1algebra
CorollaryStatement: AI-adaptedProof: AI-generatedprecheck passaudited 2026-08-01Open item page →

The Lagrange and Cauchy forms of Taylor's remainder

Statement

Under the hypotheses of Taylor's Schlömilch–Roche remainder formula, there are points ξL,ξC\xi_L,\xi_C between aa and xx such that Rn,af(x)=f(n+1)(ξL)ι((n+1)!)(xa)n+1R_{n,a}f(x)=\frac{f^{(n+1)}(\xi_L)}{\iota((n+1)!)}(x-a)^{n+1} and Rn,af(x)=f(n+1)(ξC)ι(n!)(xξC)n(xa).R_{n,a}f(x)=\frac{f^{(n+1)}(\xi_C)}{\iota(n!)}(x-\xi_C)^n(x-a).

Facts & Assumptions

Given: The hypotheses of the Schlömilch-Roche theorem.

[L1]

For each natural 1pn+11\le p\le n+1, the Schlömilch-Roche theorem gives a point ξ\xi strictly between aa and xx such that Rn,af(x)=f(n+1)(ξ)ι(p)ι(n!)(xξ)n+1p(xa)p.R_{n,a}f(x)=\frac{f^{(n+1)}(\xi)}{\iota(p)\iota(n!)}(x-\xi)^{n+1-p}(x-a)^p. (Taylor's Schlömilch–Roche remainder formula).

Proof

technique · direct
1.1

Set p=n+1p=n+1 in [L1]. Then (xξ)0=1(x-\xi)^0=1 and ι(n+1)ι(n!)=ι((n+1)!)\iota(n+1)\iota(n!)=\iota((n+1)!), giving the Lagrange form.

L1L2algebra
1.2

Set p=1p=1. Since ι(1)=1\iota(1)=1, the formula becomes the Cauchy form.

L1L2algebra
2.1

These are the asserted special cases.

step 1.1step 1.2
TheoremStatement: AI-adaptedProof: AI-generatedprecheck passverified 2026-08-10 (gpt-5.6-terra-codex-subscription)Open item page →

Peano's form: the normalized Taylor remainder tends to zero

Statement

Let n1n\ge1. If there is a real δ>0\delta>0 such that ff is nn-times differentiable on the open interval Nδ(a)=(aδ,a+δ)N_\delta(a)=(a-\delta,a+\delta), then Rn,af(x)(xa)n0(xa).\frac{R_{n,a}f(x)}{(x-a)^n}\longrightarrow0\qquad(x\to a). Equivalently, in the usual little-oo shorthand, f(x)=Tn,af(x)+o((xa)n)f(x)=T_{n,a}f(x)+o((x-a)^n). For n=0n=0, the analogous assertion is the separate continuity condition at aa: for every ε>0\varepsilon>0, all domain points xx sufficiently near aa satisfy f(x)f(a)<ε|f(x)-f(a)|<\varepsilon.

Facts & Assumptions

Given: The stated differentiability on the open neighbourhood Nδ(a)N_\delta(a) of The ε\varepsilon-neighbourhood and the punctured ε\varepsilon-neighbourhood of a point of R\mathbb{R}, or the separate continuity hypothesis when n=0n=0.

[L2]

The derivative quotient is The derivative f(c)=limxcf(x)f(c)xcf'(c) = \lim_{x \to c} \frac{f(x) - f(c)}{x - c} of f:ARf : A \to \mathbb{R} at a point cAc \in A that is a limit point of AA, and differentiability on a set, differentiability implies continuity (A function differentiable at cc is continuous at cc), and continuity at aa has the stated quantified condition (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). The Cauchy quotient lemma is Cauchy's mean-value theorem in quotient form when the denominator derivative is nonzero, the shifted-power derivative follows from For a natural n1n \ge 1 the function xxnx \mapsto x^{n} is differentiable everywhere with derivative ι(n)xn1\iota(n)\,x^{\,n-1}; for n=0n = 0 it is the constant 11, with derivative 00; for a natural n1n \ge 1 the function xxnx \mapsto x^{-n} is differentiable at every x0x \ne 0 with derivative ι(n)xn1-\iota(n)\,x^{-n-1}; consequently every polynomial function is differentiable at every real, with the derivative computed term by term and The chain rule, in one line from Carathéodory: if gg is differentiable at cc and ff is differentiable at g(c)g(c), then fgf \circ g is differentiable at cc with (fg)(c)=f(g(c))g(c)(f \circ g)'(c) = f'(g(c))\,g'(c), and finite limits are The ε\varepsilon-δ\delta limit limxcf(x)=L\lim_{x \to c} f(x) = L of f:ARf : A \to \mathbb{R} at a limit point cc of AA and obey Sums, scalar multiples, products and quotients of function limits, the quotient under the hypothesis that the denominator limit is nonzero.

[L3]

For n1n\ge1, the canonical real ι(n)\iota(n) is positive and hence nonzero (The canonical natural ι(n)=n1F\iota(n) = n \cdot 1_F of a field, Canonical naturals are positive and strictly increasing).

Proof

technique · induction
1.1

Under the separate n=0n=0 hypothesis, the quantified assertion is exactly the definition of continuity at aa.

givenL2
1.2

For n=1n=1, the derivative definition gives f(x)f(a)f(a)(xa)xa=f(x)f(a)xaf(a)0.\frac{f(x)-f(a)-f'(a)(x-a)}{x-a} =\frac{f(x)-f(a)}{x-a}-f'(a)\longrightarrow0. This is the required base case.

basegivenL2
1.3

Assume n2n\ge2 and the assertion through order n1n-1. Put R=Rn,afR=R_{n,a}f. Then R(a)=R(a)=0R(a)=R'(a)=0, and R(x)=Rn1,a(f)(x)R'(x)=R_{n-1,a}(f')(x).

L1algebra
2.1

By the induction hypothesis applied to ff', R(x)/(xa)n10R'(x)/(x-a)^{n-1}\to0. Applying the Cauchy quotient lemma to R(x)R(a)R(x)-R(a) and (xa)n(x-a)^n gives R(x)/(xa)n=R(ξ)/(ι(n)(ξa)n1)R(x)/(x-a)^n=R'(\xi)/(\iota(n)(\xi-a)^{n-1}) for a point ξ\xi between aa and xx.

step 1.3ihL2L3
3.1

Since ξa\xi\to a, the right side tends to 00. This proves the Peano estimate without assuming continuity of f(n)f^{(n)}.

step 2.1L2discharge-induction
CorollaryStatement: Literature-sourcedProof: AI-generatedprecheck passverified 2026-08-10 (gpt-5.6-terra-codex-subscription)Open item page →

A uniform derivative bound gives a uniform Taylor remainder bound

Statement

Let nNn\in\mathbb N, and suppose ff has derivatives through order n+1n+1 on the closed interval between aa and xx, with the usual endpoint continuity. If f(n+1)(t)M|f^{(n+1)}(t)|\le M throughout that interval, then Rn,af(x)Mι((n+1)!)xan+1.|R_{n,a}f(x)|\le \frac{M}{\iota((n+1)!)}|x-a|^{n+1}.

Proof

technique · direct
1.1

If x=ax=a, then Rn,af(a)=0R_{n,a}f(a)=0, so the estimate is immediate. If xax\ne a, [L1] gives Rn,af(x)=f(n+1)(ξ)ι((n+1)!)(xa)n+1R_{n,a}f(x)=\frac{f^{(n+1)}(\xi)}{\iota((n+1)!)}(x-a)^{n+1} for some point ξ\xi strictly between aa and xx.

L1
2.1

In the case xax\ne a, take absolute values in step 1.1, use f(n+1)(ξ)M|f^{(n+1)}(\xi)|\le M, and divide by the positive factorial. Together with the case x=ax=a, this proves the estimate.

step 1.1L2algebra
TheoremStatement: Literature-sourcedProof: AI-generatedprecheck passaudited 2026-08-01Open item page →

The second-derivative test for strict local extrema

Statement

Suppose f(c)=0f'(c)=0 and ff'' exists and is continuous near cc. If f(c)>0f''(c)>0, then cc is a strict local minimum; if f(c)<0f''(c)<0, then cc is a strict local maximum.

Facts & Assumptions

Proof

technique · cases
1.1

If f(c)>0f''(c)>0, [L1] gives an interval about cc on which f>0f''>0. Hence ff' is strictly increasing there; since f(c)=0f'(c)=0, f<0f'<0 to the left and f>0f'>0 to the right.

assume-case positiveL1L2
1.2

If f(c)<0f''(c)<0, apply the preceding argument to f-f; this gives a strict local maximum.

assume-case negativeL1L2
2.1

Applying [L2] to ff, it decreases toward cc from the left and increases away from cc on the right, so cc is a strict local minimum.

step 1.1L2
3.1

The two stated sign cases are exhausted.

step 2.1step 1.2cases-exhaustive
TheoremStatement: AI-adaptedProof: AI-generatedprecheck passaudited 2026-08-01Open item page →

The first nonzero higher derivative classifies a stationary point

Statement

Let n2n\ge2, and suppose there is a real δ>0\delta>0 such that ff is nn-times differentiable on the open interval Nδ(c)=(cδ,c+δ)N_\delta(c)=(c-\delta,c+\delta). Suppose f(j)(c)=0f^{(j)}(c)=0 for 1j<n1\le j<n, while f(n)(c)0f^{(n)}(c)\ne0. If nn is even, cc is a strict local minimum when f(n)(c)>0f^{(n)}(c)>0 and a strict local maximum when it is negative. If nn is odd, cc is not a local extremum and f(x)f(c)f(x)-f(c) changes sign at cc.

Facts & Assumptions

Proof

technique · cases
1.1

Peano's formula gives f(x)f(c)=(xc)n(f(n)(c)/ι(n!)+ε(x))f(x)-f(c)=(x-c)^n(f^{(n)}(c)/\iota(n!)+\varepsilon(x)), where ε(x)0\varepsilon(x)\to0. The parenthesized factor has the sign of f(n)(c)f^{(n)}(c) near cc.

L1L2L3
2.1

If nn is even, (xc)n>0(x-c)^n>0 for xcx\ne c, so the difference has one strict sign on both sides, giving the asserted minimum or maximum.

assume-case evenstep 1.1L2
2.2

If nn is odd, (xc)n(x-c)^n has opposite signs on the two sides, so the difference changes sign and no local extremum occurs.

assume-case oddstep 1.1L2
3.1

Every natural n1n\ge1 is even or odd, so the cases are exhaustive.

step 2.1step 2.2cases-exhaustive
RemarkRemark: AI-generatedProof: Not applicableverified 2026-08-10 (gpt-5.6-terra-codex-subscription)Open item page →

Scope, endpoint, factorial, and deferred-remainder conventions

Remarks

Higher derivatives are the recursive objects of Higher derivatives and the classes CkC^k and CC^\infty. Darboux's theorem (Darboux's theorem: every derivative has the intermediate-value property) concerns every first derivative, without assuming that derivative continuous. The two L'Hôpital theorems, L'Hôpital's rule for the 0/00/0 form at finite or infinite, one-sided endpoints and L'Hôpital's rule for the /\infty/\infty form at finite or infinite, one-sided endpoints, require their stated derivative and nonvanishing hypotheses and do not assert converses.

Endpoint derivatives and finite-endpoint limits are one-sided when the domain supplies only one side. Natural factorials and binomial coefficients (The factorial n!n! and the falling factorial nkn^{\underline{k}}, defined by recursion in N\mathbb{N}, The set [A]k[A]^{k} of kk-element subsets and the binomial coefficient (nk):=[n]k\binom{n}{k} := \lvert [n]^{k}\rvert) enter real formulas through the canonical embedding ι\iota of The canonical natural ι(n)=n1F\iota(n) = n \cdot 1_F of a field. Darboux's property alone has no general continuity converse; the page's An injective or monotone derivative on an interval is continuous proves continuity under the stated injectivity or monotonicity hypotheses.

The Schlömilch-Roche formula (Taylor's Schlömilch–Roche remainder formula) assumes an (n+1)(n+1)-st derivative on an interval. Peano's formula (Peano's form: the normalized Taylor remainder tends to zero) assumes nn-fold differentiability on an open interval Nδ(a)N_\delta(a) around the expansion point (The ε\varepsilon-neighbourhood and the punctured ε\varepsilon-neighbourhood of a point of R\mathbb{R}), but not continuity of the nn-th derivative. No integral remainder, Borel interpolation theorem, or assertion about Dini derivatives is made here.

5 · Examples, counterexamples and false statements

False statementConstruction: AI-adaptedVerification: AI-generatedprecheck passaudited 2026-08-01Open item page →

If f(a)=f(a)=0f'(a)=f''(a)=0, then the second derivative test still decides whether aa is an extremum

Statement

False claim: If f(c)=f(c)=0f'(c)=f''(c)=0, then the value of f(c)f''(c) decides whether cc is a local minimum, a local maximum, or neither.

Facts & Assumptions

Given: The functions f+(x)=x4f_+(x)=x^4, f(x)=x4f_-(x)=-x^4, and f0(x)=x3f_0(x)=x^3 at c=0c=0.

[L1]

The second derivative test is silent when f(c)=0f''(c)=0 (The second-derivative test for strict local extrema).

[L2]

The first nonzero derivative test classifies the three functions by their first nonzero derivatives (The first nonzero higher derivative classifies a stationary point).

Refutation

technique · direct
1.1

Direct differentiation gives f±(0)=f0(0)=0f_\pm'(0)=f_0'(0)=0 and f±(0)=f0(0)=0f_\pm''(0)=f_0''(0)=0.

givenalgebra
1.2

Yet x40x^4\ge0 with equality only at 00, so f+f_+ has a strict minimum; x40-x^4\le0, so ff_- has a strict maximum; and x3x^3 changes sign, so f0f_0 has neither.

givenL2algebra
2.1

The identical second-derivative data lead to all three outcomes, refuting the claim.

step 1.1step 1.2L1

Sources