Alphabeta Math
LemmaStatement: AI-adaptedProof: AI-adaptedSession-authored (Fable 5 assisted)precheck passjudge pass (z-ai/glm-5.2)audited 2026-07-28
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.

A nonempty set of integers bounded above has a greatest element, and a nonempty set of integers bounded below has a least element

Statement

Let SZS \subseteq \mathbb{Z} be nonempty. Call bZb \in \mathbb{Z} an upper bound for SS when sbs \le b for every sSs \in S, and a lower bound when bsb \le s for every sSs \in S; call mm a greatest element of SS when mSm \in S and sms \le m for every sSs \in S, and a least element when mSm \in S and msm \le s for every sSs \in S.

If SS has an upper bound, it has a greatest element. If SS has a lower bound, it has a least element. In each case the element is unique.

Facts & Assumptions

Given: A nonempty SZS \subseteq \mathbb{Z}, and the embedding ι:NZ\iota : \mathbb{N} \to \mathbb{Z}, ι(k)=[(k,0)]\iota(k) = [(k,0)], of The naturals embed in the integers.

[L1]

Z\mathbb{Z} is a commutative ring: addition is associative and commutative, x+0=xx + 0 = x, and every xx has an additive inverse x-x, with (x)=x-(-x) = x; we write uvu - v for u+(v)u + (-v) (The integers form a commutative ring, Arithmetic on the integers, The integers as equivalence classes of pairs of naturals).

[L2]

The order on Z\mathbb{Z} is total, antisymmetric and transitive, and is compatible with addition: xyx \le y implies x+zy+zx + z \le y + z (The integers form a totally ordered ring, Order on the integers).

[L3]

ι\iota is injective, preserves addition, multiplication and order, and its image is exactly the set of nonnegative integers, so every x0x \ge 0 is ι(k)\iota(k) for a unique kNk \in \mathbb{N} (The naturals embed in the integers, The natural numbers N\mathbb{N} (von Neumann)).

[L4]

Every nonempty subset of N\mathbb{N} has a least element (The well-ordering principle, Order on the natural numbers).

Proof

technique · direct
1.1

Suppose bb is an upper bound for SS. For every sSs \in S we have sbs \le b, and adding s-s gives 0bs0 \le b - s; so bsb - s is nonnegative and therefore equals ι(k)\iota(k) for a unique kNk \in \mathbb{N}.

givenL1L2L3
1.2

Now suppose instead that cc is a lower bound for SS, and put S:={s:sS}S' := \{\, -s : s \in S \,\}, a nonempty subset of Z\mathbb{Z}. For sSs \in S, adding sc-s - c to csc \le s gives sc-s \le -c, so c-c is an upper bound for SS'.

givenL1L2
2.1

Put T:={kN:bι(k)S}T := \{\, k \in \mathbb{N} : b - \iota(k) \in S \,\}. It is nonempty: choosing sSs \in S and the kk of step 1.1 with ι(k)=bs\iota(k) = b - s, we get bι(k)=b(bs)=sSb - \iota(k) = b - (b - s) = s \in S, so kTk \in T.

step 1.1L1given
3.1

By well-ordering let k0k_0 be the least element of TT, and put m:=bι(k0)m := b - \iota(k_0), so that mSm \in S.

step 2.1L4choose
4.1

Let sSs \in S. By step 1.1 there is kNk \in \mathbb{N} with ι(k)=bs\iota(k) = b - s, and then bι(k)=sSb - \iota(k) = s \in S, so kTk \in T and hence k0kk_0 \le k.

step 1.1step 2.1step 3.1L1
5.1

Applying ι\iota, which preserves the order, gives ι(k0)ι(k)=bs\iota(k_0) \le \iota(k) = b - s; adding sι(k0)s - \iota(k_0) to this inequality gives sbι(k0)=ms \le b - \iota(k_0) = m.

step 3.1step 4.1L1L2L3
6.1

So mSm \in S and sms \le m for every sSs \in S: mm is a greatest element of SS. If mm' were another one, then mmm \le m' and mmm' \le m, so m=mm = m' by antisymmetry.

step 3.1step 5.1L2
7.1

By the first part SS' has a greatest element, which has the form -\ell with S\ell \in S; then for every sSs \in S we have s-s \le -\ell, and adding s+s + \ell gives s\ell \le s. So \ell is a least element of SS, and it is unique by antisymmetry as in step 6.1.

step 6.1step 1.2L1L2

Remarks

Depends on

Used by

Dependency tree · next 3 levels

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