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.

✓ 8 results · all verified · 5 also independently AI-judged
Every result on this page is machine-checked by a proof checker and read in full by a delegated reviewing agent on the owner's instruction; the judge is an additional, independent cross-model AI review of the proofs. The 3 not AI-judged were verified by owner audit (typically over a confirmed judge false positive), not failures.

Suprema and Infima: Examples and Counterexamples

1 · Prerequisites

2 · Summary

3 · Logical flowchart

4 · Definitions, theorems and proofs

None yet.

5 · Examples, counterexamples and false statements

ExampleConstruction: Literature-sourcedVerification: AI-generatedprecheck passjudge pass (z-ai/glm-5.2)verified 2026-07-26 (claude-opus-5)Open item page →

sup⁡(0,1)=1 and inf⁡(0,1)=0, with neither attained

Example

The open unit interval I=(0,1)={x∈R:0<x<1} has sup⁡I=1 and inf⁡I=0, and neither value belongs to I. This is the smallest interesting computation in the subject: both bounds exist by the least-upper-bound property (Complete ordered field (least-upper-bound property)) and its dual (Every nonempty set bounded below has an infimum), and both are missed by the set, so I has neither a maximum (The supremum is attained exactly when a maximum exists) nor a minimum. The maximum is ruled out by the attainment criterion; the minimum is ruled out directly, since a minimum would be a lower bound of I lying in I and therefore at most inf⁡I=0 (Maximum and minimum of a set, Greatest lower bound (infimum)).

Nothing here is asserted by inspection. That 1 bounds I above is checked from the definition; that no smaller number does is checked with the epsilon characterisation (Epsilon characterisation of the supremum), by exhibiting, for each ε>0, an explicit element of I lying strictly above 1−ε. The witness is max⁡{1/2, 1−ε/2}: the second entry does the approximating, and the first keeps the witness inside I when ε is large. The infimum is handled symmetrically with Epsilon characterisation of the infimum and the witness min⁡{1/2, ε/2}.

Facts & Assumptions

Given: The complete ordered field R, the open interval I:={x∈R:0<x<1}, the abbreviation 2:=1+1, and the notation c/2:=c⋅2−1 for c∈R.

[L1]

Epsilon characterisation of the supremum: for a nonempty X⊆R bounded above and an upper bound w of X, one has w=sup⁡X if and only if for every ε>0 there is x∈X with w−ε<x (Epsilon characterisation of the supremum).

[L2]

Epsilon characterisation of the infimum: for a nonempty X⊆R bounded below and a lower bound m of X, one has m=inf⁡X if and only if for every ε>0 there is x∈X with x<m+ε; such an inf⁡X exists for every nonempty X bounded below (Epsilon characterisation of the infimum, Every nonempty set bounded below has an infimum, Greatest lower bound (infimum)).

[L3]

Order: trichotomy holds, so exactly one of a<b, a=b, b<a is true, a<a is impossible, the negation of a≤b is b<a, and a<b implies a≤b; the order is transitive; and adding a constant preserves it, that is, a<b implies a+c<b+c (claim 1 of Order is preserved by adding a constant and by adding inequalities) (Complete ordered field (least-upper-bound property), Ordered field, Order is preserved by adding a constant and by adding inequalities).

[L4]

Halving: 0<1, so 2=1+1>1>0; hence 2≠0 and 2−1 exists, and 2>1 gives 0<2−1<1; consequently 0<c/2<c for every c>0 (The multiplicative identity is positive, Order is preserved by adding a constant and by adding inequalities, Reciprocals and order: 1/r against 1, When ab<b for positive a,b, Field).

[L5]

Every set {a,b} of two reals has a maximum and a minimum, so the notations max⁡{a,b} and min⁡{a,b} are legitimate: each is an element of {a,b}, the maximum dominates both entries and the minimum is dominated by both (Every nonempty finite set of reals has a maximum and a minimum, Maximum and minimum of a set).

[L6]

Upper bound, lower bound, maximum, minimum: u bounds X above when x≤u for all x∈X, and ℓ bounds X below when ℓ≤x for all x∈X; m=max⁡X means m is an upper bound of X with m∈X, and m=min⁡X means m is a lower bound of X with m∈X (Complete ordered field (least-upper-bound property), Lower bound, bounded below, bounded set, Maximum and minimum of a set).

[L7]

Attainment of the supremum: for nonempty X whose supremum exists, sup⁡X∈X holds exactly when X has a maximum, and then sup⁡X=max⁡X (The supremum is attained exactly when a maximum exists).

[L8]

The infimum is the greatest lower bound: inf⁡X is a lower bound of X, and ℓ≤inf⁡X for every lower bound ℓ of X (Greatest lower bound (infimum)).

Verification

technique · direct
1.1

The element 2−1 lies in I, so I≠∅: by [L4] one has 0<2−1<1, which is exactly the membership condition.

L4L6
1.2

The number 1 is an upper bound of I and the number 0 is a lower bound of I: every x∈I satisfies 0<x<1, hence 0≤x and x≤1; in particular I is bounded above and bounded below.

L3L6
1.3

Neither 1 nor 0 lies in I: membership requires x<1 and 0<x, and both 1<1 and 0<0 are impossible by irreflexivity.

L3L6
1.4

Let ε>0 be arbitrary and put sε:=max⁡{2−1, 1−ε/2} and tε:=min⁡{2−1, ε/2}, both of which exist.

assume-hypL5choose
2.1

sε∈I: on the one hand sε≥2−1>0, so sε>0; on the other hand sε is one of the two entries 2−1 and 1−ε/2, and each of them is <1, the first by [L4] and the second because ε/2>0 gives 1−ε/2<1; hence sε<1.

step 1.4L4L3
2.2

1−ε<sε: from ε/2<ε one gets 1−ε<1−ε/2, and 1−ε/2≤sε because sε dominates that entry.

step 1.4L4L3L5
2.3

tε∈I: tε is one of the two entries 2−1 and ε/2, both of which are positive by [L4], so tε>0; and tε≤2−1<1, so tε<1.

step 1.4L4L3L5
2.4

tε<0+ε: indeed tε≤ε/2<ε=0+ε, using ε/2<ε from [L4] and transitivity.

step 1.4L4L3L5
3.1

I is nonempty and bounded above by 1, and for every ε>0 the element sε of I satisfies 1−ε<sε; the epsilon characterisation therefore gives sup⁡I=1.

step 1.1step 1.2step 2.1step 2.2L1
3.2

I is nonempty and bounded below by 0, and for every ε>0 the element tε of I satisfies tε<0+ε; the dual characterisation therefore gives inf⁡I=0.

step 1.1step 1.2step 2.3step 2.4L2
4.1

I has no maximum: if m were one, the attainment criterion would give sup⁡I=m∈I, whereas sup⁡I=1∉I; the two are incompatible, so no maximum exists.

step 3.1step 1.3L7
4.2

I has no minimum: a minimum of I would be a lower bound of I lying in I, hence at most the greatest lower bound inf⁡I=0; but every element of I satisfies 0<x, and x≤0 together with 0<x is impossible by trichotomy.

step 3.2L3L6L8
5.1

Hence sup⁡I=1 and inf⁡I=0, while 1∉I and 0∉I, and I has neither a maximum nor a minimum, so both bounds are approached by I and reached by neither.

step 3.1step 3.2step 1.3step 4.1step 4.2∎

Remarks

ExampleConstruction: Literature-sourcedVerification: AI-generatedprecheck passjudge pass (z-ai/glm-5.2)verified 2026-07-26 (claude-opus-5)Open item page →

sup⁡[0,1]=1=max⁡[0,1] and inf⁡[0,1]=0=min⁡[0,1]

Example

The closed unit interval J=[0,1]={x∈R:0≤x≤1} has sup⁡J=1 and inf⁡J=0, exactly as the open interval sup⁡(0,1)=1 and inf⁡(0,1)=0, with neither attained does, but here both values belong to J: they are the maximum and the minimum (Maximum and minimum of a set).

That is the whole content of this example. The two intervals have the same supremum and the same infimum, and differ only in attainment, so the numerical value of a supremum says nothing about whether the set reaches it. The computation is also easier than for the open interval, because a set with a maximum has that maximum as its least upper bound for free, with no epsilon argument and no appeal to completeness (The supremum is attained exactly when a maximum exists).

Facts & Assumptions

Given: The complete ordered field R and the closed interval J:={x∈R:0≤x≤1}.

[L1]

Attainment: for a nonempty X⊆R, if X has a maximum then sup⁡X exists and sup⁡X=max⁡X; and if sup⁡X exists and lies in X then max⁡X exists and equals sup⁡X (The supremum is attained exactly when a maximum exists).

[L2]

Maximum and minimum: m=max⁡X means m∈X and x≤m for every x∈X; m=min⁡X means m∈X and m≤x for every x∈X; each is unique when it exists (Maximum and minimum of a set).

[L3]

Bounds and the infimum: u is an upper bound of X when x≤u for every x∈X (Complete ordered field (least-upper-bound property)), and ℓ is a lower bound of X when ℓ≤x for every x∈X (Lower bound, bounded below, bounded set); and ℓ=inf⁡X means ℓ is a lower bound of X with ℓ′≤ℓ for every lower bound ℓ′ of X, unique when it exists (Greatest lower bound (infimum)).

[L4]

Order: 0<1; the order is reflexive, so a≤a; and a<b implies a≤b (The multiplicative identity is positive, Complete ordered field (least-upper-bound property), Ordered field).

Verification

technique · direct
1.1

Both 0 and 1 lie in J, so J≠∅: from 0<1 we get 0≤1, and reflexivity gives 0≤0 and 1≤1, so each of 0 and 1 satisfies the membership condition 0≤x≤1.

L4
1.2

Every x∈J satisfies x≤1 and 0≤x, directly by the membership condition; so 1 is an upper bound of J and 0 is a lower bound of J.

L3
2.1

1=max⁡J: the number 1 lies in J and dominates every element of J.

step 1.1step 1.2L2
2.2

0=min⁡J: the number 0 lies in J and is dominated by every element of J.

step 1.1step 1.2L2
3.1

Since J is nonempty and has the maximum 1, the attainment criterion gives that sup⁡J exists and sup⁡J=max⁡J=1.

step 2.1step 1.1L1
3.2

inf⁡J=0: the number 0 is a lower bound of J, and any lower bound ℓ′ of J satisfies ℓ′≤0 because 0 is itself an element of J; so 0 is the greatest lower bound of J, and it equals min⁡J.

step 2.2step 1.2L3
4.1

Therefore sup⁡J=1∈J and inf⁡J=0∈J: both bounds are attained, and they coincide with the maximum and the minimum of J.

step 3.1step 3.2L1L2∎

Remarks

ExampleConstruction: Literature-sourcedVerification: AI-generatedprecheck passjudge pass (z-ai/glm-5.2)verified 2026-07-26 (claude-opus-5)Open item page →

inf⁡{1/n:n≥1}=0, not attained, while sup⁡{1/n:n≥1}=1 is

Example

Write n⋅1 for the canonical natural number 1+⋯+1⏟n of R (Canonical naturals are positive and strictly increasing) and 1/n:=(n⋅1)−1. The set H={ 1/n : n≥1 }={ 1, 1/2, 1/3, … } has inf⁡H=0, which is not attained, and sup⁡H=1, which is attained, being max⁡H (Maximum and minimum of a set).

The interesting half is the infimum, and it is exactly the Archimedean property (Every complete ordered field is Archimedean) in disguise. That 0 is a lower bound is immediate from positivity of the canonical naturals. That no positive number is a lower bound is the statement that the reciprocals of the naturals get below every positive ε, which is what the Archimedean property asserts once applied to ε−1. Leastness is then read off from the epsilon characterisation Epsilon characterisation of the infimum. Nothing is asserted by inspection: for each ε>0 an explicit index is produced.

Facts & Assumptions

Given: The complete ordered field R; for a natural number n≥1 let n⋅1 denote the canonical natural of R and write 1/n:=(n⋅1)−1; and let H:={ 1/n:n≥1 }.

[L1]

Canonical naturals: 1⋅1=1; n⋅1>0 for every n≥1; and n↦n⋅1 is strictly increasing on {1,2,3,… }, so that 1=1⋅1≤n⋅1 for every n≥1, with equality exactly when n=1 (Canonical naturals are positive and strictly increasing).

[L2]

Archimedean property: R is a complete ordered field, hence Archimedean, so for every x∈R there is a natural n≥1 with x<n⋅1 (Every complete ordered field is Archimedean, Archimedean ordered field).

[L3]

Inverses and order: if a>0 then a−1>0; if 0<a<b then 0<b−1<a−1 (claims 1 and 2 of Inverses of positives are positive, and reciprocation reverses order); and, from uniqueness of the multiplicative inverse, (a−1)−1=a for every a≠0 and 1−1=1, since a−1a=1 exhibits a as an inverse of a−1 and the identity axiom 1⋅x=x at x=1 exhibits 1 as an inverse of itself (Field).

[L4]

Multiplying by a positive constant is an order equivalence: for c>0 one has x<y if and only if xc<yc, and hence, by trichotomy, x≤y if and only if xc≤yc (Sign rules for products and monotonicity of multiplication, Ordered field).

[L5]

Epsilon characterisation of the infimum: for a nonempty X⊆R bounded below and a lower bound m of X, one has m=inf⁡X if and only if for every ε>0 there is x∈X with x<m+ε (Epsilon characterisation of the infimum, Greatest lower bound (infimum)).

[L6]

Maximum and attainment: m=max⁡X means m∈X and x≤m for all x∈X; if a nonempty X has a maximum then sup⁡X exists and sup⁡X=max⁡X (Maximum and minimum of a set, The supremum is attained exactly when a maximum exists).

[L7]

Order: trichotomy holds, so a<a is impossible and the negation of a≤b is b<a; the order is transitive; and 0<1 (Complete ordered field (least-upper-bound property), Ordered field, The multiplicative identity is positive).

[L8]

Lower bound and bounded below: ℓ bounds X below when ℓ≤x for all x∈X, and X is bounded below when such an ℓ exists (Lower bound, bounded below, bounded set).

[L9]

Minimum, and the infimum as greatest lower bound: m=min⁡X means m∈X and m≤x for all x∈X, so a minimum is a lower bound of X belonging to X (Maximum and minimum of a set); and inf⁡X is the greatest lower bound, so ℓ≤inf⁡X for every lower bound ℓ of X (Greatest lower bound (infimum)).

Verification

technique · direct
1.1

H is nonempty: taking n=1 gives the canonical natural 1⋅1=1 by [L1], and 1/1=1−1=1 by [L3], so 1∈H.

L1L3
1.2

Every element of H is positive, so 0 is a lower bound of H and H is bounded below: for n≥1 one has n⋅1>0, hence 1/n=(n⋅1)−1>0 and in particular 0≤1/n.

L1L3L8
1.3

Every element of H is ≤1: fix n≥1 and multiply by the positive constant n⋅1, which by [L4] turns the inequality (n⋅1)−1≤1 into the equivalent inequality 1=(n⋅1)−1(n⋅1)≤1⋅(n⋅1)=n⋅1, and the latter holds by [L1].

L1L3L4
1.4

Let ε>0 be arbitrary; then ε−1>0, and the Archimedean property applied to ε−1 supplies a natural nε≥1 with ε−1<nε⋅1.

assume-hypL2L3choose
2.1

That index witnesses the approximation: from 0<ε−1<nε⋅1 and [L3] one gets 0<(nε⋅1)−1<(ε−1)−1=ε, that is 1/nε∈H with 1/nε<0+ε.

step 1.4L3L7
2.2

0∉H: every element of H is >0 by 1.2, whereas 0>0 is impossible by irreflexivity.

step 1.2L7
2.3

1=max⁡H: the element 1 lies in H by 1.1 and dominates every element of H by 1.3.

step 1.1step 1.3L6
3.1

H is nonempty and bounded below by 0, and for every ε>0 some element of H is <0+ε; the epsilon characterisation therefore gives inf⁡H=0.

step 1.1step 1.2step 2.1L5
3.2

Since H is nonempty with maximum 1, the attainment criterion gives that sup⁡H exists and sup⁡H=max⁡H=1∈H.

step 2.3step 1.1L6
4.1

H has no minimum: a minimum of H would be a lower bound of H lying in H, hence at most the greatest lower bound inf⁡H=0; but every element of H is >0 by 1.2, and x≤0 together with 0<x is impossible by trichotomy.

step 3.1step 1.2L7L9
5.1

Hence inf⁡H=0∉H and sup⁡H=1∈H: the infimum of H is not attained and H has no minimum, while the supremum is attained and is the maximum.

step 3.1step 3.2step 2.2step 4.1L6∎

Remarks

  • The set H is bounded, with 0≤h≤1 for every h∈H, and its members are pairwise distinct, since n↦1/n is strictly decreasing on {1,2,3,… }: for n<m the map n↦n⋅1 is strictly increasing by [L1], so 0<n⋅1<m⋅1, and inversion reverses that by [L3], giving 1/m<1/n. It is the standard example showing that a bounded set with infinitely many members can attain one of its two bounds and miss the other. ("Infinite" is used here in its everyday sense: no definition of finiteness is in scope on this page, and nothing above or below depends on one.)
  • Positivity of every element is what makes 0 a lower bound, and the Archimedean property is what makes it the greatest one. In a non-Archimedean ordered field the argument breaks at exactly one point, step 1.4: it is the Archimedean property (Every complete ordered field is Archimedean) that supplies, for a given ε>0, an index nε with ε−1<nε⋅1, and hence with 1/nε<ε in step 2.1. And Not every ordered field is Archimedean exhibits an ordered field where no such natural exists. What that item establishes is the failure of the Archimedean property there; it says nothing about H or its greatest lower bound, and this page does not compute one. So the value inf⁡H=0 is a statement about R, not a formal manipulation.
  • Read as a sequence rather than a set, H is the classical null sequence; the rational form of the same fact is The sequence 1/n is null.
ExampleConstruction: AI-adaptedVerification: AI-adaptedprecheck passverified 2026-08-04 (gpt-5.6-sol-codex-subscription)Open item page →

sup⁡{q∈Q:q>0, q2<2}=2 in R, and no supremum in Q

Example

Let ι:Q→R be the canonical embedding of the rationals as an ordered subfield of R (The unique embedding of ℚ into an ordered field) and put S={ q∈Q : q>0 and q2<2 }. Viewed inside R, the set S has a supremum, namely sup⁡S=2, the unique nonnegative real whose square is 2 (Square roots exist: a unique a≥0 with (a)2=a; the positives are {x2:x≠0}). Viewed inside Q, the same set has no supremum at all: it has upper bounds in Q, but none of them is least.

This is the reason R exists. The rationals form an ordered field in which a perfectly ordinary bounded set fails to have a least upper bound, because the number that ought to be that bound is irrational (FALSE: some rational number squares to 2). The least-upper-bound property (Complete ordered field (least-upper-bound property)) is precisely the repair, and the value it supplies here is 2.

The order-theoretic defect exhibited below is the exact counterpart of the metric defect recorded in FALSE: the rationals are complete, where a Cauchy sequence of rationals fails to have a rational limit. The two are different statements about the same hole in Q, and this library repairs it twice, once by Dedekind cuts and once by Cauchy sequences.

Facts & Assumptions

Given: The complete ordered field R, the canonical embedding ι:Q→R, the abbreviation 2:=1+1 in each of the two fields, and the set S:={ q∈Q:q>0 and q2<2 }, regarded as a subset of Q and, through ι, as the subset ι(S) of R. "Upper bound of S in Q" means an element u∈Q with q≤u for every q∈S, and "supremum of S in Q" means such a u that is ≤ every upper bound of S in Q.

[L1]

Square roots: every a≥0 in R has a unique s≥0 with s2=a (Square roots exist: a unique a≥0 with (a)2=a; the positives are {x2:x≠0}).

[L2]

Squaring is strictly monotone on the nonnegatives: for a,b≥0 in R one has a<b if and only if a2<b2 (Squaring is monotone on the nonnegatives).

[L3]

The embedding: ι is the unique field homomorphism Q→R; it is injective and order preserving, so ι(q+r)=ι(q)+ι(r), ι(qr)=ι(q)ι(r), ι(1)=1 and q<r implies ι(q)<ι(r). It also reflects the order: if ι(q)<ι(r) then q<r, since r≤q would give ι(r)≤ι(q) by order preservation and injectivity, contradicting trichotomy (The unique embedding of ℚ into an ordered field, Ordered field).

[L4]

Density: R is Archimedean, being a complete ordered field, and its rationals are dense in it, so for x<y in R there is q∈Q with x<ι(q)<y (Every complete ordered field is Archimedean, Archimedean ordered field, ℚ is dense in every Archimedean ordered field).

[L5]

The claim that there exists x∈Q with x2=2 is false (FALSE: some rational number squares to 2).

[L6]

Epsilon characterisation of the supremum: for a nonempty X⊆R bounded above and an upper bound w of X, one has w=sup⁡X if and only if for every ε>0 there is x∈X with w−ε<x (Epsilon characterisation of the supremum).

[L7]

Every set {a,b} of two reals has a maximum, which is one of the two entries and dominates both (Every nonempty finite set of reals has a maximum and a minimum, Maximum and minimum of a set).

[L8]

Order and least upper bounds: 0<1, hence 2=1+1>1>0 in both fields; trichotomy holds, so the negation of a≤b is b<a; the order is transitive; adding a constant preserves it; multiplication distributes over addition, so 2⋅2=2+2; 0⋅a=0 for every a, so 02=0 (Multiplication by zero: 0⋅a=0); and a least upper bound is an upper bound that is ≤ every upper bound (The multiplicative identity is positive, Order is preserved by adding a constant and by adding inequalities, Complete ordered field (least-upper-bound property), Ordered field, Field).

Verification

technique · direct
1.1

In R we have 2=1+1>0, so [L1] supplies a unique r≥0 with r2=2; and r≠0 because r=0 would give r2=0≠2, so r>0. Write r=:2.

L1L8choose
1.2

S is nonempty: the rational 1 satisfies 1>0 and 12=1<2, so 1∈S.

L8
1.3

Let u∈Q be an arbitrary upper bound of S in Q, that is, q≤u for every q∈S.

assume-hyp
1.4

Let ε>0 in R be arbitrary.

assume-hyp
1.5

The rational 2 is an upper bound of S in Q, so S is bounded above there: for q∈S order preservation gives ι(q)>0 and ι(q)2=ι(q2)<ι(2)=2<2+2=2⋅2=ι(2)2, whence ι(q)<ι(2) by [L2] and q<2 by order reflection.

L2L3L8
2.1

r is an upper bound of ι(S) in R: for q∈S order preservation gives ι(q)>0 and ι(q)2=ι(q2)<ι(2)=2=r2, so ι(q)<r by [L2], hence ι(q)≤r.

step 1.1L2L3L8
2.2

r is not the image of any rational: if r=ι(q) then ι(q2)=ι(q)2=r2=2=ι(2), so q2=2 by injectivity of ι, which [L5] forbids.

step 1.1L3L5
2.3

Put aε:=max⁡{0, r−ε}, which exists by [L7]; then 0≤aε, and aε<r because aε is one of the two entries 0 and r−ε, of which the first is <r by 1.1 and the second is <r because ε>0.

step 1.1step 1.4L7L8choose
2.4

The image ι(u) of the bound u is an upper bound of ι(S) in R: for q∈S the inequality q≤u in Q gives ι(q)≤ι(u) by order preservation.

step 1.3L3
3.1

Density applied to aε<r produces a rational qε with aε<ι(qε)<r; then ι(qε)>aε≥0 forces qε>0 by order reflection, and 0≤ι(qε)<r gives ι(qε2)=ι(qε)2<r2=2=ι(2) by [L2], hence qε2<2 in Q; so qε∈S and r−ε≤aε<ι(qε).

step 2.3step 1.1L4L2L3
4.1

The set ι(S) is nonempty and bounded above in R by r, and for every ε>0 its element ι(qε) satisfies r−ε<ι(qε); the epsilon characterisation therefore gives sup⁡ι(S)=r=2.

step 1.2step 2.1step 3.1L6
5.1

Since r is the least upper bound of ι(S) and ι(u) is an upper bound of it, we get r≤ι(u); and r≠ι(u) by 2.2, so r<ι(u).

step 4.1step 2.4step 2.2L8
6.1

Density applied to r<ι(u) produces a rational v with r<ι(v)<ι(u); every q∈S satisfies ι(q)≤r<ι(v), so q<v by order reflection and v is an upper bound of S in Q; and v<u, again by order reflection. Hence u is not ≤ every upper bound of S in Q, so u is not a supremum of S in Q.

step 5.1step 2.1L4L3L8
7.1

The upper bound u was an arbitrary one, so no upper bound of S in Q is least: S has a supremum in R, equal to 2, and has no supremum in Q even though it is nonempty and bounded above there, for instance by 2.

step 6.1step 4.1step 1.5L8∎

Remarks

  • The set S is bounded above in Q, by 2, as step 1.5 checks. Both hypotheses of the least-upper-bound property are therefore satisfied inside Q, and the conclusion still fails. The property is a genuine assumption about the field, not a consequence of the order axioms alone.
  • The proof of leastness uses density twice, once to find an element of S close below 2 and once to squeeze a rational between 2 and a putative rational least upper bound. Both uses go through ℚ is dense in every Archimedean ordered field, which is itself a consequence of the Archimedean property (Every complete ordered field is Archimedean).
  • The same argument runs with 2 replaced by any positive rational c that is not the square of a rational, once its two numerical steps are readjusted: step 1.2 must exhibit a positive rational whose square lies below c, and step 1.5 a positive rational whose square lies above it, neither of which is the constant 1 or 2 in general. Both exist for every positive rational c, and uniformly, so nothing here depends on c being convenient: take p:=c/(1+c) and w:=1+c, both positive rationals. Then p2<c, since p2<c is equivalent to c2<c(1+c)2 and hence, dividing by c>0, to c<(1+c)2=1+2c+c2, which holds because 1+c+c2>0; and w2=1+2c+c2>c for the same reason. Everything after those two steps is unchanged, so the failure is pervasive rather than a curiosity attached to 2.
ExampleConstruction: AI-adaptedVerification: AI-generatedprecheck passjudge pass (z-ai/glm-5.2)verified 2026-07-26 (claude-opus-5)Open item page →

(0,1)+(2,3)=(2,4), with supremum 4=sup⁡(0,1)+sup⁡(2,3)

Example

Take S=(0,1) and T=(2,3) and form the sumset S+T={ s+t:s∈S, t∈T }. Then S+T=(2,4),sup⁡(S+T)=4=1+3=sup⁡S+sup⁡T, which is the identity of Supremum of a sumset: sup⁡(S+T)=sup⁡S+sup⁡T on a concrete pair of intervals.

Two things are actually computed here, and it is worth keeping them apart. The set identity S+T=(2,4) is not a supremum statement at all: the inclusion ⊆ comes from adding inequalities, and the inclusion ⊇ needs a construction, namely a decomposition x=sx+tx of each x∈(2,4) with sx∈S and tx∈T. The supremum statement is then supplied by Supremum of a sumset: sup⁡(S+T)=sup⁡S+sup⁡T together with sup⁡S=1 (sup⁡(0,1)=1 and inf⁡(0,1)=0, with neither attained) and sup⁡T=3, the latter obtained from sup⁡S by translation (Supremum of a translate: sup⁡(a+S)=a+sup⁡S) rather than by a second epsilon argument.

The value 4 is not attained: it fails the strict inequality x<4 that defines (2,4), so S+T has no maximum (The supremum is attained exactly when a maximum exists, Maximum and minimum of a set). The identity sup⁡(S+T)=sup⁡S+sup⁡T therefore holds with the supremum on the left unattained, just as sup⁡S=1 is unattained in sup⁡(0,1)=1 and inf⁡(0,1)=0, with neither attained.

Facts & Assumptions

Given: The complete ordered field R; the abbreviations 2:=1+1, 3:=2+1, 4:=3+1; the sets S:={x∈R:0<x<1}, T:={x∈R:2<x<3}, U:={x∈R:2<x<4}; the translate 2+S:={2+s:s∈S} and the sumset S+T:={s+t:s∈S, t∈T}.

[L1]

The open unit interval: S is nonempty and bounded above, and sup⁡S=1 (sup⁡(0,1)=1 and inf⁡(0,1)=0, with neither attained).

[L2]

Translation: for nonempty X⊆R bounded above and a∈R, the translate a+X is nonempty and bounded above and sup⁡(a+X)=a+sup⁡X (Supremum of a translate: sup⁡(a+S)=a+sup⁡S).

[L3]

Sumset: for nonempty X,Y⊆R both bounded above, the sumset X+Y is nonempty and bounded above and sup⁡(X+Y)=sup⁡X+sup⁡Y (Supremum of a sumset: sup⁡(S+T)=sup⁡S+sup⁡T).

[L4]

Order and addition: a<b implies a+c<b+c, and strict inequalities add, so a<b together with c<d gives a+c<b+d (claims 1 and 2 of Order is preserved by adding a constant and by adding inequalities). Applying the first claim with the constant c and then with the constant −c turns it into the equivalence a<b if and only if a+c<b+c, which is the form used below whenever a constant is subtracted from each part of a chain of inequalities (Ordered field).

[L5]

Halving: 0<1, hence 2=1+1>0, so 2≠0 and 2−1 exists with c=(c⋅2−1)⋅2 for every c; 0⋅2=0 and 1⋅2=2 (Multiplication by zero: 0⋅a=0, Field); and multiplying by the positive constant 2 is an order equivalence, so x<y if and only if x⋅2<y⋅2 (claim 4 of Sign rules for products and monotonicity of multiplication) (The multiplicative identity is positive, Field, Ordered field).

[L6]

Arithmetic of the named constants, from the field axioms: 2+1=3, 3+1=4, 2+2=4, 1+3=4, x+x=x⋅2 for every x, 2⋅2=4 and 3⋅2=4+2 (Field, Complete ordered field (least-upper-bound property)).

[L7]

Order: trichotomy holds in an ordered field, so a<a is impossible for every a (Ordered field, Complete ordered field (least-upper-bound property)).

[L8]

Maximum and attainment: m=max⁡X means m∈X and x≤m for every x∈X (Maximum and minimum of a set); and if a nonempty X has a maximum then sup⁡X exists and equals max⁡X∈X, so a set whose supremum exists and does not belong to it has no maximum (The supremum is attained exactly when a maximum exists).

Verification

technique · direct
1.1

T=2+S: for s∈R, adding 2 to each part of 0<s<1 gives 2<2+s<2+1=3, and conversely each y with 2<y<3 equals 2+(y−2) where subtracting 2 from each part gives 0<y−2<1; the two directions are equivalences because adding a constant is one.

L4L6
1.2

S+T⊆U: for s∈S and t∈T, adding 0<s to 2<t gives 2=0+2<s+t, and adding s<1 to t<3 gives s+t<1+3=4.

L4L6
1.3

Let x∈U be arbitrary, so 2<x<4, and put sx:=(x−2)⋅2−1 and tx:=(x+2)⋅2−1.

assume-hypL5choose
2.1

sx∈S and sx+tx=x: subtracting 2 from each part of 2<x<4 gives 0<x−2<2, that is 0⋅2<sx⋅2<1⋅2, so 0<sx<1 by [L5]; and sx+tx=((x−2)+(x+2))⋅2−1=(x+x)⋅2−1=(x⋅2)⋅2−1=x.

step 1.3L4L5L6
2.2

tx∈T: adding 2 to each part of 2<x<4 gives 2⋅2=4<x+2<4+2=3⋅2, and tx⋅2=x+2, so 2<tx<3 by [L5].

step 1.3L4L5L6
2.3

sup⁡T=3, and T is nonempty and bounded above: applying the translation identity to the nonempty bounded-above set S with a=2 gives that 2+S is nonempty and bounded above with sup⁡(2+S)=2+sup⁡S=2+1=3, and 2+S=T by 1.1.

step 1.1L1L2L6
3.1

U⊆S+T, hence S+T=U: for arbitrary x∈U the elements sx∈S and tx∈T satisfy sx+tx=x, so x∈S+T; combined with the inclusion of 1.2 this gives S+T=U, that is (0,1)+(2,3)=(2,4).

step 2.1step 2.2step 1.2step 1.3
3.2

sup⁡(S+T)=4: both S and T are nonempty and bounded above, so the sumset identity applies and gives sup⁡(S+T)=sup⁡S+sup⁡T=1+3=4.

step 2.3L1L3L6
4.1

Therefore (0,1)+(2,3) is exactly the interval (2,4), and its supremum is 4, which is the sum sup⁡(0,1)+sup⁡(2,3) of the two suprema; in particular sup⁡U=4.

step 3.1step 3.2L3
4.2

The value 4 does not belong to S+T: by 3.1 one has S+T=U, membership in U requires x<4, and 4<4 is impossible.

step 3.1L7
5.1

Hence S+T is nonempty with sup⁡(S+T)=4∉S+T, so by the attainment criterion S+T has no maximum: the identity sup⁡(S+T)=sup⁡S+sup⁡T holds with the left-hand supremum unattained.

step 4.1step 4.2L3L8∎

Remarks

CounterexampleConstruction: Literature-sourcedVerification: AI-generatedprecheck passverified 2026-08-04 (gpt-5.6-sol-codex-subscription)Open item page →

A supremum need not belong to its set: sup⁡(0,1)=1∉(0,1)

Statement refuted

Refuted claim: if S⊆R is nonempty and bounded above then sup⁡S∈S; equivalently, every nonempty subset of R that is bounded above has a maximum (FALSE: the supremum of a set belongs to the set, Maximum and minimum of a set).

The witness is the open unit interval I=(0,1). It is nonempty, it is bounded above by 1, its supremum exists and equals 1, and 1∉I. The supremum computation is carried out in full in sup⁡(0,1)=1 and inf⁡(0,1)=0, with neither attained and is not repeated here; this item records only what that computation refutes.

Facts & Assumptions

Given: The complete ordered field R and the open interval I:={x∈R:0<x<1}.

[L1]

The open unit interval: I is nonempty, 1 is an upper bound of I, sup⁡I=1, and 1∉I (sup⁡(0,1)=1 and inf⁡(0,1)=0, with neither attained).

[L2]

Attainment: for a nonempty X⊆R whose supremum exists, sup⁡X∈X holds exactly when X has a maximum, and then sup⁡X=max⁡X (The supremum is attained exactly when a maximum exists, Maximum and minimum of a set).

[L3]

The refuted claim: for every nonempty S⊆R that is bounded above, sup⁡S exists and sup⁡S∈S (FALSE: the supremum of a set belongs to the set).

[L4]

Order: trichotomy holds, so a<a is impossible (Complete ordered field (least-upper-bound property), Ordered field).

Counterexample

technique · direct
1.1

I is a nonempty subset of R bounded above by 1, so it is an instance of the claim, and its supremum exists with sup⁡I=1.

L1L3
1.2

1∉I: membership in I requires x<1, and 1<1 is impossible by irreflexivity.

L1L4
2.1

Hence sup⁡I=1 and 1∉I, so sup⁡I∉I and the claim fails on I.

step 1.1step 1.2L3
2.2

Equivalently, I has no maximum: a maximum of I would have to be sup⁡I=1 and would have to lie in I, and 1 does not.

step 1.1step 1.2L2
3.1

The open unit interval is therefore a nonempty, bounded above subset of R whose supremum exists and does not belong to it; the claim that a supremum belongs to its set is refuted, and so is the equivalent claim that boundedness above forces a maximum.

step 2.1step 2.2L3∎

Remarks

CounterexampleConstruction: Literature-sourcedVerification: AI-generatedprecheck passjudge pass (openai/gpt-5.4)verified 2026-07-26 (claude-opus-5)Open item page →

An unbounded set has no supremum: the naturals inside R

Statement refuted

Refuted claim: every subset of R has a supremum in R (FALSE: every subset of R has a supremum).

The witness here is the canonical copy of the natural numbers inside R, A={ n⋅1 : n≥1 }, where n⋅1 denotes the canonical natural 1+⋯+1⏟n of the field (Canonical naturals are positive and strictly increasing). The set A is nonempty, so the nonemptiness hypothesis of the least-upper-bound property (Complete ordered field (least-upper-bound property)) is satisfied; what fails is boundedness above, and it fails as badly as possible, since A has no upper bound whatsoever. That is precisely the Archimedean property of R (Every complete ordered field is Archimedean), so this failure is a theorem about R, not an accident of the set chosen.

Facts & Assumptions

Given: The complete ordered field R and the set A:={ n⋅1:n≥1 } of its canonical naturals.

[L1]

Canonical naturals: 1⋅1=1 and n⋅1>0 for every n≥1 (Canonical naturals are positive and strictly increasing).

[L2]

Archimedean property: R is a complete ordered field, hence Archimedean, so for every x∈R there is a natural n≥1 with x<n⋅1 (Every complete ordered field is Archimedean, Archimedean ordered field).

[L3]

Upper bound, bounded above, supremum: u is an upper bound of X when x≤u for every x∈X; X is bounded above when it has an upper bound; and a supremum of X is an upper bound of X that is ≤ every upper bound of X, so in particular every supremum is an upper bound (Complete ordered field (least-upper-bound property), Lower bound, bounded below, bounded set).

[L4]

The refuted claim: every S⊆R has a supremum in R (FALSE: every subset of R has a supremum).

[L5]

Order: trichotomy holds, so a<b and b≤a cannot both be true (Ordered field, Complete ordered field (least-upper-bound property)).

Counterexample

technique · direct
1.1

A is a nonempty subset of R: taking n=1 gives 1⋅1=1∈A.

L1
1.2

Let x∈R be arbitrary.

assume-hyp
2.1

x is not an upper bound of A: the Archimedean property supplies a natural n≥1 with x<n⋅1, and n⋅1 is an element of A, so the requirement n⋅1≤x for an upper bound fails by trichotomy.

step 1.2L2L3L5
3.1

Since x was an arbitrary real number, no real number is an upper bound of A; hence A is not bounded above.

step 2.1step 1.2L3
4.1

A supremum of A would in particular be an upper bound of A, and there is none, so A has no supremum in R even though A is nonempty; the claim that every subset of R has a supremum is refuted, and the boundedness hypothesis of the least-upper-bound property cannot be dropped.

step 3.1step 1.1L3L4∎

Remarks

CounterexampleConstruction: Literature-sourcedVerification: AI-generatedprecheck passverified 2026-08-04 (gpt-5.6-sol-codex-subscription)Open item page →

The empty set is bounded and has no supremum

Statement refuted

Refuted claim: every subset of R has a supremum in R (FALSE: every subset of R has a supremum).

The witness here is ∅, and it fails for the opposite reason to the unbounded witness An unbounded set has no supremum: the naturals inside R. The empty set is bounded, in fact bounded above and below by every real number at once (Lower bound, bounded below, bounded set), so the set of its upper bounds is all of R. A supremum would be a least element of that set, and R has no least element, because w−1<w for every w. What fails is therefore the nonemptiness hypothesis of the least-upper-bound property (Complete ordered field (least-upper-bound property)), not boundedness.

Facts & Assumptions

Given: The complete ordered field R and its empty subset ∅.

[L1]

Upper bound, lower bound, bounded, supremum: u is an upper bound of X when x≤u for every x∈X and ℓ is a lower bound when ℓ≤x for every x∈X; X is bounded when it has both; and a supremum of X is an upper bound u of X with u≤u′ for every upper bound u′ of X (Complete ordered field (least-upper-bound property), Lower bound, bounded below, bounded set).

[L2]

Order: 0<1; adding a constant preserves the order, so 0<1 gives w−1<w for every w; and trichotomy holds, so a<b and b≤a cannot both be true (The multiplicative identity is positive, Order is preserved by adding a constant and by adding inequalities, Ordered field, Complete ordered field (least-upper-bound property)).

[L3]

The refuted claim: every S⊆R has a supremum in R (FALSE: every subset of R has a supremum).

Counterexample

technique · direct
1.1

Every w∈R is both an upper bound and a lower bound of ∅: the defining condition quantifies over no elements and so holds vacuously. In particular ∅ is bounded, and its set of upper bounds is all of R.

L1
1.2

Let w∈R be an arbitrary upper bound of ∅.

assume-hyp
2.1

The number w−1 is also an upper bound of ∅, by 1.1, and w−1<w, since 0<1 gives w−1<(w−1)+1=w on adding w−1 to both sides.

step 1.1step 1.2L2
3.1

Hence w≤w−1 fails by trichotomy, so w is not ≤ every upper bound of ∅ and is therefore not a supremum of ∅; as w was an arbitrary upper bound, and every real is one, no real number is a supremum of ∅.

step 2.1step 1.2L1L2
4.1

So ∅ is a bounded subset of R with no supremum in R: the claim that every subset of R has a supremum is refuted, this time by a set that is bounded but not nonempty, and the nonemptiness hypothesis of the least-upper-bound property cannot be dropped either.

step 3.1step 1.1L3∎

Remarks

  • The same argument, applied to lower bounds, shows that ∅ has no infimum either: every real is a lower bound and there is no greatest real, since w<w+1 for every w.
  • Together with An unbounded set has no supremum: the naturals inside R this shows that both hypotheses of the least-upper-bound property are load bearing, and that they fail independently: ∅ is bounded and not nonempty, while the naturals inside R are nonempty and not bounded above. Neither witness alone would establish that.
  • Some texts repair the refuted claim by declaring sup⁡∅=−∞ in the extended reals. That convention is consistent and is discussed in Conventions: sup⁡∅, unbounded sets, and the extended reals; this library does not adopt it, because −∞ is not an element of R.
  • The convention sup⁡∅=−∞ is exactly the assertion that the empty set has a least upper bound in a larger ordered set in which every element bounds ∅ above and −∞ is least. That larger set is not a field, which is why Conventions: sup⁡∅, unbounded sets, and the extended reals keeps it out of the statements proved here rather than adopting it by default.

Sources