Alphabeta Math
ExampleConstruction: AI-generatedVerification: AI-generatedSession-authored (Fable 5 assisted)precheck passverified 2026-08-03 (gpt-5.6-sol-codex-subscription)
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.

Finite choice written out: a choice function for three sets

Example

Let

F={{0,1}, {1,2}, {2,3}},\mathcal{F} = \{\, \{0,1\},\ \{1,2\},\ \{2,3\} \,\},

a family of three nonempty sets of natural numbers. A choice function for F\mathcal{F} (Choice function) can be written down outright, by listing its three values:

g({0,1})=0,g({1,2})=1,g({2,3})=2.g(\{0,1\}) = 0, \qquad g(\{1,2\}) = 1, \qquad g(\{2,3\}) = 2.

Nothing was assumed to produce it. Each value is one element taken from one set already known to be nonempty, and three such picks are made one after another. The induction of Every natural-number-indexed list of nonempty sets has a choice function on its family of values is exactly this process stated in general. That lemma indexes the family by a natural number rather than counting its members: writing the three sets as the values F(0),F(1),F(2)F(0), F(1), F(2) of a function FF with domain 3={0,1,2}3 = \{0,1,2\} (The natural numbers N\mathbb{N} (von Neumann)), the successor step restricts FF to the shorter index set, takes a choice function for those values, and overwrites it with one further pair.

Facts & Assumptions

Given: The family F={{0,1},{1,2},{2,3}}\mathcal{F} = \{\{0,1\}, \{1,2\}, \{2,3\}\}, whose members are sets of natural numbers, together with the function FF with domain the von Neumann natural number 3={0,1,2}3 = \{0,1,2\} (The natural numbers N\mathbb{N} (von Neumann)) given by F(0)={0,1}F(0) = \{0,1\}, F(1)={1,2}F(1) = \{1,2\}, F(2)={2,3}F(2) = \{2,3\}, so that F=F[3]\mathcal{F} = F[3].

[L1]

A choice function for a family F\mathcal{F} is a function gg with domain F\mathcal{F} such that g(S)Sg(S) \in S for every SFS \in \mathcal{F} (Choice function).

[L2]

For every natural number nn and every function FF with domain nn all of whose values are nonempty, the family of values F[n]F[n] has a choice function; the proof is an induction on nn whose successor step restricts FF to nσ(n)n \subseteq \sigma(n), takes a choice function for F[n]F[n], and overwrites it with the single pair (F(n),a)(F(n), a) for some aF(n)a \in F(n) (Every natural-number-indexed list of nonempty sets has a choice function on its family of values).

Verification

technique · direct
1.1

The three members are pairwise distinct: 00 belongs to {0,1}\{0,1\} and to neither of the others, 11 belongs to {1,2}\{1,2\} but not to {2,3}\{2,3\}, and {0,1}{2,3}\{0,1\} \ne \{2,3\} since 0{2,3}0 \notin \{2,3\}; so F\mathcal{F} has exactly three members.

given
1.2

Every member is nonempty: 0{0,1}0 \in \{0,1\}, 1{1,2}1 \in \{1,2\} and 2{2,3}2 \in \{2,3\}.

given
2.1

Let g={({0,1},0), ({1,2},1), ({2,3},2)}g = \{\, (\{0,1\}, 0),\ (\{1,2\}, 1),\ (\{2,3\}, 2) \,\}, the set whose three elements are those ordered pairs; it is a relation with domain F\mathcal{F}, and since the three members of F\mathcal{F} are pairwise distinct its three first coordinates are pairwise distinct, so it is single valued: gg is a function on F\mathcal{F}.

step 1.1construct
3.1

Its values lie where they must: g({0,1})=0{0,1}g(\{0,1\}) = 0 \in \{0,1\}, g({1,2})=1{1,2}g(\{1,2\}) = 1 \in \{1,2\} and g({2,3})=2{2,3}g(\{2,3\}) = 2 \in \{2,3\}, so g(S)Sg(S) \in S for every SFS \in \mathcal{F} and gg is a choice function for F\mathcal{F}.

step 2.1step 1.2L1
4.1

A function of this shape is what the induction of [L2] returns when run on the listing FF: since FF has domain 33 and each value is nonempty by step 1.2, [L2] applies with n=3n = 3 and yields a choice function for F[3]=FF[3] = \mathcal{F}, obtained in three stages, one pick at each index, so no choice principle is invoked and none is needed. Nothing here rests on counting the members of F\mathcal{F}, only on the listing exhibited in the Given.

step 3.1step 1.2givenL2

Remarks

  • Where an axiom would have been needed, and why it was not. Each pick is a single existential instantiation from a single nonempty set, licensed by first-order logic alone. Three of them are made, one at a time, and three is a natural number, so the process stops. What ZF does not supply is a choice function for every arbitrary family of nonempty sets. An infinite family can still have a choice function given by a defining rule — such as the minimum rule below — so the gap filled by the Axiom of Choice is arbitrary families, not mere infinitude.

  • Choice functions are not unique. Taking the larger element of each pair gives another one, with values 1,2,31, 2, 3; since each member has two elements there are 222=82 \cdot 2 \cdot 2 = 8 choice functions for F\mathcal{F} in all. Nothing in the definition prefers one of them.

  • The particular gg displayed above is the rule SminSS \mapsto \min S, which happens to work for every nonempty set of natural numbers at once (min\min is a choice function on N\mathbb{N}). That is a feature of N\mathbb{N}, not of finiteness. The two ingredients come apart in Russell's shoes and socks, where the family is infinite and carries no such rule.

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: 33 results over 15 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