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.

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)={xR:0<x<1} has supI=1 and infI=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 infI=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:={xR:0<x<1}, the abbreviation 2:=1+1, and the notation c/2:=c21 for cR.

[L1]

Epsilon characterisation of the supremum: for a nonempty XR bounded above and an upper bound w of X, one has w=supX if and only if for every ε>0 there is xX with wε<x (Epsilon characterisation of the supremum).

[L2]

Epsilon characterisation of the infimum: for a nonempty XR bounded below and a lower bound m of X, one has m=infX if and only if for every ε>0 there is xX with x<m+ε; such an infX 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 ab is b<a, and a<b implies ab; 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 20 and 21 exists, and 2>1 gives 0<21<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 xu for all xX, and bounds X below when x for all xX; m=maxX means m is an upper bound of X with mX, and m=minX means m is a lower bound of X with mX (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, supXX holds exactly when X has a maximum, and then supX=maxX (The supremum is attained exactly when a maximum exists).

[L8]

The infimum is the greatest lower bound: infX is a lower bound of X, and infX for every lower bound of X (Greatest lower bound (infimum)).

Verification

technique · direct
1.1

The element 21 lies in I, so I: by [L4] one has 0<21<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 xI satisfies 0<x<1, hence 0x and x1; 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{21, 1ε/2} and tε:=min{21, ε/2}, both of which exist.

assume-hypL5choose
2.1

sεI: on the one hand sε21>0, so sε>0; on the other hand sε is one of the two entries 21 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ε/2sε because sε dominates that entry.

step 1.4L4L3L5
2.3

tεI: tε is one of the two entries 21 and ε/2, both of which are positive by [L4], so tε>0; and tε21<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 supI=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 infI=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 supI=mI, whereas supI=1I; 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 infI=0; but every element of I satisfies 0<x, and x0 together with 0<x is impossible by trichotomy.

step 3.2L3L6L8
5.1

Hence supI=1 and infI=0, while 1I and 0I, 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]={xR:0x1} has supJ=1 and infJ=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:={xR:0x1}.

[L1]

Attainment: for a nonempty XR, if X has a maximum then supX exists and supX=maxX; and if supX exists and lies in X then maxX exists and equals supX (The supremum is attained exactly when a maximum exists).

[L2]

Maximum and minimum: m=maxX means mX and xm for every xX; m=minX means mX and mx for every xX; 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 xu for every xX (Complete ordered field (least-upper-bound property)), and is a lower bound of X when x for every xX (Lower bound, bounded below, bounded set); and =infX 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 aa; and a<b implies ab (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 01, and reflexivity gives 00 and 11, so each of 0 and 1 satisfies the membership condition 0x1.

L4
1.2

Every xJ satisfies x1 and 0x, 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=maxJ: the number 1 lies in J and dominates every element of J.

step 1.1step 1.2L2
2.2

0=minJ: 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 supJ exists and supJ=maxJ=1.

step 2.1step 1.1L1
3.2

infJ=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 minJ.

step 2.2step 1.2L3
4.1

Therefore supJ=1J and infJ=0J: 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:n1}=0, not attained, while sup{1/n:n1}=1 is

Example

Write n1 for the canonical natural number 1++1n of R (Canonical naturals are positive and strictly increasing) and 1/n:=(n1)1. The set H={1/n : n1}={1, 1/2, 1/3, } has infH=0, which is not attained, and supH=1, which is attained, being maxH (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 n1 let n1 denote the canonical natural of R and write 1/n:=(n1)1; and let H:={1/n:n1}.

[L1]

Canonical naturals: 11=1; n1>0 for every n1; and nn1 is strictly increasing on {1,2,3,}, so that 1=11n1 for every n1, 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 xR there is a natural n1 with x<n1 (Every complete ordered field is Archimedean, Archimedean ordered field).

[L3]

Inverses and order: if a>0 then a1>0; if 0<a<b then 0<b1<a1 (claims 1 and 2 of Inverses of positives are positive, and reciprocation reverses order); and, from uniqueness of the multiplicative inverse, (a1)1=a for every a0 and 11=1, since a1a=1 exhibits a as an inverse of a1 and the identity axiom 1x=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, xy if and only if xcyc (Sign rules for products and monotonicity of multiplication, Ordered field).

[L5]

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

[L6]

Maximum and attainment: m=maxX means mX and xm for all xX; if a nonempty X has a maximum then supX exists and supX=maxX (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 ab 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 xX, 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=minX means mX and mx for all xX, so a minimum is a lower bound of X belonging to X (Maximum and minimum of a set); and infX is the greatest lower bound, so infX 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 11=1 by [L1], and 1/1=11=1 by [L3], so 1H.

L1L3
1.2

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

L1L3L8
1.3

Every element of H is 1: fix n1 and multiply by the positive constant n1, which by [L4] turns the inequality (n1)11 into the equivalent inequality 1=(n1)1(n1)1(n1)=n1, 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

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

step 1.2L7
2.3

1=maxH: 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 infH=0.

step 1.1step 1.2step 2.1L5
3.2

Since H is nonempty with maximum 1, the attainment criterion gives that supH exists and supH=maxH=1H.

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 infH=0; but every element of H is >0 by 1.2, and x0 together with 0<x is impossible by trichotomy.

step 3.1step 1.2L7L9
5.1

Hence infH=0H and supH=1H: 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 0h1 for every hH, and its members are pairwise distinct, since n1/n is strictly decreasing on {1,2,3,}: for n<m the map nn1 is strictly increasing by [L1], so 0<n1<m1, 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 infH=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{qQ:q>0, q2<2}=2 in R, and no supremum in Q

Example

Let ι:QR be the canonical embedding of the rationals as an ordered subfield of R (The unique embedding of ℚ into an ordered field) and put S={qQ : q>0 and q2<2}. Viewed inside R, the set S has a supremum, namely supS=2, the unique nonnegative real whose square is 2 (Square roots exist: a unique a0 with (a)2=a; the positives are {x2:x0}). 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 ι:QR, the abbreviation 2:=1+1 in each of the two fields, and the set S:={qQ: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 uQ with qu for every qS, and "supremum of S in Q" means such a u that is every upper bound of S in Q.

[L1]

Square roots: every a0 in R has a unique s0 with s2=a (Square roots exist: a unique a0 with (a)2=a; the positives are {x2:x0}).

[L2]

Squaring is strictly monotone on the nonnegatives: for a,b0 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 QR; 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 rq 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 qQ 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 xQ with x2=2 is false (FALSE: some rational number squares to 2).

[L6]

Epsilon characterisation of the supremum: for a nonempty XR bounded above and an upper bound w of X, one has w=supX if and only if for every ε>0 there is xX 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 ab is b<a; the order is transitive; adding a constant preserves it; multiplication distributes over addition, so 22=2+2; 0a=0 for every a, so 02=0 (Multiplication by zero: 0a=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 r0 with r2=2; and r0 because r=0 would give r2=02, so r>0. Write r=:2.

L1L8choose
1.2

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

L8
1.3

Let uQ be an arbitrary upper bound of S in Q, that is, qu for every qS.

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 qS order preservation gives ι(q)>0 and ι(q)2=ι(q2)<ι(2)=2<2+2=22=ι(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 qS 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 0aε, 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 qS the inequality qu 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 qS 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:sS, tT}. Then S+T=(2,4),sup(S+T)=4=1+3=supS+supT, which is the identity of Supremum of a sumset: sup(S+T)=supS+supT 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 sxS and txT. The supremum statement is then supplied by Supremum of a sumset: sup(S+T)=supS+supT together with supS=1 (sup(0,1)=1 and inf(0,1)=0, with neither attained) and supT=3, the latter obtained from supS by translation (Supremum of a translate: sup(a+S)=a+supS) 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)=supS+supT therefore holds with the supremum on the left unattained, just as supS=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:={xR:0<x<1}, T:={xR:2<x<3}, U:={xR:2<x<4}; the translate 2+S:={2+s:sS} and the sumset S+T:={s+t:sS, tT}.

[L1]

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

[L2]

Translation: for nonempty XR bounded above and aR, the translate a+X is nonempty and bounded above and sup(a+X)=a+supX (Supremum of a translate: sup(a+S)=a+supS).

[L3]

Sumset: for nonempty X,YR both bounded above, the sumset X+Y is nonempty and bounded above and sup(X+Y)=supX+supY (Supremum of a sumset: sup(S+T)=supS+supT).

[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 20 and 21 exists with c=(c21)2 for every c; 02=0 and 12=2 (Multiplication by zero: 0a=0, Field); and multiplying by the positive constant 2 is an order equivalence, so x<y if and only if x2<y2 (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=x2 for every x, 22=4 and 32=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=maxX means mX and xm for every xX (Maximum and minimum of a set); and if a nonempty X has a maximum then supX exists and equals maxXX, 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 sR, 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+(y2) where subtracting 2 from each part gives 0<y2<1; the two directions are equivalences because adding a constant is one.

L4L6
1.2

S+TU: for sS and tT, 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 xU be arbitrary, so 2<x<4, and put sx:=(x2)21 and tx:=(x+2)21.

assume-hypL5choose
2.1

sxS and sx+tx=x: subtracting 2 from each part of 2<x<4 gives 0<x2<2, that is 02<sx2<12, so 0<sx<1 by [L5]; and sx+tx=((x2)+(x+2))21=(x+x)21=(x2)21=x.

step 1.3L4L5L6
2.2

txT: adding 2 to each part of 2<x<4 gives 22=4<x+2<4+2=32, and tx2=x+2, so 2<tx<3 by [L5].

step 1.3L4L5L6
2.3

supT=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+supS=2+1=3, and 2+S=T by 1.1.

step 1.1L1L2L6
3.1

US+T, hence S+T=U: for arbitrary xU the elements sxS and txT satisfy sx+tx=x, so xS+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)=supS+supT=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 supU=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)=4S+T, so by the attainment criterion S+T has no maximum: the identity sup(S+T)=supS+supT 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 SR is nonempty and bounded above then supSS; 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 1I. 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:={xR:0<x<1}.

[L1]

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

[L2]

Attainment: for a nonempty XR whose supremum exists, supXX holds exactly when X has a maximum, and then supX=maxX (The supremum is attained exactly when a maximum exists, Maximum and minimum of a set).

[L3]

The refuted claim: for every nonempty SR that is bounded above, supS exists and supSS (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 supI=1.

L1L3
1.2

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

L1L4
2.1

Hence supI=1 and 1I, so supII 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 supI=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={n1 : n1}, where n1 denotes the canonical natural 1++1n 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:={n1:n1} of its canonical naturals.

[L1]

Canonical naturals: 11=1 and n1>0 for every n1 (Canonical naturals are positive and strictly increasing).

[L2]

Archimedean property: R is a complete ordered field, hence Archimedean, so for every xR there is a natural n1 with x<n1 (Every complete ordered field is Archimedean, Archimedean ordered field).

[L3]

Upper bound, bounded above, supremum: u is an upper bound of X when xu for every xX; 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 SR has a supremum in R (FALSE: every subset of R has a supremum).

[L5]

Order: trichotomy holds, so a<b and ba 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 11=1A.

L1
1.2

Let xR be arbitrary.

assume-hyp
2.1

x is not an upper bound of A: the Archimedean property supplies a natural n1 with x<n1, and n1 is an element of A, so the requirement n1x 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 w1<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 xu for every xX and is a lower bound when x for every xX; X is bounded when it has both; and a supremum of X is an upper bound u of X with uu 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 w1<w for every w; and trichotomy holds, so a<b and ba 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 SR has a supremum in R (FALSE: every subset of R has a supremum).

Counterexample

technique · direct
1.1

Every wR 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 wR be an arbitrary upper bound of .

assume-hyp
2.1

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

step 1.1step 1.2L2
3.1

Hence ww1 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