Alphabeta Math
DefinitionDefinition: Literature-sourcedProof: Not applicableSession-authored (Fable 5 assisted)judge 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.

Maximal element and greatest element

Definition

Let (P,)(P, \le) be a poset (Partial order and partially ordered set) and mPm \in P.

mm is a maximal element of PP if no element of PP is strictly above it: there is no xPx \in P with m<xm < x. Equivalently, for every xPx \in P, if mxm \le x then x=mx = m.

mm is a greatest element (or maximum) of PP if xmx \le m for every xPx \in P.

Minimal and least elements are defined dually, reversing every inequality.

Remarks

  • Maximal is not greatest, and the difference is the single most common confusion about ordered sets. A maximal element has nothing strictly above it; a greatest element is above everything. In a total order the two coincide, which is why the distinction is invisible to intuition trained on R\mathbb{R}, but a partial order may have many maximal elements and no greatest one. The refutation is FALSE: every maximal element is a greatest element, witnessed by Two maximal elements and no greatest element .
  • A greatest element is always maximal, and it is unique when it exists: if mm and mm' are both greatest then mmm \le m' and mmm' \le m, so m=mm = m' by antisymmetry. Maximal elements need not be unique.
  • Zorn's lemma concludes that a maximal element exists, never that a greatest one does (Zorn's lemma). In a particular poset the maximal element it produces may happen to be greatest, since a greatest element is maximal; what Zorn never supplies is a guarantee of greatestness. Every application of Zorn therefore has to be phrased so that maximality is enough, typically by arranging the poset so that a maximal object cannot be extended, which is a statement about nothing being strictly above it.
  • Maximality says nothing about comparability: a maximal element may be incomparable to other elements, including to other maximal ones. In Two maximal elements and no greatest element the two maximal elements are incomparable to each other, and in an antichain every element is maximal and is incomparable to all the rest.

Depends on

Used by

Dependency tree · next 3 levels

Direct dependencies and their dependencies through the next three levels: 1 result over 1 level. 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