Alphabeta Math
LemmaStatement: AI-adaptedProof: AI-adaptedprecheck 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 S⊆Z be nonempty. Call b∈Z an upper bound for S when s≤b for every s∈S, and a lower bound when b≤s for every s∈S; call m a greatest element of S when m∈S and s≤m for every s∈S, and a least element when m∈S and m≤s for every s∈S.

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

Facts & Assumptions

Given: A nonempty S⊆Z, and the embedding ι:N→Z, ι(k)=[(k,0)], of The naturals embed in the integers.

[L1]

Z is a commutative ring: addition is associative and commutative, x+0=x, and every x has an additive inverse −x, with −(−x)=x; we write u−v for 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 is total, antisymmetric and transitive, and is compatible with addition: x≤y implies x+z≤y+z (The integers form a totally ordered ring, Order on the integers).

[L3]

ι is injective, preserves addition, multiplication and order, and its image is exactly the set of nonnegative integers, so every x≥0 is ι(k) for a unique k∈N (The naturals embed in the integers, The natural numbers N (von Neumann)).

[L4]

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

Proof

technique · direct
1.1

Suppose b is an upper bound for S. For every s∈S we have s≤b, and adding −s gives 0≤b−s; so b−s is nonnegative and therefore equals ι(k) for a unique k∈N.

givenL1L2L3
1.2

Now suppose instead that c is a lower bound for S, and put S′:={ −s:s∈S }, a nonempty subset of Z. For s∈S, adding −s−c to c≤s gives −s≤−c, so −c is an upper bound for S′.

givenL1L2
2.1

Put T:={ k∈N:b−ι(k)∈S }. It is nonempty: choosing s∈S and the k of step 1.1 with ι(k)=b−s, we get b−ι(k)=b−(b−s)=s∈S, so k∈T.

step 1.1L1given
3.1

By well-ordering let k0 be the least element of T, and put m:=b−ι(k0), so that m∈S.

step 2.1L4choose
4.1

Let s∈S. By step 1.1 there is k∈N with ι(k)=b−s, and then b−ι(k)=s∈S, so k∈T and hence k0≤k.

step 1.1step 2.1step 3.1L1
5.1

Applying ι, which preserves the order, gives ι(k0)≤ι(k)=b−s; adding s−ι(k0) to this inequality gives s≤b−ι(k0)=m.

step 3.1step 4.1L1L2L3
6.1

So m∈S and s≤m for every s∈S: m is a greatest element of S. If m′ were another one, then m≤m′ and m′≤m, so m=m′ by antisymmetry.

step 3.1step 5.1L2
7.1

By the first part S′ has a greatest element, which has the form −ℓ with ℓ∈S; then for every s∈S we have −s≤−ℓ, and adding s+ℓ gives ℓ≤s. So ℓ is a least element of S, and it is unique by antisymmetry as in step 6.1.

step 6.1step 1.2L1L2∎

Remarks

Depends on

Used by

Dependency tree · two levels

33 results within two dependency steps of this one, each drawn at its shortest distance from it. An arrow runs from a result to what uses it, so the chart reads left to right and ends at this result, which carries a heavier outline. Every node is a link to that result. Click elsewhere on the chart to enlarge it.

Sources