Alphabeta Math
TheoremStatement: AI-adaptedProof: AI-adaptedprecheck passjudge pass (z-ai/glm-5.2)verified 2026-07-26 (claude-opus-5)
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.

Minkowski's inequality for finite sums (rational exponent)

Statement

Let n∈N, let a0,…,an−1 and b0,…,bn−1 be reals, and let p∈Q with p≥1 (Order on the rationals). Then

(∑k<n∣ak+bk∣p)1/p  ≤  (∑k<n∣ak∣p)1/p+(∑k<n∣bk∣p)1/p.

All exponents appearing are positive rationals, so every power is defined for a nonnegative base by Rational powers ar of a positive base and its supplementary clause 0r=0.

The conjugate exponent is rational exactly because p is. For p>1 the proof runs through Hölder with q=p/(p−1), and a quotient of rationals with nonzero denominator is a rational (Arithmetic on the rationals). Had p been an arbitrary real, q would still be a real, but ∣ak∣p would already be undefined: the whole statement lives inside the rational exponents built on this page, as the closing remark of the page explains.

On the case p=1. It reads ∑k<n∣ak+bk∣≤∑k<n∣ak∣+∑k<n∣bk∣ and follows by summing the two-term triangle inequality (The triangle inequality) termwise. It is not literally the finite-sum triangle inequality Triangle inequality for finite sums, which compares ∣∑k<nck∣ with ∑k<n∣ck∣ for one list; combining the two at p=1 gives the familiar ∣∑k<n(ak+bk)∣≤∑k<n∣ak∣+∑k<n∣bk∣.

Facts & Assumptions

Given: A natural n, reals a0,…,an−1 and b0,…,bn−1, and a rational p≥1. Write S:=∑k<n∣ak+bk∣p, U:=(∑k<n∣ak∣p)1/p, V:=(∑k<n∣bk∣p)1/p, and ck:=∣ak+bk∣ p−1 when p>1.

[L1]

Hölder's inequality (Hölder's inequality for finite sums (rational exponents)): for conjugate rationals p,q>1, ∑k<n∣xkyk∣≤(∑k<n∣xk∣p)1/p(∑k<n∣yk∣q)1/q.

[L2]

Laws of finite sums (Laws of finite sums and finite products, Finite sums and finite products, by recursion): additivity, scaling, monotonicity, and the fact that a sum of nonnegative terms is nonnegative.

[L3]

Rational power laws (Laws of rational exponents, Rational powers ar of a positive base, Existence and uniqueness of n-th roots: a unique a1/n≥0 with (a1/n)n=a): for u>0 and rationals r,s: ur>0, ur+s=urus, (ur)s=urs, u1=u and u−r=(ur)−1; and 0r=0 for every rational r>0.

[L4]

Absolute values (Basic properties of the absolute value, Absolute value in an ordered field, The triangle inequality): ∣x∣≥0, ∣xy∣=∣x∣∣y∣, and ∣x+y∣≤∣x∣+∣y∣.

[L5]

Rational arithmetic (Arithmetic on the rationals, The rationals as equivalence classes of pairs of integers, Order on the rationals), carried out in the totally ordered field Q (The rationals form a totally ordered field, which is what makes the order comparisons below legitimate, and which supplies totality, compatibility with addition and closure of the positives under multiplication but NOT 1>0; that is The multiplicative identity is positive, valid in Q because Q is an ordered field): for rational p>1 one has p−1>0 and, since 1>0, also p>p−1>0, so the number q:=p/(p−1) is a rational with q>1, 1p+1q=1, (p−1)q=p and 1−1q=1p.

[L6]

Order arithmetic: Order is preserved by adding a constant and by adding inequalities and Sign rules for products and monotonicity of multiplication state adding inequalities and scaling by a positive element for the STRICT order only, so the nonstrict forms used below (adding two ≤, and scaling a ≤ by a nonnegative element) are those statements together with the case of equality, which is settled by trichotomy (Ordered field); and the inverse of a positive element is positive (Inverses of positives are positive, and reciprocation reverses order, claim 1).

Proof

technique · direct
1.1

Every quantity is defined and nonnegative: ∣ak+bk∣p, ∣ak∣p and ∣bk∣p are nonnegative because p>0, hence so are S, U and V.

L2L3L4
1.2

The case p=1: summing the two-term triangle inequality termwise and using monotonicity and additivity gives ∑k<n∣ak+bk∣≤∑k<n(∣ak∣+∣bk∣)=∑k<n∣ak∣+∑k<n∣bk∣, and since x1/1=x this is exactly the assertion at p=1.

L2L3L4
1.3

The case S=0: the left-hand side is 01/p=0, which is at most the nonnegative right-hand side.

L2L3
2.1

Assume from now on p>1 and S>0, and put q:=p/(p−1), a rational with q>1 conjugate to p, so that (p−1)q=p and 1−1q=1p.

step 1.1step 1.2step 1.3L5
3.1

Splitting each term: for u≥0 one has up=u1+(p−1)=u⋅u p−1, valid for u>0 by the addition law and for u=0 because both sides are 0; applying this with u=∣ak+bk∣ and then the triangle inequality, multiplied by the nonnegative factor ck=∣ak+bk∣ p−1, gives ∣ak+bk∣p≤(∣ak∣+∣bk∣)ck=∣ak∣ck+∣bk∣ck for every k<n.

step 2.1L3L4L6
3.2

The auxiliary list has q-th power sum S: ck q=(∣ak+bk∣ p−1)q=∣ak+bk∣(p−1)q=∣ak+bk∣p for ∣ak+bk∣>0 by the iterated-power law, and both sides are 0 when ak+bk=0; hence ∑k<n∣ck∣q=S.

step 2.1L3L4
4.1

Summing the termwise bound: S≤∑k<n∣ak∣ck+∑k<n∣bk∣ck.

step 3.1L2
4.2

Applying Hölder to the pairs (ak,ck) and to (bk,ck), and using ∣akck∣=∣ak∣ck since ck≥0: ∑k<n∣ak∣ck≤U S1/q and ∑k<n∣bk∣ck≤V S1/q.

step 3.2step 2.1L1L4
5.1

Combining, S≤(U+V) S1/q.

step 4.1step 4.2L6
6.1

Dividing by S1/q>0, which is legitimate because S>0, and computing S(S1/q)−1=S1S−1/q=S 1−1/q=S1/p, we obtain S1/p≤U+V; together with the case p=1 and the case S=0 this proves the inequality for every rational p≥1.

step 5.1step 2.1step 1.2step 1.3L3L5L6∎

Depends on

Used by

Dependency tree · two levels

49 results within two dependency steps of this one, each drawn at its shortest distance from it. An arrow runs from a result to what uses it, so the chart reads left to right and ends at this result, which carries a heavier outline. Every node is a link to that result. Click elsewhere on the chart to enlarge it.

Sources