Alphabeta Math
CounterexampleConstruction: AI-adaptedVerification: AI-adaptedSession-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.

Two maximal elements and no greatest element

Statement refuted

Refuted claim: in every poset a maximal element is a greatest element, so that having nothing strictly above it forces an element to lie above everything (FALSE: every maximal element is a greatest element, Maximal element and greatest element).

The witness is

P=P({1,2}){{1,2}}={, {1}, {2}},P = \mathcal{P}(\{1,2\}) \setminus \{\{1,2\}\} = \{\, \emptyset,\ \{1\},\ \{2\} \,\},

ordered by inclusion (Partial order and partially ordered set). Both {1}\{1\} and {2}\{2\} are maximal in PP, neither is greatest, and PP has no greatest element at all.

Facts & Assumptions

Given: P=P({1,2}){{1,2}}={,{1},{2}}P = \mathcal{P}(\{1,2\}) \setminus \{\{1,2\}\} = \{\emptyset, \{1\}, \{2\}\}, ordered by inclusion; every member of PP is a subset of {1,2}\{1,2\}, and {1,2}P\{1,2\} \notin P.

[L1]

mm is maximal in PP when no xPx \in P satisfies m<xm < x, and greatest when xmx \le m for every xPx \in P (Maximal element and greatest element).

[L2]

A partial order is reflexive, antisymmetric and transitive, and it need not make every two elements comparable; x<yx < y abbreviates xyx \le y together with xyx \ne y (Partial order and partially ordered set).

Counterexample

technique · direct
1.1

Inclusion is reflexive, antisymmetric and transitive on any collection of sets, so (P,)(P, \subseteq) is a poset, and it has the three elements \emptyset, {1}\{1\}, {2}\{2\}, which are pairwise distinct.

givenL2
1.2

{1}\{1\} and {2}\{2\} are incomparable: 1{2}1 \notin \{2\} gives {1}⊈{2}\{1\} \not\subseteq \{2\}, and 2{1}2 \notin \{1\} gives {2}⊈{1}\{2\} \not\subseteq \{1\}.

givenL2
2.1

{1}\{1\} is maximal: if xPx \in P and {1}x\{1\} \subseteq x then 1x1 \in x, and of the three members of PP only {1}\{1\} contains 11, so x={1}x = \{1\}; hence no xPx \in P satisfies {1}x\{1\} \subsetneq x.

step 1.1L1
2.2

{2}\{2\} is maximal, by the same argument with 22 in place of 11: the only member of PP containing 22 is {2}\{2\}.

step 1.1L1
2.3

Neither of them is greatest: {2}⊈{1}\{2\} \not\subseteq \{1\}, so {1}\{1\} fails to dominate {2}\{2\}, and symmetrically {2}\{2\} fails to dominate {1}\{1\}.

step 1.2L1
2.4

PP has no greatest element at all: a greatest MPM \in P would satisfy {1}M\{1\} \subseteq M and {2}M\{2\} \subseteq M, hence {1,2}M\{1,2\} \subseteq M; but M{1,2}M \subseteq \{1,2\}, so M={1,2}M = \{1,2\}, which is not a member of PP.

step 1.1givenL1
3.1

So (P,)(P, \subseteq) is a poset with two maximal elements and no greatest element, which refutes the claim: having nothing strictly above it does not force an element to lie above everything.

step 2.1step 2.2step 2.3step 2.4

Remarks

  • This witness is not the smallest one. The refutation in FALSE: every maximal element is a greatest element uses a two element antichain, which is minimal, but not for the reason one might expect: the empty poset satisfies the claim vacuously, having no maximal element at all, while a one element poset satisfies it outright, since its single element is maximal and is greatest by reflexivity. Two elements is therefore the least size at which the claim can fail, and it does fail there. Vacuous satisfaction is not confined to the empty poset, incidentally: (N,)(\mathbb{N}, \le) has no maximal element either ((N,)(\mathbb{N}, \le) has no maximal element: Zorn's chain hypothesis fails), and satisfies the claim for that reason. The witness here adds a least element \emptyset below both maximal elements, which matters because it shows the failure is not caused by the poset splitting into unrelated pieces. Even a poset with a bottom, in which every element is comparable to something, can carry several maximal elements.

  • The general pattern. Order the proper subsets of a set XX with at least two elements by inclusion. The maximal elements are exactly the sets X{x}X \setminus \{x\} for xXx \in X: any proper AXA \subsetneq X sits inside X{x}X \setminus \{x\} for any xXAx \in X \setminus A, and nothing lies strictly between X{x}X \setminus \{x\} and XX. Distinct points give distinct maximal elements, so there is one for each point of XX, and there is no greatest element. The poset above is the case X={1,2}X = \{1,2\}.

  • What would rescue the claim is totality. In a totally ordered set a maximal element is greatest, since every other element is comparable to it and cannot be strictly above it, which is why the confusion survives in intuition trained on R\mathbb{R}.

  • Maximality says nothing about comparability: here each maximal element is incomparable to the other, and both are above only \emptyset. Applications of Zorn's lemma must therefore be arranged so that "nothing is strictly above it" already means "it cannot be extended", since nothing stronger is available.

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: 12 results over 6 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