Alphabeta Math
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.

✓ 10 results · all verified · 0 also independently AI-judged
Every result on this page is machine-checked by a proof checker and read in full by a delegated reviewing agent on the owner's instruction; the judge is an additional, independent cross-model AI review of the proofs. The 10 not AI-judged were verified by owner audit (typically over a confirmed judge false positive), not failures.

The ZFC Axioms and the Basic Set Constructions: Examples and Counterexamples

1 · Prerequisites

2 · Summary

3 · Logical flowchart

4 · Definitions, theorems and proofs

None yet.

5 · Examples, counterexamples and false statements

ExampleConstruction: AI-adaptedVerification: AI-adaptedprecheck passverified 2026-08-06 (claude-opus-5)Open item page →

P(∅)={∅}, P({∅})={∅,{∅}}, and P({∅,{∅}}) listed in full

Example

Write A:={∅,{∅}}, and abbreviate {x,y,z,w}:={x,y}∪{z,w}. Then

P(∅)={∅},P({∅})={∅,{∅}},P(A)={∅,{∅},{{∅}},A},

and the four sets listed in P(A) are pairwise distinct.

Facts & Assumptions

Given: A:={∅,{∅}} and the abbreviation {x,y,z,w}:={x,y}∪{z,w}.

[L2]

z∈P(x) holds if and only if z⊆x (The power set P(x)={ z:z⊆x }).

[L4]

{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}).

[L5]

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)).

[L6]

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

Verification

technique · direct
1.1

P(∅)={∅} is the general identity applied at ∅.

L1
1.2

A set z satisfies z⊆{∅} exactly when every element of z equals ∅, that is, exactly when z has no element or ∅ is its only element; those two sets are ∅ and {∅}, and both are indeed included in {∅}. Hence P({∅})={∅,{∅}}.

L2L3L4L5L6
1.3

A set z satisfies z⊆A exactly when every element of z is ∅ or {∅}, so z is determined by whether it has ∅ as an element and whether it has {∅} as an element; the four resulting sets are ∅, {∅}, {{∅}} and A, and each is included in A. Hence P(A)={∅,{∅},{{∅}},A}.

L2L3L4L5L6L7L8
1.4

The four are pairwise distinct: ∅ has no element, {∅} has ∅ as its only element, {{∅}} has {∅} as its only element, and A has both; moreover ∅≠{∅}, since the second has an element and the first does not.

L4L5L6
2.1

The three power sets are computed and the four members of P(A) are distinct, which is the example.

step 1.1step 1.2step 1.3step 1.4∎
ExampleConstruction: AI-adaptedVerification: AI-adaptedprecheck passverified 2026-08-06 (claude-opus-5)Open item page →

(∅,∅)={{∅}} and (∅,{∅})={{∅},{∅,{∅}}}, with the characterising property checked on them

Example

Unfolding the Kuratowski definition at the two smallest sets gives

(∅,∅)={{∅}},(∅,{∅})={{∅},{∅,{∅}}},

and these two sets are distinct, as the characterising property requires, since ∅≠{∅}.

Facts & Assumptions

Given: the sets ∅ and {∅}.

[L1]
[L2]

{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}).

[L3]

(a,b)=(c,d) if and only if a=c and b=d ((a,b)=(c,d) if and only if a=c and b=d).

[L4]

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

[L5]

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)).

Verification

technique · direct
1.1

∅≠{∅}, because {∅} has ∅ as an element and the empty set has none.

L2L4
1.2

(∅,∅)={{∅},{∅,∅}} by the definition, and {∅,∅}={∅}, so both members of the outer pair are {∅} and the outer pair is {{∅}}.

L1L2L5
1.3

(∅,{∅})={{∅},{∅,{∅}}} directly by the definition, with no collapse, since ∅≠{∅} keeps the inner pair a set with two elements.

L1L2
2.1

The two pairs are distinct: their first coordinates agree but their second coordinates are ∅ and {∅}, which differ, so the characterising property forbids equality. This is visible in the computed sets as well, since {∅,{∅}} is an element of the second and not of the first.

L3L5step 1.1step 1.2step 1.3∎
ExampleConstruction: Literature-sourcedVerification: AI-adaptedprecheck passverified 2026-08-06 (claude-opus-5)Open item page →

⋃⋂(a,b)=a for all a and b, and ⋃(a,b)={a,b}, so both coordinates are recovered from the pair as a set

Example

For all sets a and b,

⋂(a,b)={a},⋃⋂(a,b)=a,⋃(a,b)={a,b},

and the second coordinate is recovered as well: if ⋃(a,b)∖⋂(a,b)=∅ then b=a, and otherwise b is the only element of that difference. Both coordinates are therefore determined by the pair as a set, by operations of the language alone.

Facts & Assumptions

Given: sets a and b.

[L1]
[L2]

{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}).

[L4]

⋂{a,b}=a∩b, and z∈a∩b holds if and only if z∈a and z∈b (⋃∅=∅, ⋃{a}=a, ⋃{a,b}=a∪b, ⋂{a}=a, and ⋂{a,b}=a∩b).

[L5]

⋃{a,b}=a∪b, and z∈a∪b holds if and only if z∈a or z∈b (⋃∅=∅, ⋃{a}=a, ⋃{a,b}=a∪b, ⋂{a}=a, and ⋂{a,b}=a∩b).

[L7]

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)).

[L8]

(a,b)=(c,d) if and only if a=c and b=d ((a,b)=(c,d) if and only if a=c and b=d).

[L9]

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

[L10]

⋃x is the set whose elements are exactly the elements of the elements of x, and a∪b:=⋃{a,b} (The union ⋃x of a set, and the binary union a∪b:=⋃{a,b}).

[L11]

For x≠∅, ⋂x is the set whose elements are exactly the sets belonging to every element of x, and a∩b:=⋂{a,b} (The intersection ⋂x of a nonempty set, the binary intersection a∩b:=⋂{a,b}, and disjointness).

Verification

technique · direct
1.1

(a,b) is the unordered pair whose members are {a} and {a,b}, so ⋂(a,b)={a}∩{a,b}; and z lies in that intersection exactly when z=a, and z=a or z=b, which is exactly z=a. Hence ⋂(a,b)={a}.

L1L2L4L7L11
1.2

Likewise ⋃(a,b)={a}∪{a,b}, and z lies in that union exactly when z=a, or z=a or z=b, which is exactly z=a or z=b. Hence ⋃(a,b)={a,b}.

L1L2L5L7L10
2.1

Applying ⋃ to step 1.1 gives ⋃⋂(a,b)=⋃{a}=a, so the first coordinate is recovered.

L3step 1.1
2.2

By steps 1.1 and 1.2, ⋃(a,b)∖⋂(a,b)={a,b}∖{a}, whose elements are the z with z=a or z=b, and z≠a; that is, it is ∅ when b=a and has b as its only element when b≠a.

L2L6L7L9step 1.1step 1.2
3.1

Both coordinates are therefore determined by the set (a,b), which is the content of the characterising property made explicit.

L8step 2.1step 2.2∎
ExampleConstruction: AI-adaptedVerification: AI-adaptedprecheck passverified 2026-08-06 (claude-opus-5)Open item page →

{∅}×{∅,{∅}} listed in full, together with the inclusion in P(P(A∪B)) that makes it a set

Example

Put A:={∅} and B:={∅,{∅}}. Then

A×B={ {{∅}}, {{∅},{∅,{∅}}} },

a set with two elements, namely the pairs (∅,∅) and (∅,{∅}). Here A∪B=B, and both elements lie in P(P(B)), which is the ambient set the product is separated inside.

Facts & Assumptions

Given: A:={∅} and B:={∅,{∅}}.

[L1]

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) }).

[L2]

If a∈A and b∈B, then (a,b)∈P(P(A∪B)) (If a∈A and b∈B then (a,b)∈P(P(A∪B))).

[L3]
[L4]

{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}).

[L6]

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)).

[L7]

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

[L8]

z∈P(x) holds if and only if z⊆x (The power set P(x)={ z:z⊆x }).

Verification

technique · direct
1.1

A∪B=B: an element of A∪B is ∅ or is an element of B, and ∅∈B, so the two sets have the same elements.

L4L5L6L7L10
1.2

The only element of A is ∅, and the elements of B are ∅ and {∅}, so the pairs with first coordinate in A and second in B are exactly (∅,∅) and (∅,{∅}); unfolding the definition of the ordered pair, these are {{∅}} and {{∅},{∅,{∅}}}.

L1L3L4L6L7
2.1

Hence A×B has exactly those two elements, and they are distinct because {∅,{∅}} belongs to the second and not to the first.

L1L4L6step 1.2
2.2

Both elements lie in P(P(B)): this is the general fact applied with A∪B=B, and it is also visible directly, since each is a set of subsets of B.

L2L8L9step 1.1step 1.2
3.1

The product is listed in full and its two elements are exhibited inside the ambient double power set that makes the separation legitimate.

step 2.1step 2.2∎
CounterexampleConstruction: AI-adaptedVerification: AI-adaptedprecheck passverified 2026-08-06 (claude-opus-5)Open item page →

Sets a and b with P(a)∪P(b)⊊P(a∪b)

Statement refuted

Refuted claim: P(a)∪P(b)=P(a∪b) for all sets a and b. The witness is a:={∅} and b:={{∅}}, for which the inclusion from left to right is proper: a∪b is a subset of a∪b, so it lies in the right-hand side, but it is a subset of neither a nor b.

Facts & Assumptions

Given: a:={∅} and b:={{∅}}.

[L3]

z∈P(x) holds if and only if z⊆x (The power set P(x)={ z:z⊆x }).

[L5]

{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}).

[L7]

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

Counterexample

technique · direct
1.1

Neither of the two sets is included in the other. The only element of a is ∅ and the only element of b is {∅}, and these differ because {∅} has an element while ∅ has none; so ∅∈a with ∅∉b, and {∅}∈b with {∅}∉a.

L4L5L7
2.1

The general inclusion holds, and it is an equality exactly when one of the two sets is included in the other; by step 1.1 that fails here, so the inclusion is proper.

L1L2step 1.1
3.1

The witnessing element is a∪b itself: it is a subset of a∪b, hence an element of P(a∪b), whereas a∪b⊆a would force b⊆a and a∪b⊆b would force a⊆b, both excluded by step 1.1; so a∪b is in neither P(a) nor P(b).

L3L4L6L8step 1.1step 2.1∎
CounterexampleConstruction: AI-adaptedVerification: AI-adaptedprecheck passverified 2026-08-06 (claude-opus-5)Open item page →

Sets A, B, C with (A×B)×C≠A×(B×C)

Statement refuted

Refuted claim: (A×B)×C=A×(B×C) for all sets A, B, C. The witness is A=B=C={∅}: the left-hand side has the element ((∅,∅),∅), whose first coordinate is an ordered pair, and every element of the right-hand side has first coordinate ∅.

This is why the convention (a,b,c):=((a,b),c) of The ordered triple (a,b,c):=((a,b),c) and the iterated products A×B×C:=(A×B)×C has to be fixed rather than assumed harmless.

Facts & Assumptions

Given: A=B=C={∅}.

[L1]

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) }).

[L2]

(a,b)=(c,d) if and only if a=c and b=d ((a,b)=(c,d) if and only if a=c and b=d).

[L3]
[L4]

{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}).

[L5]

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

[L6]

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)).

Counterexample

technique · direct
1.1

(∅,∅)={{∅},{∅,∅}}={{∅}}, which has {∅} as an element; ∅ has no element, so (∅,∅)≠∅.

L3L4L5L6
2.1

Since ∅ is the only element of each of A, B, C, the product A×B has (∅,∅) as its only element, so ((∅,∅),∅) is an element of (A×B)×C.

L1L4step 1.1
2.2

Every element of A×(B×C) has the form (x,y) with x∈A, hence with x=∅; if ((∅,∅),∅) were such an element then the characterising property would give (∅,∅)=∅, which step 1.1 refutes.

L1L2L4step 1.1
3.1

The set (A×B)×C therefore has an element that A×(B×C) does not, so the two products are different.

step 2.1step 2.2∎
CounterexampleConstruction: AI-adaptedVerification: AI-adaptedprecheck passverified 2026-08-06 (claude-opus-5)Open item page →

Sets with (A×C)∪(B×D)⊊(A∪B)×(C∪D)

Statement refuted

Refuted claim: (A×C)∪(B×D)=(A∪B)×(C∪D) for all sets A, B, C, D. The witness is A=C:={∅} and B=D:={{∅}}: the pair (∅,{∅}) mixes a first coordinate from A with a second coordinate from D, so it lies in the right-hand side and in neither product on the left.

Facts & Assumptions

Given: A=C:={∅} and B=D:={{∅}}.

[L1]

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) }).

[L2]

(a,b)=(c,d) if and only if a=c and b=d ((a,b)=(c,d) if and only if a=c and b=d).

[L4]

{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}).

[L5]

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

Counterexample

technique · direct
1.1

∅≠{∅}, since the second has an element and the first has none; so ∅∉B and {∅}∉C, while ∅∈A and {∅}∈D.

L4L5
1.2

The inclusion from left to right always holds: an element of A×C is a pair (x,y) with x∈A and y∈C, hence with x∈A∪B and y∈C∪D, so it lies in (A∪B)×(C∪D); the same argument applies to B×D.

L1L3L6L7
2.1

The pair (∅,{∅}) lies in (A∪B)×(C∪D), because ∅∈A gives ∅∈A∪B and {∅}∈D gives {∅}∈C∪D.

L1L3L7step 1.1
2.2

It lies in neither product on the left. Membership in A×C would give {∅}∈C, and membership in B×D would give ∅∈B; the characterising property makes the coordinates unambiguous, and step 1.1 rules out both.

L1L2L3step 1.1
3.1

The inclusion of step 1.2 therefore omits the element exhibited at step 2.1, so it is proper.

step 1.2step 2.1step 2.2∎
False statementConstruction: Literature-sourcedVerification: AI-adaptedprecheck passverified 2026-08-06 (claude-opus-5)Open item page →

FALSE: for every formula φ of the language of set theory there is a set { x:φ(x) }

Statement

False statement. For every formula φ(x) of the language of set theory (The first-order language of set theory: ∈, =, formulas with parameters, and class abbreviations) there is a set whose elements are exactly the sets satisfying φ; that is, every instance of

∃y ∀x (x∈y↔φ(x))

holds. This is the unrestricted comprehension schema, and it is the principle The Axiom Schema of Separation: for each formula φ, ∀pˉ ∀x ∃y ∀z (z∈y↔(z∈x∧φ(z,pˉ))) deliberately weakens.

Facts & Assumptions

Given: the claim above, asserted for every formula of the language (The first-order language of set theory: ∈, =, formulas with parameters, and class abbreviations).

[L1]

There is no set R such that, for every set x, x∈R holds if and only if x∉x (There is no R with x∈R↔x∉x for every x).

[L2]

There is no set U such that y∈U for every set y (There is no set U with y∈U for every set y).

Refutation

technique · contradiction
1.1

Suppose the schema holds for every formula of the language.

assume-contra
2.1

Instantiate it at the formula φ(x):=x∉x: there is a set R such that, for every set x, x∈R holds if and only if x∉x.

step 1.1
3.1

No such set exists, so the supposition fails and the schema is false. Instantiating instead at φ(x):=x=x produces a set with every set as an element, which is impossible for the same underlying reason.

L1L2step 2.1discharge-contradiction∎

Remarks

False statementConstruction: AI-adaptedVerification: AI-adaptedprecheck passverified 2026-08-06 (claude-opus-5)Open item page →

FALSE: ⋂∅=∅

Statement

False statement. The condition defining ⋂x determines a set at x=∅, and that set is ∅:

⋂∅=∅.

The claim is tempting because ⋃∅=∅ is true and the two operations look symmetric. They are not. The condition defining ⋃x asks for a witness inside x, so it fails for every z when x has no elements; the condition defining ⋂x is a universal statement about the elements of x, so it holds for every z when x has no elements.

Facts & Assumptions

Given: the claim above.

[L1]

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

[L2]

For x≠∅, ⋂x is the set whose elements are exactly the sets belonging to every element of x (The intersection ⋂x of a nonempty set, the binary intersection a∩b:=⋂{a,b}, and disjointness).

[L3]

There is no set y such that, for every set x, x∈y holds if and only if x belongs to every element of ∅ (There is no set y with x∈y↔∀s (s∈∅→x∈s), so ⋂∅ is undefined).

[L4]

There is no set U such that y∈U for every set y (There is no set U with y∈U for every set y).

Refutation

technique · contradiction
1.1

Suppose the condition defining the intersection determines a set at ∅, and call it c.

assume-contra
2.1

∅ has no elements, so every set x satisfies "x belongs to every element of ∅" vacuously; hence every set is an element of c.

L1L2step 1.1
3.1

No set has every set as an element, so no such c exists; in particular the equation of the claim asserts something of an object that is not there.

L3L4step 2.1
4.1

The claim also fails on its own terms: were c equal to ∅ it would have no elements, while step 2.1 puts ∅ itself among its elements. Both readings collapse, so ⋂∅ is left undefined rather than assigned the value ∅.

L1step 2.1step 3.1discharge-contradiction∎
False statementConstruction: AI-adaptedVerification: AI-adaptedprecheck passverified 2026-08-06 (claude-opus-5)Open item page →

FALSE: (a∖b)∖c=a∖(b∖c) for all sets a, b, c

Statement

False statement. Set difference is associative: for all sets a, b, c,

(a∖b)∖c=a∖(b∖c).

Facts & Assumptions

Given: the claim above, and the sets a=b=c:={∅}.

[L2]

{x}:={x,x}, the singleton of x, is the set whose only element is x (The unordered pair {x,y} and the singleton {x}={x,x}).

[L3]

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

[L4]

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)).

Refutation

technique · direct
1.1

Take a=b=c:={∅}.

given
2.1

a∖b has no elements, since z∈a∖b requires z∈a and z∉b while a and b are the same set; so a∖b=∅, and (a∖b)∖c likewise has no elements and equals ∅.

L1L3L4step 1.1
2.2

By the same computation b∖c=∅, and z∈a∖∅ requires only z∈a, so a∖(b∖c)=a={∅}.

L1L3L4step 1.1
3.1

The two sides are ∅ and {∅}, which differ because the second has an element and the first has none; the claim is therefore false.

L2L3step 2.1step 2.2∎

Remarks

  • Where the two sides part company here. On the left, removing b from a already empties it, so the outer difference can only be empty. On the right, b∖c is empty, so nothing at all is removed from a. One nonempty set playing all three roles makes both collapses happen at once.

Sources