Alphabeta Math
LemmaStatement: AI-adaptedProof: AI-generatedprecheck passverified 2026-08-05 (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.

Disjoint union, cartesian product, function space and power set respect equinumerosity, and for ordinals α,β the sets α⊔β and α×β carry explicit well-orders, so their cardinalities exist in ZF

Statement

For sets A and B write

A⊔B:=({0}×A)∪({1}×B),BA:={ h:h is a function B→A },

so A⊔B is the disjoint union, made disjoint by tagging, and BA is the set of all functions from B to A. Work in ZF. Then:

(a) Representative independence. If A≈A′ and B≈B′ (Equinumerous sets, A≈B and A⪯B) then

A⊔B≈A′⊔B′,A×B≈A′×B′,BA≈B′A′.

(b) Power sets. If A≈B then P(A)≈P(B).

(c) Two operations are choice-free. For ordinals α and β (Ordinal (von Neumann)) the sets α⊔β and α×β carry explicitly defined well-orders (Well-order and well-ordered set), so each is equinumerous with an ordinal and each has a cardinality ∣α⊔β∣, ∣α×β∣ in ZF (A set equinumerous with some ordinal has a least such ordinal, that ordinal is a cardinal, and equinumerous sets get the same one; no choice principle is used).

(d) The third is not. Nothing here well-orders βα, and no argument on this page does. Assuming the Axiom of Choice (The Axiom of Choice) every set is well-orderable (The well-ordering theorem) and βα has a cardinality like any other set; that is where cardinal exponentiation gets its hypothesis.

Facts & Assumptions

Given: Sets A,A′,B,B′ and ordinals α,β, in ZF. No choice principle is assumed except where the Axiom of Choice is named.

[L1]

A set is well-orderable if and only if it is equinumerous with an ordinal; it then has a least such ordinal ∣X∣, which is a cardinal, and equinumerous sets receive the same one (A set equinumerous with some ordinal has a least such ordinal, that ordinal is a cardinal, and equinumerous sets get the same one; no choice principle is used, Cardinal (initial ordinal) and cardinality).

[L2]

A well-order is a relation that is irreflexive, transitive, trichotomous, and such that every nonempty subset has a least element (Well-order and well-ordered set).

[L3]

Every set of ordinals is well ordered by ∈, and every nonempty set of ordinals has an ∈-least element (Trichotomy and well-ordering of the ordinals).

[L4]

A composition of bijections is a bijection, the inverse of a bijection is a bijection, and a function with a two-sided inverse is a bijection (Injection, surjection, bijection).

[L5]

≈ means that a bijection exists, and it is reflexive, symmetric and transitive (Equinumerous sets, A≈B and A⪯B).

[L6]

Every element of an ordinal is an ordinal and α∉α (Basic closure properties of ordinals, Ordinal (von Neumann)).

[L7]

Assuming the Axiom of Choice, every set carries a well-order (The Axiom of Choice, The well-ordering theorem).

Proof

technique · direct
1.1

Fix bijections f:A→A′ and g:B→B′; these exist by [L5], and everything below is built from them, so nothing is chosen beyond one bijection for each of the two hypotheses.

L5given
1.2

The map σ:A⊔B→A′⊔B′ with σ(0,a)=(0,f(a)) and σ(1,b)=(1,g(b)) has the two-sided inverse built the same way from f−1 and g−1, hence is a bijection.

L4L5
1.3

The map π:A×B→A′×B′, π(a,b)=(f(a),g(b)), has the two-sided inverse (a′,b′)↦(f−1(a′),g−1(b′)), hence is a bijection.

L4L5
1.4

The map Φ:BA→B′A′, Φ(h)=f∘h∘g−1, lands in B′A′ and has the two-sided inverse Ψ(h′)=f−1∘h′∘g, since Ψ(Φ(h))=f−1∘f∘h∘g−1∘g=h and symmetrically; so it is a bijection and claim (a) holds.

L4L5
1.5

Claim (b): if f:A→B is a bijection then S↦f[S] maps P(A) to P(B) with two-sided inverse T↦f−1[T], hence is a bijection.

L4L5
1.6

On α⊔β define (i,ξ)≺(j,η) to hold when i∈j, or i=j and ξ∈η; this is irreflexive, transitive and trichotomous by [L6] and [L3], and a nonempty S⊆α⊔β has a ≺-least element, namely (0,ξ0) with ξ0 the ∈-least ξ having (0,ξ)∈S when such a ξ exists, and (1,η0) with η0 the ∈-least such η otherwise.

L2L3L6
1.7

On α×β define (ξ,η)⊲(ξ′,η′) to hold when ξ∈ξ′, or ξ=ξ′ and η∈η′; the same three properties hold by [L3] and [L6], and a nonempty S⊆α×β has ⊲-least element (ξ0,η0) where ξ0 is the ∈-least first coordinate occurring in S and η0 is the ∈-least η with (ξ0,η)∈S; both are least elements of nonempty sets of ordinals, so neither is chosen.

L2L3L6
1.8

Assuming the Axiom of Choice, βα carries a well-order by [L7] and therefore has a cardinality by [L1]; this is claim (d), and no step above supplies such a well-order in ZF.

L1L7
2.1

By [L1] applied to the well-orders of steps 1.6 and 1.7, each of α⊔β and α×β is equinumerous with an ordinal and so has a cardinality in ZF, which is claim (c).

step 1.6step 1.7L1
3.1

Together: ⊔, ×, the function space and the power set all respect ≈, the first two have ZF cardinalities on ordinal arguments, and the function space is given one by the Axiom of Choice.

step 1.4step 1.5step 1.8step 2.1∎

Remarks

Why the disjoint union is tagged. A∪B is not an invariant of A≈A′ and B≈B′: taking A=A′=B={0} and B′={1} gives A∪B={0} and A′∪B′={0,1}, which are not equinumerous. Tagging with 0 and 1 makes the two blocks disjoint whatever the sets were, and claim (a) is then true as stated. This is why the operation defined on this page is ⊔ and never ∪.

The lexicographic order is not the order used for Hessenberg's theorem. Step 1.7 well-orders α×β, which is everything claim (c) asks for. Its order type is in general much larger than α: the lexicographic order on ω×ω has order type ω⋅ω. The proof that ∣κ×κ∣=κ for infinite κ uses a different, cleverer well-order and is Hessenberg: κ⊗κ=κ for every infinite cardinal κ, proved in ZF from the canonical well-order of κ×κ.

Where the asymmetry between ⊗ and exponentiation comes from. A product of two well-ordered sets is well-ordered by an order written down from the two given ones. A set of functions between well-ordered sets has no such canonical order: the obvious candidates need a choice at each argument. That is not a defect of this proof but the reason general cardinal exponentiation is stated with the Axiom of Choice on this page; the exponential unit laws (Commutativity, associativity, distributivity and monotonicity of ⊕ and ⊗, the unit laws, the two exponent laws, and κ≤λ if and only if κ injects into λ) and the finite case (Every natural number and ω are cardinals, every infinite cardinal is a limit ordinal, and on the natural numbers the cardinal operations are the published finite counting operations, with ∣A∣ in the finite sense equal to ∣A∣ in the cardinal sense) are choice-free, because the function sets they count carry a canonical well-order.

Depends on

Used by

Dependency tree · two levels

31 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