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.

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

Convexity

1 · Prerequisites

2 · Summary

Convexity expresses that a graph lies below each chord joining two of its points. The interval hypothesis makes every convex combination available. This development uses one-sided limits, differentiability, monotonicity, continuity, and ordered-field tools to turn the chord inequality into quantitative estimates.

The three-slope inequality controls secant slopes, giving local Lipschitz continuity, finite one-sided derivatives, supporting lines, and countably many possible nondifferentiability points. For differentiable functions it characterises convexity by monotonicity of the derivative, and for twice-differentiable functions by nonnegative second derivative. The page also derives continuous midpoint convexity, finite Jensen inequality, minimiser consequences, and the change-of-convexity definition of inflection point.

3 · Logical flowchart

4 · Definitions, theorems and proofs

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

Convex, strictly convex, concave, strictly concave, and midpoint-convex real functions on an interval

Definition

Let IRI\subseteq\mathbb R be an interval (Intervals of R\mathbb{R}: the nine order-convex forms, nondegeneracy, and length) and let f:IRf:I\to\mathbb R. For x,yIx,y\in I and λ[0,1]\lambda\in[0,1], the point λx+(1λ)y\lambda x+(1-\lambda)y belongs to II. The function ff is convex when the convex-combination inequality holds for every weight in [0,1][0,1]:

f(λx+(1λ)y)λf(x)+(1λ)f(y).f(\lambda x+(1-\lambda)y)\le \lambda f(x)+(1-\lambda)f(y).

It is strictly convex when this inequality is strict whenever xyx\ne y and 0<λ<10<\lambda<1. It is concave (respectively strictly concave) when f-f is convex (respectively strictly convex). It is midpoint convex when the displayed inequality is required only at λ=1/2\lambda=1/2.

Remarks

The endpoint weights 00 and 11 impose equalities, so strict convexity does not ask for strictness there. A singleton interval satisfies the convexity and strict-convexity conditions vacuously.

LemmaStatement: AI-adaptedProof: AI-generatedprecheck passaudited 2026-08-02Open item page →

For a convex function and x<y<zx<y<z, the three secant slopes satisfy s(x,y)s(x,z)s(y,z)s(x,y)\le s(x,z)\le s(y,z)

Statement

Let f:IRf:I\to\mathbb R be convex on an interval and, for distinct a,bIa,b\in I, write s(a,b):=(f(b)f(a))/(ba)s(a,b):=(f(b)-f(a))/(b-a). If x<y<zx<y<z lie in II, then

s(x,y)s(x,z)s(y,z).s(x,y)\le s(x,z)\le s(y,z).

Facts & Assumptions

Given: A convex f:IRf:I\to\mathbb R and x<y<zx<y<z in II.

[L1]

A function is convex when the convex-combination inequality holds for every weight in [0,1][0,1] (Convex, strictly convex, concave, strictly concave, and midpoint-convex real functions on an interval).

Proof

technique · direct
1.1

Put λ=(zy)/(zx)(0,1)\lambda=(z-y)/(z-x)\in(0,1); then y=λx+(1λ)zy=\lambda x+(1-\lambda)z, so convexity gives f(y)λf(x)+(1λ)f(z)f(y)\le\lambda f(x)+(1-\lambda)f(z).

L1
2.1

Multiplying this inequality by the positive number zxz-x and rearranging gives (zy)(f(y)f(x))(yx)(f(z)f(y))(z-y)(f(y)-f(x))\le(y-x)(f(z)-f(y)).

step 1.1algebra
3.1

Dividing step 2.1 successively by the positive products (yx)(zx)(y-x)(z-x) and (zy)(zx)(z-y)(z-x) gives s(x,y)s(x,z)s(y,z)s(x,y)\le s(x,z)\le s(y,z).

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

A convex real function is Lipschitz on every closed bounded subinterval of the interior of its domain, hence continuous throughout the interior

Statement

Let f:IRf:I\to\mathbb R be convex and let [a,b]intI[a,b]\subseteq\operatorname{int}I. Then there is M0M\ge0 such that f(y)f(x)Myx|f(y)-f(x)|\le M|y-x| for all x,y[a,b]x,y\in[a,b]. Thus ff is Lipschitz on [a,b][a,b] (Lipschitz map, α\alpha-Hölder map for rational 0<α10 < \alpha \le 1, and contraction) and is continuous at every point of intI\operatorname{int}I (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).

Facts & Assumptions

Given: A convex function f:IRf:I\to\mathbb R and [a,b]intI[a,b]\subseteq\operatorname{int}I.

[L1]

For a convex function and u<v<wu<v<w, the three secant slopes satisfy s(u,v)s(u,w)s(v,w)s(u,v)\le s(u,w)\le s(v,w) (For a convex function and x<y<zx<y<z, the three secant slopes satisfy s(x,y)s(x,z)s(y,z)s(x,y)\le s(x,z)\le s(y,z)).

[L2]

A function is Lipschitz with constant LL when d(f(x),f(y))Ld(x,y)d(f(x),f(y))\le Ld(x,y) for all points in its domain (Lipschitz map, α\alpha-Hölder map for rational 0<α10 < \alpha \le 1, and contraction).

Proof

technique · direct
1.1

Choose u,vIu,v\in I with u<ab<vu<a\le b<v; then for ax<yba\le x<y\le b, two applications of the three-slope inequality give s(u,a)s(x,y)s(b,v)s(u,a)\le s(x,y)\le s(b,v).

L1
2.1

With M:=max{s(u,a),s(b,v)}M:=\max\{|s(u,a)|,|s(b,v)|\}, step 1.1 yields f(y)f(x)Myx|f(y)-f(x)|\le M|y-x| for x<yx<y; symmetry gives the same estimate for all x,y[a,b]x,y\in[a,b], which is the Lipschitz condition.

step 1.1L2algebra
3.1

Given cintIc\in\operatorname{int}I, choose such an interval [a,b][a,b] containing cc in its interior; the estimate in step 2.1 gives the ε\varepsilon--δ\delta condition at cc by taking δ=ε/M\delta=\varepsilon/M when M>0M>0, and is immediate when M=0M=0.

step 1.1step 2.1
DefinitionDefinition: AI-adaptedProof: Not applicableaudited 2026-08-02Open item page →

The left and right derivatives of a real function as one-sided limits of its difference quotient

Definition

Let f:IRf:I\to\mathbb R and let cIc\in I have points of II on the indicated side. The left derivative and right derivative, when the corresponding one-sided limits exist as real numbers, are

f(c):=limxcf(x)f(c)xc,f+(c):=limxc+f(x)f(c)xc.f'_-(c):=\lim_{x\to c^-}\frac{f(x)-f(c)}{x-c},\qquad f'_+(c):=\lim_{x\to c^+}\frac{f(x)-f(c)}{x-c}.

These are the one-sided limits of the difference quotient (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)). If both exist and are equal, their common value is the ordinary derivative from 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.

TheoremStatement: AI-adaptedProof: AI-generatedprecheck passaudited 2026-08-02Open item page →

A convex function on an open interval has finite left and right derivatives everywhere, with f(u)f+(u)(f(v)f(u))/(vu)f(v)f+(v)f'_-(u)\le f'_+(u)\le (f(v)-f(u))/(v-u)\le f'_-(v)\le f'_+(v) for u<vu<v

Statement

If f:IRf:I\to\mathbb R is convex on an open interval, then f(c)f'_-(c) and f+(c)f'_+(c) are finite for every cIc\in I. Moreover, for u<vu<v in II,

f(u)f+(u)f(v)f(u)vuf(v)f+(v).f'_-(u)\le f'_+(u)\le\frac{f(v)-f(u)}{v-u}\le f'_-(v)\le f'_+(v).

Facts & Assumptions

Proof

technique · direct
1.1

For fixed cIc\in I, the functions xs(x,c)x\mapsto s(x,c) on x<cx<c and xs(c,x)x\mapsto s(c,x) on x>cx>c are nondecreasing by [L1]; choosing points on both sides of cc, [L1] bounds each near cc between two fixed finite outer secant slopes.

L1L2
2.1

The monotone one-sided-limit theorem [L3] therefore supplies finite one-sided limits of these two slope functions at cc, and [L2] identifies them respectively with f(c)f'_-(c) and f+(c)f'_+(c).

step 1.1L2L3
3.1

Apply [L1] to x<u<vx<u<v and let xux\to u^-, then to u<v<zu<v<z and let zv+z\to v^+; together with s(u,v)f(v)s(u,v)\le f'_-(v) and f+(u)s(u,v)f'_+(u)\le s(u,v) obtained in the same way, this gives the displayed chain.

step 1.1step 2.1L1
TheoremStatement: AI-adaptedProof: AI-generatedprecheck passaudited 2026-08-02Open item page →

A convex function on an open interval is differentiable except at at most countably many points

Statement

If f:IRf:I\to\mathbb R is convex on an open interval, then the set of points at which ff is not differentiable is at most countable.

Facts & Assumptions

Proof

technique · direct
1.1

Put g(c):=f+(c)g(c):=f'_+(c). The order chain in [L1] gives g(u)g(v)g(u)\le g(v) whenever u<vu<v, so gg is nondecreasing.

L1
1.2

For u<cu<c, [L1] gives g(u)f(c)g(u)\le f'_-(c). Conversely, if a<u<ca<u<c, [L1] gives s(a,u)f(u)g(u)s(a,u)\le f'_-(u)\le g(u). Letting ucu\to c^-, continuity from [L3] gives limucs(a,u)=s(a,c)\lim_{u\to c^-}s(a,u)=s(a,c); then letting aca\to c^- gives limucg(u)=f(c)\lim_{u\to c^-}g(u)=f'_-(c). Since g(c)=f+(c)g(c)=f'_+(c), nondifferentiability of ff at cc makes gg discontinuous there.

L1L3algebra
2.1

Froda's theorem makes the discontinuity set of gg at most countable, and step 1.2 places every nondifferentiability point of ff in that set.

L2step 1.1step 1.2
DefinitionDefinition: AI-adaptedProof: Not applicableaudited 2026-08-02Open item page →

A supporting line of slope mm for a real function at an interior point

Definition

Let f:IRf:I\to\mathbb R, where II is an interval (Intervals of R\mathbb{R}: the nine order-convex forms, nondegeneracy, and length), and let cc be an interior point of II. A line of slope mm supports ff at cc when

f(x)f(c)+m(xc)f(x)\ge f(c)+m(x-c)

for every xIx\in I. The supporting line is the affine function xf(c)+m(xc)x\mapsto f(c)+m(x-c).

TheoremStatement: AI-adaptedProof: AI-generatedprecheck passaudited 2026-08-02Open item page →

Every slope between the left and right derivatives of a convex function gives a supporting line

Statement

Let f:IRf:I\to\mathbb R be convex on an open interval, let cIc\in I, and let mm satisfy f(c)mf+(c)f'_-(c)\le m\le f'_+(c). Then the line xf(c)+m(xc)x\mapsto f(c)+m(x-c) supports ff at cc.

Facts & Assumptions

Given: A convex f:IRf:I\to\mathbb R, an interior point cc, and f(c)mf+(c)f'_-(c)\le m\le f'_+(c).

[L1]

For u<vu<v, f(u)f+(u)(f(v)f(u))/(vu)f(v)f+(v)f'_-(u)\le f'_+(u)\le (f(v)-f(u))/(v-u)\le f'_-(v)\le f'_+(v) (A convex function on an open interval has finite left and right derivatives everywhere, with f(u)f+(u)(f(v)f(u))/(vu)f(v)f+(v)f'_-(u)\le f'_+(u)\le (f(v)-f(u))/(v-u)\le f'_-(v)\le f'_+(v) for u<vu<v).

[L2]

A line of slope mm supports ff at cc when f(x)f(c)+m(xc)f(x)\ge f(c)+m(x-c) throughout the interval (A supporting line of slope mm for a real function at an interior point).

Proof

technique · direct
1.1

If x<cx<c, [L1] applied to x<cx<c gives (f(c)f(x))/(cx)f(c)m(f(c)-f(x))/(c-x)\le f'_-(c)\le m.

L1L2
2.1

If x>cx>c, [L1] gives mf+(c)(f(x)f(c))/(xc)m\le f'_+(c)\le(f(x)-f(c))/(x-c).

step 1.1L2algebra
3.1

Multiplying the inequalities in steps 1.1 and 2.1 by their positive denominators and rearranging yields f(x)f(c)+m(xc)f(x)\ge f(c)+m(x-c) on both sides of cc, while equality holds at cc; hence [L2] applies.

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

A differentiable function on an open interval is convex if and only if its derivative is nondecreasing

Statement

For a differentiable f:IRf:I\to\mathbb R on an open interval II, ff is convex if and only if ff' is nondecreasing on II.

Facts & Assumptions

Proof

technique · cases
1.1

Assume ff is convex. For u<vu<v, [L1] becomes f(u)f(v)f'(u)\le f'(v), so ff' is nondecreasing.

assume-case forwardL1
1.2

Assume instead that ff' is nondecreasing. For a fixed cc, the derivative of g(x)=f(x)f(c)xg(x)=f(x)-f'(c)x is nonpositive on the left of cc and nonnegative on the right; apply [L2] to g-g on the left and to gg on the right to obtain f(x)f(c)+f(c)(xc)f(x)\ge f(c)+f'(c)(x-c) for every xIx\in I.

assume-case reverseL2algebra
2.1

If z=λx+(1λ)yz=\lambda x+(1-\lambda)y, multiply the supporting inequalities of step 1.2 at zz for xx and yy by λ\lambda and 1λ1-\lambda and add; this gives f(z)λf(x)+(1λ)f(y)f(z)\le\lambda f(x)+(1-\lambda)f(y). Thus the two cases prove the equivalence.

step 1.1step 1.2cases-exhaustive
CorollaryStatement: AI-adaptedProof: AI-generatedprecheck passaudited 2026-08-02Open item page →

A differentiable convex function on an open interval has a continuous derivative

Statement

If f:IRf:I\to\mathbb R is differentiable and convex on an open interval, then ff' is continuous on II.

Facts & Assumptions

Given: A differentiable convex f:IRf:I\to\mathbb R on an open interval.

[L1]

A differentiable function on an open interval is convex if and only if its derivative is nondecreasing (A differentiable function on an open interval is convex if and only if its derivative is nondecreasing).

[L2]

If ff' is injective, or if ff' is monotone, then ff' is continuous (An injective or monotone derivative on an interval is continuous).

Proof

technique · direct
1.1

By [L1], ff' is nondecreasing on II.

L1L2
2.1

Thus ff' is monotone, so [L2] gives continuity of ff'.

step 1.1L2algebra
3.1

The conclusion holds at every point of the open interval II.

step 1.1step 2.1
CorollaryStatement: AI-adaptedProof: AI-generatedprecheck passaudited 2026-08-02Open item page →

A twice-differentiable function on an open interval is convex if and only if its second derivative is nonnegative

Statement

If f:IRf:I\to\mathbb R is twice differentiable on an open interval, then ff is convex if and only if f(x)0f''(x)\ge0 for every xIx\in I.

Facts & Assumptions

Proof

technique · cases
1.1

Assume ff is convex. By [L1], ff' is nondecreasing; its difference quotients on either side of a point are nonnegative, and their common limit f(x)f''(x) is therefore nonnegative.

assume-case forwardL1L2
1.2

Assume f0f''\ge0 on II. Applying [L2] to ff' shows that ff' is nondecreasing.

assume-case reverseL2algebra
2.1

By [L1], the conclusion of step 1.2 makes ff convex, while step 1.1 proves the reverse implication.

step 1.1step 1.2cases-exhaustive
LemmaStatement: AI-adaptedProof: AI-generatedprecheck passaudited 2026-08-02Open item page →

Midpoint convexity gives the convexity inequality at every dyadic weight k/2nk/2^n

Statement

Let f:IRf:I\to\mathbb R be midpoint convex. For every nNn\in\mathbb N, every k{0,,2n}k\in\{0,\ldots,2^n\}, and all x,yIx,y\in I,

f(k2nx+(1k2n)y)k2nf(x)+(1k2n)f(y).f\left(\frac{k}{2^n}x+\left(1-\frac{k}{2^n}\right)y\right)\le\frac{k}{2^n}f(x)+\left(1-\frac{k}{2^n}\right)f(y).

Facts & Assumptions

Given: A midpoint-convex f:IRf:I\to\mathbb R and x,yIx,y\in I.

[L1]

Midpoint convexity is the convexity inequality at weight 1/21/2 (Convex, strictly convex, concave, strictly concave, and midpoint-convex real functions on an interval).

Proof

technique · induction
1.1

For n=0n=0, the only weights are 00 and 11, and the asserted inequalities are equalities.

baseL1
2.1

Assume the assertion at nn. At n+1n+1, an even numerator 2j2j reduces to the induction hypothesis; an odd numerator 2j+12j+1 is the midpoint of the adjacent weights j/2nj/2^n and (j+1)/2n(j+1)/2^n, so [L1] followed by the induction hypothesis proves the assertion.

ihstep 1.1algebra
3.1

The base and successor steps establish the assertion for every natural nn and every 0k2n0\le k\le2^n.

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

A continuous midpoint-convex function on an interval is convex

Statement

If f:IRf:I\to\mathbb R is midpoint convex and continuous on an interval II, then ff is convex on II.

Facts & Assumptions

Given: A continuous midpoint-convex f:IRf:I\to\mathbb R, points x,yIx,y\in I, and λ[0,1]\lambda\in[0,1].

[L1]

Midpoint convexity gives the convexity inequality at every dyadic weight k/2nk/2^n (Midpoint convexity gives the convexity inequality at every dyadic weight k/2nk/2^n).

[L2]

For every positive real ε\varepsilon, there is a natural number n1n\ge1 such that 1/n<ε1/n<\varepsilon (For every ε>0\varepsilon > 0 in a complete ordered field there is a natural n1n \ge 1 with 1/n<ε1/n < \varepsilon).

[L3]

For every real rr there is an integer kk with kr<k+1k\le r<k+1 (Integer part: for every real xx there is exactly one integer mm with mx<m+1m \le x < m + 1).

Proof

technique · direct
1.1

For every nn, [L3] applied to 2nλ2^n\lambda supplies knk_n with kn/2nλ<(kn+1)/2nk_n/2^n\le\lambda<(k_n+1)/2^n; the elementary induction 2nn+12^n\ge n+1 and [L2] show kn/2nλk_n/2^n\to\lambda.

L1L2L3
2.1

Apply [L1] at the dyadic weight kn/2nk_n/2^n and let nn\to\infty. Continuity of ff at λx+(1λ)y\lambda x+(1-\lambda)y and ordinary limit laws give the convexity inequality at λ\lambda.

step 1.1L2algebra
3.1

At λ=0\lambda=0 and λ=1\lambda=1 the inequality is equality; with step 2.1 this proves convexity for every weight in [0,1][0,1].

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

Finite Jensen inequality for a convex function and nonnegative weights summing to one

Statement

Let f:IRf:I\to\mathbb R be convex. If N1N\ge1, x1,,xNIx_1,\ldots,x_N\in I, and λ1,,λN0\lambda_1,\ldots,\lambda_N\ge0 satisfy i=1Nλi=1\sum_{i=1}^N\lambda_i=1, then

f(i=1Nλixi)i=1Nλif(xi).f\left(\sum_{i=1}^N\lambda_i x_i\right)\le\sum_{i=1}^N\lambda_i f(x_i).

Facts & Assumptions

Given: A convex f:IRf:I\to\mathbb R, a positive finite family x1,,xNIx_1,\ldots,x_N\in I, and nonnegative weights summing to 11.

[L1]

A function is convex when the convex-combination inequality holds for every weight in [0,1][0,1] (Convex, strictly convex, concave, strictly concave, and midpoint-convex real functions on an interval).

Proof

technique · induction
1.1

For N=1N=1, the sole weight is 11, so the two sides are both f(x1)f(x_1).

baseL1
2.1

Assume the assertion for N1N-1 terms. If λN=1\lambda_N=1, all earlier nonnegative weights vanish and the assertion is immediate; otherwise put s=1λN>0s=1-\lambda_N>0 and normalize the earlier weights as μi=λi/s\mu_i=\lambda_i/s.

ihstep 1.1algebra
3.1

The induction hypothesis bounds f(i<Nμixi)f(\sum_{i<N}\mu_i x_i) by i<Nμif(xi)\sum_{i<N}\mu_i f(x_i); applying [L1] to this point and xNx_N with weights s,λNs,\lambda_N gives the asserted NN-term inequality.

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

Every local minimum of a convex function on an interval is a global minimum

Statement

Every local minimum cc of a convex function f:IRf:I\to\mathbb R on an interval is a global minimum: f(c)f(y)f(c)\le f(y) for every yIy\in I.

Facts & Assumptions

Given: A convex f:IRf:I\to\mathbb R on an interval and a local minimum cIc\in I.

[L1]

A function is convex when the convex-combination inequality holds for every weight in [0,1][0,1] (Convex, strictly convex, concave, strictly concave, and midpoint-convex real functions on an interval).

[L2]

To have a local minimum at cc means that some radius r>0r>0 satisfies f(c)f(x)f(c)\le f(x) whenever xIx\in I and xc<r|x-c|<r (Local (relative) maximum and minimum of f:ARf : A \to \mathbb{R} at a point, the strict forms, and what it means for the point to be interior to AA).

Proof

technique · contradiction
1.1

Fix r>0r>0 as in [L2], and suppose for contradiction that some yIy\in I has f(y)<f(c)f(y)<f(c).

assume-contraL1L2
2.1

Choose 0<λ<min{1,r/yc}0<\lambda<\min\{1,r/|y-c|\} when ycy\ne c and put z=(1λ)c+λyz=(1-\lambda)c+\lambda y; then zIz\in I and zc<r|z-c|<r.

step 1.1L2algebra
3.1

Convexity gives f(z)(1λ)f(c)+λf(y)<f(c)f(z)\le(1-\lambda)f(c)+\lambda f(y)<f(c), contradicting the local-minimum inequality.

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

A strictly convex function has at most one global minimizer

Statement

A strictly convex function on an interval has at most one global minimizer. This does not assert that a minimizer exists.

Facts & Assumptions

Given: A strictly convex f:IRf:I\to\mathbb R on an interval.

[L1]

Strict convexity makes the convexity inequality strict for distinct points and weights strictly between zero and one (Convex, strictly convex, concave, strictly concave, and midpoint-convex real functions on an interval).

Proof

technique · contradiction
1.1

Suppose distinct points x,yIx,y\in I are both global minimizers.

assume-contraL1
2.1

Their midpoint lies in II, and [L1] gives f((x+y)/2)<(f(x)+f(y))/2=f(x)f((x+y)/2)<(f(x)+f(y))/2=f(x).

step 1.1algebra
3.1

This value is below a global minimum, a contradiction; hence there are at most one such point.

step 1.1step 2.1discharge-contradiction
DefinitionDefinition: AI-adaptedProof: Not applicableaudited 2026-08-02Open item page →

An inflection point as a point of continuity where convexity changes to concavity or conversely

Definition

Let f:IRf:I\to\mathbb R and let cc be an interior point of the interval II. The point cc is an inflection point when ff is continuous at cc (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 there is some δ>0\delta>0 such that, in either order, ff is convex but not concave on I(cδ,c)I\cap(c-\delta,c) and concave but not convex on I(c,c+δ)I\cap(c,c+\delta) (Convex, strictly convex, concave, strictly concave, and midpoint-convex real functions on an interval).

Remarks

The condition f(c)=0f''(c)=0, even when defined, is neither part of this definition nor sufficient by itself: a change of shape is required.

CorollaryStatement: AI-adaptedProof: AI-generatedprecheck passaudited 2026-08-02Open item page →

A continuous function whose second derivative has opposite signs on the two sides of a point has an inflection point there

Statement

Let ff be continuous at an interior point cc and twice differentiable on each of (a,c)(a,c) and (c,b)(c,b). If f0f''\ge0 on one of those intervals and f0f''\le0 on the other, then cc is an inflection point of ff.

Facts & Assumptions

Given: The stated continuity and one-sided twice-differentiability hypotheses.

[L1]

A twice differentiable function on an open interval is convex if and only if its second derivative is nonnegative (A twice-differentiable function on an open interval is convex if and only if its second derivative is nonnegative).

[L2]

An inflection point is a point of continuity where convexity changes to concavity or conversely (An inflection point as a point of continuity where convexity changes to concavity or conversely).

Proof

technique · cases
1.1

On the side where f0f''\ge0, [L1] makes ff convex; on the side where f0f''\le0, apply [L1] to f-f to make ff concave.

assume-case convex_leftL1L2
2.1

If the signs occur in the opposite order, the same argument interchanges the two sides.

assume-case convex_rightstep 1.1L2algebra
3.1

In either case the assumed continuity at cc and the change of convexity/concavity meet [L2]'s definition.

step 1.1step 2.1cases-exhaustive
RemarkRemark: AI-adaptedProof: Not applicableaudited 2026-08-02Open item page →

Convexity conventions, endpoint scope, dyadic approximation, and the exact use of the Axiom of Choice in the midpoint-convex counterexample

The continuity conclusion for a convex function is an interior conclusion: a convex function on a non-open interval need not have an endpoint derivative, and this development does not impose endpoint continuity beyond what a separate hypothesis supplies.

The midpoint-convex counterexample uses the Axiom of Choice exactly through the existence of a Hamel basis (The Axiom of Choice, Assuming the Axiom of Choice, R\mathbb{R} has a Hamel basis over Q\mathbb{Q}: there is BRB \subseteq \mathbb{R} such that every real is a finite Q\mathbb{Q}-linear combination of elements of BB in exactly one way, and each basis vector carries a well-defined Q\mathbb{Q}-linear coefficient map). No choice principle is used in the dyadic induction or in the passage from continuous midpoint convexity to convexity.

5 · Examples, counterexamples and false statements

None yet.

Sources