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.

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

Convexity: 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-generatedaudited 2026-08-02Open item page →

The absolute-value function is convex

Example

The function f(x)=∣x∣ is convex on R. Indeed, for 0≤λ≤1,

∣λx+(1−λ)y∣≤∣λx∣+∣(1−λ)y∣=λ∣x∣+(1−λ)∣y∣,

by the triangle inequality (The triangle inequality) and absolute homogeneity (Basic properties of the absolute value), which is precisely the convexity inequality (Convex, strictly convex, concave, strictly concave, and midpoint-convex real functions on an interval).

Remarks

Convexity does not entail differentiability at every point; the nondifferentiability of absolute value at zero is recorded in 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 but is not a dependency of this example.

ExampleConstruction: AI-adaptedVerification: AI-generatedaudited 2026-08-02Open item page →

Finite Jensen for x↦x2 gives that the square of a weighted mean is at most the weighted mean of the squares

Example

For nonnegative weights λi with ∑iλi=1 and real xi,

(∑iλixi)2≤∑iλixi2.

The function q(t)=t2 is convex because

λx2+(1−λ)y2−(λx+(1−λ)y)2=λ(1−λ)(x−y)2≥0

for 0≤λ≤1, using nonnegativity of squares (Squares of nonzero elements are positive). Applying finite Jensen (Finite Jensen inequality for a convex function and nonnegative weights summing to one) to q gives the displayed inequality.

CounterexampleConstruction: AI-adaptedVerification: AI-generatedprecheck passaudited 2026-08-02Open item page →

Assuming Choice, a Hamel coefficient map is midpoint convex but discontinuous and therefore not convex

Statement refuted

Every midpoint-convex function R→R is continuous, and hence convex.

Facts & Assumptions

Counterexample

technique · contradiction
1.1

Choose a Hamel coefficient map Λ from [L1]. Additivity gives Λ((x+y)/2)=(Λ(x)+Λ(y))/2, so Λ is midpoint convex with equality.

L1L2
2.1

Suppose for contradiction that Λ is continuous. Then [L2] gives Λ(x)=cx; a nonzero w in its kernel forces c=0, whereas Λ(b)=1, a contradiction.

step 1.1L2assume-contra
3.1

Thus Λ is discontinuous. By [L3], this midpoint-convex function cannot be convex.

step 1.1step 2.1L3discharge-contradiction∎
ExampleConstruction: AI-adaptedVerification: AI-generatedaudited 2026-08-02Open item page →

x↦x3 changes from concave to convex at zero and has an inflection point there

Sources