Alphabeta Math
PropositionStatement: AI-adaptedProof: AI-adaptedprecheck passverified 2026-08-06 (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.

∏i∈∅Ai={∅}; if Aj=∅ for some j∈I then ∏i∈IAi=∅; and for I={j} the evaluation f↦f(j) is a bijection ∏i∈IAi→Aj

Statement

Let (Ai)i∈I be an indexed family. Then

  • (i) if I=∅ then ∏i∈IAi={∅};
  • (ii) if Aj=∅ for some j∈I then ∏i∈IAi=∅;
  • (iii) if I={j} then the evaluation e:={ (f,a)∈(∏i∈IAi)×Aj:a=f(j) } is a bijection ∏i∈IAi→Aj.

Clauses (i) and (ii) pull in opposite directions and are the two cases most often mis-stated: an empty index set gives a product with one element, while a single empty member collapses the product entirely.

Facts & Assumptions

Given: an indexed family (Ai)i∈I.

[L1]

an element of ∏i∈IAi is a function with domain I that takes its value at each index inside the member carried by that index (The product ∏i∈IAi:={ f:I→⋃i∈IAi ∣ f(i)∈Ai for every i∈I }).

[L2]
[L3]

dom⁡R:={ a:∃b (a,b)∈R },ran⁡R:={ b:∃a (a,b)∈R } (Relation, dom⁡R, ran⁡R, fld⁡R, and the specialisations "relation from A to B" and "relation on A").

[L4]

f is injective (one-to-one) if f(x)=f(y) implies x=y, for all x,y∈A (Injection, surjection, bijection).

[L5]

f is surjective (onto) if for every b∈B there is some x∈A with f(x)=b (Injection, surjection, bijection).

[L6]

f=g if and only if dom⁡f=dom⁡g and f(x)=g(x) for every x∈dom⁡f (Functions f and g are equal if and only if dom⁡f=dom⁡g and f(x)=g(x) for every x in that common domain).

[L7]

There is exactly one set with no elements, written ∅ (There is exactly one set with no elements, written ∅).

[L8]

{x,y} is the set whose elements are exactly x and y, and {x}:={x,x} (The unordered pair {x,y} and the singleton {x}={x,x}).

[L9]

For any parameters pˉ and any set x, there is a set y whose elements are exactly the elements z of x for which φ(z,pˉ) holds (The Axiom Schema of Separation: for each formula φ, ∀pˉ ∀x ∃y ∀z (z∈y↔(z∈x∧φ(z,pˉ)))).

[L10]

z∈A×B holds if and only if z=(a,b) for some a∈A and some b∈B (The Cartesian product A×B:={ z∈P(P(A∪B)):∃a∈A ∃b∈B z=(a,b) }).

[L11]
[L12]

If every z satisfies z∈x if and only if z∈y, then x=y (The Axiom of Extensionality: ∀x ∀y (∀z (z∈x↔z∈y)→x=y)).

Proof

technique · direct
1.1

Claim (i): let I=∅. A function with domain ∅ has no elements, since each of its elements would be a pair whose first coordinate lies in its domain, so the only such function is ∅; and it satisfies the condition "f(i)∈Ai for every i∈I" vacuously. Hence ∅ is the only element of the product, and the product is {∅}.

L1L2L3L7L8L12
1.2

Claim (ii): let j∈I with Aj=∅. An element f of the product would satisfy f(j)∈Aj, and ∅ has no elements; so the product has no elements.

L1L7L12
1.3

Claim (iii), the map: let I={j} and write P:=∏i∈IAi. Each f∈P has f(j)∈Aj, so e as displayed is a set by separation inside P×Aj, is single valued because f(j) is, has domain P, and has range inside Aj; thus e:P→Aj with e(f)=f(j).

L1L2L3L9L10
2.1

Claim (iii), injectivity: if e(f)=e(g) for f,g∈P, then f and g have the same domain {j} and agree at j, hence are equal.

L4L6L8step 1.3
2.2

Claim (iii), surjectivity: let a∈Aj and put f:={(j,a)}. This is a function with domain {j} and f(j)=a∈Aj, and a lies in ⋃i∈IAi, so f∈P and e(f)=a.

L1L2L3L5L8L11step 1.3
3.1

Claims (i), (ii) and (iii) are established, which is the statement.

step 1.1step 1.2step 1.3step 2.1step 2.2∎

Remarks

  • Where the general question is settled, and where it is not. These three computations use no choice principle: in (i) and (ii) nothing is selected, and in (iii) the single value f(j) is determined. None of them is an instance of the general question, because each names its elements outright. Whether a product of nonempty members over an arbitrary index set is nonempty is that general question, and it is exactly the product formulation of the Axiom of Choice, stated earlier on this page at The Axiom of Choice; clause (ii) is the reason that formulation carries the hypothesis that every member is nonempty.

Depends on

Used by

Dependency tree · two levels

25 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