Alphabeta Math
Session-authored (Fable 5 assisted)
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()={}\mathcal{P}(\varnothing) = \{\varnothing\}, P({})={,{}}\mathcal{P}(\{\varnothing\}) = \{\varnothing,\{\varnothing\}\}, and P({,{}})\mathcal{P}(\{\varnothing,\{\varnothing\}\}) listed in full

Example

Write A:={,{}}A := \{\varnothing,\{\varnothing\}\}, and abbreviate {x,y,z,w}:={x,y}{z,w}\{x,y,z,w\} := \{x,y\} \cup \{z,w\}. Then

P()={},P({})={,{}},P(A)={,{},{{}},A},\mathcal{P}(\varnothing) = \{\varnothing\}, \qquad \mathcal{P}(\{\varnothing\}) = \{\varnothing,\{\varnothing\}\}, \qquad \mathcal{P}(A) = \{\varnothing,\{\varnothing\},\{\{\varnothing\}\},A\},

and the four sets listed in P(A)\mathcal{P}(A) are pairwise distinct.

Facts & Assumptions

Given: A:={,{}}A := \{\varnothing,\{\varnothing\}\} and the abbreviation {x,y,z,w}:={x,y}{z,w}\{x,y,z,w\} := \{x,y\} \cup \{z,w\}.

[L2]

zP(x)z \in \mathcal{P}(x) holds if and only if zxz \subseteq x (The power set P(x)={z:zx}\mathcal{P}(x) = \{\, z : z \subseteq x \,\}).

[L4]

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

[L6]

Verification

technique · direct
1.1

P()={}\mathcal{P}(\varnothing) = \{\varnothing\} is the general identity applied at \varnothing.

L1
1.2

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

L2L3L4L5L6
1.3

A set zz satisfies zAz \subseteq A exactly when every element of zz is \varnothing or {}\{\varnothing\}, so zz is determined by whether it has \varnothing as an element and whether it has {}\{\varnothing\} as an element; the four resulting sets are \varnothing, {}\{\varnothing\}, {{}}\{\{\varnothing\}\} and AA, and each is included in AA. Hence P(A)={,{},{{}},A}\mathcal{P}(A) = \{\varnothing,\{\varnothing\},\{\{\varnothing\}\},A\}.

L2L3L4L5L6L7L8
1.4

The four are pairwise distinct: \varnothing has no element, {}\{\varnothing\} has \varnothing as its only element, {{}}\{\{\varnothing\}\} has {}\{\varnothing\} as its only element, and AA has both; moreover {}\varnothing \neq \{\varnothing\}, 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)\mathcal{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 →

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

Example

Unfolding the Kuratowski definition at the two smallest sets gives

(,)={{}},(,{})={{},{,{}}},(\varnothing,\varnothing) = \{\{\varnothing\}\}, \qquad (\varnothing,\{\varnothing\}) = \{\{\varnothing\},\{\varnothing,\{\varnothing\}\}\},

and these two sets are distinct, as the characterising property requires, since {}\varnothing \neq \{\varnothing\}.

Facts & Assumptions

Given: the sets \varnothing and {}\{\varnothing\}.

[L1]

(a,b):={{a},{a,b}}(a,b) := \{\{a\},\{a,b\}\} (The Kuratowski ordered pair (a,b):={{a},{a,b}}(a,b) := \{\{a\},\{a,b\}\}).

[L2]

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

[L3]

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

[L4]

Verification

technique · direct
1.1

{}\varnothing \neq \{\varnothing\}, because {}\{\varnothing\} has \varnothing as an element and the empty set has none.

L2L4
1.2

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

L1L2L5
1.3

(,{})={{},{,{}}}(\varnothing,\{\varnothing\}) = \{\{\varnothing\},\{\varnothing,\{\varnothing\}\}\} directly by the definition, with no collapse, since {}\varnothing \neq \{\varnothing\} 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 \varnothing and {}\{\varnothing\}, which differ, so the characterising property forbids equality. This is visible in the computed sets as well, since {,{}}\{\varnothing,\{\varnothing\}\} 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\bigcup \bigcap (a,b) = a for all aa and bb, and (a,b)={a,b}\bigcup(a,b) = \{a,b\}, so both coordinates are recovered from the pair as a set

Example

For all sets aa and bb,

(a,b)={a},(a,b)=a,(a,b)={a,b},\bigcap (a,b) = \{a\}, \qquad \bigcup \bigcap (a,b) = a, \qquad \bigcup (a,b) = \{a,b\},

and the second coordinate is recovered as well: if (a,b)(a,b)=\bigcup(a,b) \setminus \bigcap(a,b) = \varnothing then b=ab = a, and otherwise bb 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 aa and bb.

[L1]

(a,b):={{a},{a,b}}(a,b) := \{\{a\},\{a,b\}\} (The Kuratowski ordered pair (a,b):={{a},{a,b}}(a,b) := \{\{a\},\{a,b\}\}).

[L2]

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

[L4]
[L5]
[L6]

zabz \in a \setminus b holds exactly when zaz \in a and zbz \notin b (The difference aba \setminus b, the symmetric difference aba \triangle b, and the complement XaX \setminus a relative to a set XX).

[L8]

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

[L9]
[L10]

x\bigcup x is the set whose elements are exactly the elements of the elements of xx, and ab:={a,b}a \cup b := \bigcup\{a,b\} (The union x\bigcup x of a set, and the binary union ab:={a,b}a \cup b := \bigcup \{a,b\}).

[L11]

For xx \neq \varnothing, x\bigcap x is the set whose elements are exactly the sets belonging to every element of xx, and ab:={a,b}a \cap b := \bigcap\{a,b\} (The intersection x\bigcap x of a nonempty set, the binary intersection ab:={a,b}a \cap b := \bigcap\{a,b\}, and disjointness).

Verification

technique · direct
1.1

(a,b)(a,b) is the unordered pair whose members are {a}\{a\} and {a,b}\{a,b\}, so (a,b)={a}{a,b}\bigcap(a,b) = \{a\} \cap \{a,b\}; and zz lies in that intersection exactly when z=az = a, and z=az = a or z=bz = b, which is exactly z=az = a. Hence (a,b)={a}\bigcap(a,b) = \{a\}.

L1L2L4L7L11
1.2

Likewise (a,b)={a}{a,b}\bigcup(a,b) = \{a\} \cup \{a,b\}, and zz lies in that union exactly when z=az = a, or z=az = a or z=bz = b, which is exactly z=az = a or z=bz = b. Hence (a,b)={a,b}\bigcup(a,b) = \{a,b\}.

L1L2L5L7L10
2.1

Applying \bigcup to step 1.1 gives (a,b)={a}=a\bigcup\bigcap(a,b) = \bigcup\{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}\bigcup(a,b) \setminus \bigcap(a,b) = \{a,b\} \setminus \{a\}, whose elements are the zz with z=az = a or z=bz = b, and zaz \neq a; that is, it is \varnothing when b=ab = a and has bb as its only element when bab \neq a.

L2L6L7L9step 1.1step 1.2
3.1

Both coordinates are therefore determined by the set (a,b)(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 →

{}×{,{}}\{\varnothing\} \times \{\varnothing,\{\varnothing\}\} listed in full, together with the inclusion in P(P(AB))\mathcal{P}(\mathcal{P}(A \cup B)) that makes it a set

Example

Put A:={}A := \{\varnothing\} and B:={,{}}B := \{\varnothing,\{\varnothing\}\}. Then

A×B={{{}}, {{},{,{}}}},A \times B = \bigl\{\, \{\{\varnothing\}\},\ \{\{\varnothing\},\{\varnothing,\{\varnothing\}\}\} \,\bigr\},

a set with two elements, namely the pairs (,)(\varnothing,\varnothing) and (,{})(\varnothing,\{\varnothing\}). Here AB=BA \cup B = B, and both elements lie in P(P(B))\mathcal{P}(\mathcal{P}(B)), which is the ambient set the product is separated inside.

Facts & Assumptions

Given: A:={}A := \{\varnothing\} and B:={,{}}B := \{\varnothing,\{\varnothing\}\}.

[L2]

If aAa \in A and bBb \in B, then (a,b)P(P(AB))(a,b) \in \mathcal{P}(\mathcal{P}(A \cup B)) (If aAa \in A and bBb \in B then (a,b)P(P(AB))(a,b) \in \mathcal{P}(\mathcal{P}(A \cup B))).

[L3]

(a,b):={{a},{a,b}}(a,b) := \{\{a\},\{a,b\}\} (The Kuratowski ordered pair (a,b):={{a},{a,b}}(a,b) := \{\{a\},\{a,b\}\}).

[L4]

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

[L7]
[L8]

zP(x)z \in \mathcal{P}(x) holds if and only if zxz \subseteq x (The power set P(x)={z:zx}\mathcal{P}(x) = \{\, z : z \subseteq x \,\}).

Verification

technique · direct
1.1

AB=BA \cup B = B: an element of ABA \cup B is \varnothing or is an element of BB, and B\varnothing \in B, so the two sets have the same elements.

L4L5L6L7L10
1.2

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

L1L3L4L6L7
2.1

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

L1L4L6step 1.2
2.2

Both elements lie in P(P(B))\mathcal{P}(\mathcal{P}(B)): this is the general fact applied with AB=BA \cup B = B, and it is also visible directly, since each is a set of subsets of BB.

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 aa and bb with P(a)P(b)P(ab)\mathcal{P}(a) \cup \mathcal{P}(b) \subsetneq \mathcal{P}(a \cup b)

Statement refuted

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

Facts & Assumptions

Given: a:={}a := \{\varnothing\} and b:={{}}b := \{\{\varnothing\}\}.

[L3]

zP(x)z \in \mathcal{P}(x) holds if and only if zxz \subseteq x (The power set P(x)={z:zx}\mathcal{P}(x) = \{\, z : z \subseteq x \,\}).

[L5]

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

[L7]

Counterexample

technique · direct
1.1

Neither of the two sets is included in the other. The only element of aa is \varnothing and the only element of bb is {}\{\varnothing\}, and these differ because {}\{\varnothing\} has an element while \varnothing has none; so a\varnothing \in a with b\varnothing \notin b, and {}b\{\varnothing\} \in b with {}a\{\varnothing\} \notin 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 aba \cup b itself: it is a subset of aba \cup b, hence an element of P(ab)\mathcal{P}(a \cup b), whereas abaa \cup b \subseteq a would force bab \subseteq a and abba \cup b \subseteq b would force aba \subseteq b, both excluded by step 1.1; so aba \cup b is in neither P(a)\mathcal{P}(a) nor P(b)\mathcal{P}(b).

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

Sets AA, BB, CC with (A×B)×CA×(B×C)(A \times B) \times C \neq A \times (B \times C)

Statement refuted

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

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

Facts & Assumptions

Given: A=B=C={}A = B = C = \{\varnothing\}.

[L2]

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

[L3]

(a,b):={{a},{a,b}}(a,b) := \{\{a\},\{a,b\}\} (The Kuratowski ordered pair (a,b):={{a},{a,b}}(a,b) := \{\{a\},\{a,b\}\}).

[L4]

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

[L5]

Counterexample

technique · direct
1.1

(,)={{},{,}}={{}}(\varnothing,\varnothing) = \{\{\varnothing\},\{\varnothing,\varnothing\}\} = \{\{\varnothing\}\}, which has {}\{\varnothing\} as an element; \varnothing has no element, so (,)(\varnothing,\varnothing) \neq \varnothing.

L3L4L5L6
2.1

Since \varnothing is the only element of each of AA, BB, CC, the product A×BA \times B has (,)(\varnothing,\varnothing) as its only element, so ((,),)((\varnothing,\varnothing),\varnothing) is an element of (A×B)×C(A \times B) \times C.

L1L4step 1.1
2.2

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

L1L2L4step 1.1
3.1

The set (A×B)×C(A \times B) \times C therefore has an element that A×(B×C)A \times (B \times 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)(AB)×(CD)(A \times C) \cup (B \times D) \subsetneq (A \cup B) \times (C \cup D)

Statement refuted

Refuted claim: (A×C)(B×D)=(AB)×(CD)(A \times C) \cup (B \times D) = (A \cup B) \times (C \cup D) for all sets AA, BB, CC, DD. The witness is A=C:={}A = C := \{\varnothing\} and B=D:={{}}B = D := \{\{\varnothing\}\}: the pair (,{})(\varnothing,\{\varnothing\}) mixes a first coordinate from AA with a second coordinate from DD, so it lies in the right-hand side and in neither product on the left.

Facts & Assumptions

Given: A=C:={}A = C := \{\varnothing\} and B=D:={{}}B = D := \{\{\varnothing\}\}.

[L2]

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

[L4]

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

[L5]

Counterexample

technique · direct
1.1

{}\varnothing \neq \{\varnothing\}, since the second has an element and the first has none; so B\varnothing \notin B and {}C\{\varnothing\} \notin C, while A\varnothing \in A and {}D\{\varnothing\} \in D.

L4L5
1.2

The inclusion from left to right always holds: an element of A×CA \times C is a pair (x,y)(x,y) with xAx \in A and yCy \in C, hence with xABx \in A \cup B and yCDy \in C \cup D, so it lies in (AB)×(CD)(A \cup B) \times (C \cup D); the same argument applies to B×DB \times D.

L1L3L6L7
2.1

The pair (,{})(\varnothing,\{\varnothing\}) lies in (AB)×(CD)(A \cup B) \times (C \cup D), because A\varnothing \in A gives AB\varnothing \in A \cup B and {}D\{\varnothing\} \in D gives {}CD\{\varnothing\} \in C \cup D.

L1L3L7step 1.1
2.2

It lies in neither product on the left. Membership in A×CA \times C would give {}C\{\varnothing\} \in C, and membership in B×DB \times D would give B\varnothing \in 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 φ\varphi of the language of set theory there is a set {x:φ(x)}\{\, x : \varphi(x) \,\}

Statement

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

yx(xyφ(x))\exists y\,\forall x\,\bigl(x \in y \leftrightarrow \varphi(x)\bigr)

holds. This is the unrestricted comprehension schema, and it is the principle The Axiom Schema of Separation: for each formula φ\varphi, pˉxyz(zy(zxφ(z,pˉ)))\forall \bar p\,\forall x\,\exists y\,\forall z\,(z \in y \leftrightarrow (z \in x \wedge \varphi(z,\bar p))) deliberately weakens.

Facts & Assumptions

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

[L1]

There is no set RR such that, for every set xx, xRx \in R holds if and only if xxx \notin x (There is no RR with xRxxx \in R \leftrightarrow x \notin x for every xx).

[L2]

There is no set UU such that yUy \in U for every set yy (There is no set UU with yUy \in U for every set yy).

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):=xx\varphi(x) := x \notin x: there is a set RR such that, for every set xx, xRx \in R holds if and only if xxx \notin 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\varphi(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: =\bigcap \varnothing = \varnothing

Statement

False statement. The condition defining x\bigcap x determines a set at x=x = \varnothing, and that set is \varnothing:

=.\bigcap \varnothing = \varnothing.

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

Facts & Assumptions

Given: the claim above.

[L1]

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

[L2]

For xx \neq \varnothing, x\bigcap x is the set whose elements are exactly the sets belonging to every element of xx (The intersection x\bigcap x of a nonempty set, the binary intersection ab:={a,b}a \cap b := \bigcap\{a,b\}, and disjointness).

[L3]

There is no set yy such that, for every set xx, xyx \in y holds if and only if xx belongs to every element of \varnothing (There is no set yy with xys(sxs)x \in y \leftrightarrow \forall s\,(s \in \varnothing \to x \in s), so \bigcap \varnothing is undefined).

[L4]

There is no set UU such that yUy \in U for every set yy (There is no set UU with yUy \in U for every set yy).

Refutation

technique · contradiction
1.1

Suppose the condition defining the intersection determines a set at \varnothing, and call it cc.

assume-contra
2.1

\varnothing has no elements, so every set xx satisfies "xx belongs to every element of \varnothing" vacuously; hence every set is an element of cc.

L1L2step 1.1
3.1

No set has every set as an element, so no such cc 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 cc equal to \varnothing it would have no elements, while step 2.1 puts \varnothing itself among its elements. Both readings collapse, so \bigcap \varnothing is left undefined rather than assigned the value \varnothing.

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

FALSE: (ab)c=a(bc)(a \setminus b) \setminus c = a \setminus (b \setminus c) for all sets aa, bb, cc

Statement

False statement. Set difference is associative: for all sets aa, bb, cc,

(ab)c=a(bc).(a \setminus b) \setminus c = a \setminus (b \setminus c).

Facts & Assumptions

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

[L1]

zabz \in a \setminus b holds exactly when zaz \in a and zbz \notin b (The difference aba \setminus b, the symmetric difference aba \triangle b, and the complement XaX \setminus a relative to a set XX).

[L2]

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

[L3]

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

Refutation

technique · direct
1.1

Take a=b=c:={}a = b = c := \{\varnothing\}.

given
2.1

aba \setminus b has no elements, since zabz \in a \setminus b requires zaz \in a and zbz \notin b while aa and bb are the same set; so ab=a \setminus b = \varnothing, and (ab)c(a \setminus b) \setminus c likewise has no elements and equals \varnothing.

L1L3L4step 1.1
2.2

By the same computation bc=b \setminus c = \varnothing, and zaz \in a \setminus \varnothing requires only zaz \in a, so a(bc)=a={}a \setminus (b \setminus c) = a = \{\varnothing\}.

L1L3L4step 1.1
3.1

The two sides are \varnothing and {}\{\varnothing\}, 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 bb from aa already empties it, so the outer difference can only be empty. On the right, bcb \setminus c is empty, so nothing at all is removed from aa. One nonempty set playing all three roles makes both collapses happen at once.

Sources