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.

✓ 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 I⊆R be an interval (Intervals of R: the nine order-convex forms, nondegeneracy, and length) and let f:I→R. For x,y∈I and λ∈[0,1], the point λx+(1−λ)y belongs to I. The function f is convex when the convex-combination inequality holds for every weight in [0,1]:

f(λx+(1−λ)y)≤λf(x)+(1−λ)f(y).

It is strictly convex when this inequality is strict whenever x≠y and 0<λ<1. It is concave (respectively strictly concave) when −f is convex (respectively strictly convex). It is midpoint convex when the displayed inequality is required only at λ=1/2.

Remarks

The endpoint weights 0 and 1 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<z, the three secant slopes satisfy s(x,y)≤s(x,z)≤s(y,z)

Statement

Let f:I→R be convex on an interval and, for distinct a,b∈I, write s(a,b):=(f(b)−f(a))/(b−a). If x<y<z lie in I, then

s(x,y)≤s(x,z)≤s(y,z).

Facts & Assumptions

Given: A convex f:I→R and x<y<z in I.

[L1]

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

Proof

technique · direct
1.1

Put λ=(z−y)/(z−x)∈(0,1); then y=λx+(1−λ)z, so convexity gives f(y)≤λf(x)+(1−λ)f(z).

L1
2.1

Multiplying this inequality by the positive number z−x and rearranging gives (z−y)(f(y)−f(x))≤(y−x)(f(z)−f(y)).

step 1.1algebra
3.1

Dividing step 2.1 successively by the positive products (y−x)(z−x) and (z−y)(z−x) gives s(x,y)≤s(x,z)≤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:I→R be convex and let [a,b]⊆int⁡I. Then there is M≥0 such that ∣f(y)−f(x)∣≤M∣y−x∣ for all x,y∈[a,b]. Thus f is Lipschitz on [a,b] (Lipschitz map, α-Hölder map for rational 0<α≤1, and contraction) and is continuous at every point of int⁡I (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).

Facts & Assumptions

Given: A convex function f:I→R and [a,b]⊆int⁡I.

[L1]

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

[L2]

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

Proof

technique · direct
1.1

Choose u,v∈I with u<a≤b<v; then for a≤x<y≤b, two applications of the three-slope inequality give s(u,a)≤s(x,y)≤s(b,v).

L1
2.1

With M:=max⁡{∣s(u,a)∣,∣s(b,v)∣}, step 1.1 yields ∣f(y)−f(x)∣≤M∣y−x∣ for x<y; symmetry gives the same estimate for all x,y∈[a,b], which is the Lipschitz condition.

step 1.1L2algebra
3.1

Given c∈int⁡I, choose such an interval [a,b] containing c in its interior; the estimate in step 2.1 gives the ε--δ condition at c by taking δ=ε/M when M>0, and is immediate when M=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:I→R and let c∈I have points of I on the indicated side. The left derivative and right derivative, when the corresponding one-sided limits exist as real numbers, are

f−′(c):=lim⁡x→c−f(x)−f(c)x−c,f+′(c):=lim⁡x→c+f(x)−f(c)x−c.

These are the one-sided limits of the difference quotient (The left and right limits of f at c, as limits of the restrictions of f to A∩(−∞,c) and A∩(c,∞)). If both exist and are equal, their common value is the ordinary derivative from 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.

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))/(v−u)≤f−′(v)≤f+′(v) for u<v

Statement

If f:I→R is convex on an open interval, then f−′(c) and f+′(c) are finite for every c∈I. Moreover, for u<v in I,

f−′(u)≤f+′(u)≤f(v)−f(u)v−u≤f−′(v)≤f+′(v).

Facts & Assumptions

Proof

technique · direct
1.1

For fixed c∈I, the functions x↦s(x,c) on x<c and x↦s(c,x) on x>c are nondecreasing by [L1]; choosing points on both sides of c, [L1] bounds each near c 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 c, and [L2] identifies them respectively with f−′(c) and f+′(c).

step 1.1L2L3
3.1

Apply [L1] to x<u<v and let x→u−, then to u<v<z and let z→v+; together with s(u,v)≤f−′(v) and f+′(u)≤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:I→R is convex on an open interval, then the set of points at which f is not differentiable is at most countable.

Facts & Assumptions

Proof

technique · direct
1.1

Put g(c):=f+′(c). The order chain in [L1] gives g(u)≤g(v) whenever u<v, so g is nondecreasing.

L1
1.2

For u<c, [L1] gives g(u)≤f−′(c). Conversely, if a<u<c, [L1] gives s(a,u)≤f−′(u)≤g(u). Letting u→c−, continuity from [L3] gives lim⁡u→c−s(a,u)=s(a,c); then letting a→c− gives lim⁡u→c−g(u)=f−′(c). Since g(c)=f+′(c), nondifferentiability of f at c makes g discontinuous there.

L1L3algebra
2.1

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

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

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

Definition

Let f:I→R, where I is an interval (Intervals of R: the nine order-convex forms, nondegeneracy, and length), and let c be an interior point of I. A line of slope m supports f at c when

f(x)≥f(c)+m(x−c)

for every x∈I. The supporting line is the affine function x↦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:I→R be convex on an open interval, let c∈I, and let m satisfy f−′(c)≤m≤f+′(c). Then the line x↦f(c)+m(x−c) supports f at c.

Facts & Assumptions

Given: A convex f:I→R, an interior point c, and f−′(c)≤m≤f+′(c).

[L1]
[L2]

A line of slope m supports f at c when f(x)≥f(c)+m(x−c) throughout the interval (A supporting line of slope m for a real function at an interior point).

Proof

technique · direct
1.1

If x<c, [L1] applied to x<c gives (f(c)−f(x))/(c−x)≤f−′(c)≤m.

L1L2
2.1

If x>c, [L1] gives m≤f+′(c)≤(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(x−c) on both sides of c, while equality holds at c; 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:I→R on an open interval I, f is convex if and only if f′ is nondecreasing on I.

Facts & Assumptions

Proof

technique · cases
1.1

Assume f is convex. For u<v, [L1] becomes f′(u)≤f′(v), so f′ is nondecreasing.

assume-case forwardL1
1.2

Assume instead that f′ is nondecreasing. For a fixed c, the derivative of g(x)=f(x)−f′(c)x is nonpositive on the left of c and nonnegative on the right; apply [L2] to −g on the left and to g on the right to obtain f(x)≥f(c)+f′(c)(x−c) for every x∈I.

assume-case reverseL2algebra
2.1

If z=λx+(1−λ)y, multiply the supporting inequalities of step 1.2 at z for x and y by λ and 1−λ and add; this gives f(z)≤λf(x)+(1−λ)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:I→R is differentiable and convex on an open interval, then f′ is continuous on I.

Facts & Assumptions

Given: A differentiable convex f:I→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 f′ is injective, or if f′ is monotone, then f′ is continuous (An injective or monotone derivative on an interval is continuous).

Proof

technique · direct
1.1

By [L1], f′ is nondecreasing on I.

L1L2
2.1

Thus f′ is monotone, so [L2] gives continuity of f′.

step 1.1L2algebra
3.1

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

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:I→R is twice differentiable on an open interval, then f is convex if and only if f′′(x)≥0 for every x∈I.

Facts & Assumptions

Proof

technique · cases
1.1

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

assume-case forwardL1L2
1.2

Assume f′′≥0 on I. Applying [L2] to f′ shows that f′ is nondecreasing.

assume-case reverseL2algebra
2.1

By [L1], the conclusion of step 1.2 makes f 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/2n

Statement

Let f:I→R be midpoint convex. For every n∈N, every k∈{0,…,2n}, and all x,y∈I,

f(k2nx+(1−k2n)y)≤k2nf(x)+(1−k2n)f(y).

Facts & Assumptions

Given: A midpoint-convex f:I→R and x,y∈I.

[L1]

Proof

technique · induction
1.1

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

baseL1
2.1

Assume the assertion at n. At n+1, an even numerator 2j reduces to the induction hypothesis; an odd numerator 2j+1 is the midpoint of the adjacent weights j/2n and (j+1)/2n, 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 n and every 0≤k≤2n.

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:I→R is midpoint convex and continuous on an interval I, then f is convex on I.

Facts & Assumptions

Given: A continuous midpoint-convex f:I→R, points x,y∈I, and λ∈[0,1].

[L1]

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

[L2]

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

[L3]

For every real r there is an integer k with k≤r<k+1 (Integer part: for every real x there is exactly one integer m with m≤x<m+1).

Proof

technique · direct
1.1

For every n, [L3] applied to 2nλ supplies kn with kn/2n≤λ<(kn+1)/2n; the elementary induction 2n≥n+1 and [L2] show kn/2n→λ.

L1L2L3
2.1

Apply [L1] at the dyadic weight kn/2n and let n→∞. Continuity of f at λx+(1−λ)y and ordinary limit laws give the convexity inequality at λ.

step 1.1L2algebra
3.1

At λ=0 and λ=1 the inequality is equality; with step 2.1 this proves convexity for every weight in [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:I→R be convex. If N≥1, x1,…,xN∈I, and λ1,…,λN≥0 satisfy ∑i=1Nλi=1, then

f(∑i=1Nλixi)≤∑i=1Nλif(xi).

Facts & Assumptions

Given: A convex f:I→R, a positive finite family x1,…,xN∈I, and nonnegative weights summing to 1.

[L1]

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

Proof

technique · induction
1.1

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

baseL1
2.1

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

ihstep 1.1algebra
3.1

The induction hypothesis bounds f(∑i<Nμixi) by ∑i<Nμif(xi); applying [L1] to this point and xN with weights s,λN gives the asserted N-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 c of a convex function f:I→R on an interval is a global minimum: f(c)≤f(y) for every y∈I.

Facts & Assumptions

Given: A convex f:I→R on an interval and a local minimum c∈I.

[L1]

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

[L2]

To have a local minimum at c means that some radius r>0 satisfies f(c)≤f(x) whenever x∈I and ∣x−c∣<r (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).

Proof

technique · contradiction
1.1

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

assume-contraL1L2
2.1

Choose 0<λ<min⁡{1,r/∣y−c∣} when y≠c and put z=(1−λ)c+λy; then z∈I and ∣z−c∣<r.

step 1.1L2algebra
3.1

Convexity gives f(z)≤(1−λ)f(c)+λ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:I→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,y∈I are both global minimizers.

assume-contraL1
2.1

Their midpoint lies in I, and [L1] gives 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:I→R and let c be an interior point of the interval I. The point c is an inflection point when f is continuous at c (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 there is some δ>0 such that, in either order, f is convex but not concave on I∩(c−δ,c) and concave but not convex on I∩(c,c+δ) (Convex, strictly convex, concave, strictly concave, and midpoint-convex real functions on an interval).

Remarks

The condition f′′(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 f be continuous at an interior point c and twice differentiable on each of (a,c) and (c,b). If f′′≥0 on one of those intervals and f′′≤0 on the other, then c is an inflection point of f.

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 f′′≥0, [L1] makes f convex; on the side where f′′≤0, apply [L1] to −f to make f 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 c 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 has a Hamel basis over Q: there is B⊆R such that every real is a finite Q-linear combination of elements of B in exactly one way, and each basis vector carries a well-defined 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