Alphabeta Math
ExampleConstruction: Literature-sourcedVerification: AI-generatedSession-authored (Fable 5 assisted)precheck 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.

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

Depends on

Used by

Dependency tree · next 3 levels

Direct dependencies and their dependencies through the next three levels: 30 results over 8 levels. An arrow runs from a result to what uses it, and this result sits at the bottom with a heavier outline. Click the chart to enlarge it.

Sources