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=max[0,1]\sup[0,1] = 1 = \max[0,1] and inf[0,1]=0=min[0,1]\inf[0,1] = 0 = \min[0,1]

Example

The closed unit interval J=[0,1]={xR:0x1}J = [0,1] = \{x \in \mathbb{R} : 0 \le x \le 1\} has supJ=1\sup J = 1 and infJ=0\inf J = 0, exactly as the open interval sup(0,1)=1\sup(0,1) = 1 and inf(0,1)=0\inf(0,1) = 0, with neither attained does, but here both values belong to JJ: 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\mathbb{R} and the closed interval J:={xR:0x1}J := \{x \in \mathbb{R} : 0 \le x \le 1\}.

[L1]

Attainment: for a nonempty XRX \subseteq \mathbb{R}, if XX has a maximum then supX\sup X exists and supX=maxX\sup X = \max X; and if supX\sup X exists and lies in XX then maxX\max X exists and equals supX\sup X (The supremum is attained exactly when a maximum exists).

[L2]

Maximum and minimum: m=maxXm = \max X means mXm \in X and xmx \le m for every xXx \in X; m=minXm = \min X means mXm \in X and mxm \le x for every xXx \in X; each is unique when it exists (Maximum and minimum of a set).

[L3]

Bounds and the infimum: uu is an upper bound of XX when xux \le u for every xXx \in X (Complete ordered field (least-upper-bound property)), and \ell is a lower bound of XX when x\ell \le x for every xXx \in X (Lower bound, bounded below, bounded set); and =infX\ell = \inf X means \ell is a lower bound of XX with \ell' \le \ell for every lower bound \ell' of XX, unique when it exists (Greatest lower bound (infimum)).

[L4]

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

Verification

technique · direct
1.1

Both 00 and 11 lie in JJ, so JJ \ne \emptyset: from 0<10 < 1 we get 010 \le 1, and reflexivity gives 000 \le 0 and 111 \le 1, so each of 00 and 11 satisfies the membership condition 0x10 \le x \le 1.

L4
1.2

Every xJx \in J satisfies x1x \le 1 and 0x0 \le x, directly by the membership condition; so 11 is an upper bound of JJ and 00 is a lower bound of JJ.

L3
2.1

1=maxJ1 = \max J: the number 11 lies in JJ and dominates every element of JJ.

step 1.1step 1.2L2
2.2

0=minJ0 = \min J: the number 00 lies in JJ and is dominated by every element of JJ.

step 1.1step 1.2L2
3.1

Since JJ is nonempty and has the maximum 11, the attainment criterion gives that supJ\sup J exists and supJ=maxJ=1\sup J = \max J = 1.

step 2.1step 1.1L1
3.2

infJ=0\inf J = 0: the number 00 is a lower bound of JJ, and any lower bound \ell' of JJ satisfies 0\ell' \le 0 because 00 is itself an element of JJ; so 00 is the greatest lower bound of JJ, and it equals minJ\min J.

step 2.2step 1.2L3
4.1

Therefore supJ=1J\sup J = 1 \in J and infJ=0J\inf J = 0 \in J: both bounds are attained, and they coincide with the maximum and the minimum of JJ.

step 3.1step 3.2L1L2

Remarks

Depends on

Used by

Nothing in the library uses this result yet.

Dependency tree · next 3 levels

Direct dependencies and their dependencies through the next three levels: 25 results over 9 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