Alphabeta Math
False statementConstruction: AI-adaptedVerification: AI-generatedprecheck passjudge pass (z-ai/glm-5.2)audited 2026-07-29
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.

FALSE: ∣A∪B∣=∣A∣+∣B∣ for all finite A and B

Statement

FALSE. The statement

∣A∪B∣=∣A∣+∣B∣

for all finite sets A and B.

This is The sum rule: a finite disjoint union is finite with ∣A∪B∣=∣A∣+∣B∣ and ∣⋃i∈IAi∣=∑i∈I∣Ai∣, and a sum over a finite index set splits along a partition clause 1 with the hypothesis A∩B=∅ deleted. It is the single most common way a count goes wrong, and the smallest witness is as small as a witness can be.

Facts & Assumptions

Given: The sets {0}, {0,1} and {1,2}, with 0, 1, 2 the von Neumann naturals (The natural numbers N (von Neumann)).

[L1]

∣n∣=n for a natural n, and a bijection transports cardinality (The cardinality ∣A∣ of a finite set, Injection, surjection, bijection).

[L3]

Distinct naturals are distinct, so 1≠2 and 3≠4 (Trichotomy of the order on N).

Refutation

technique · direct
1.1

The smallest witness. Take A=B={0}. Then A∪B={0}, which is 1 as a von Neumann natural, so ∣A∪B∣=1 by [L1]; while ∣A∣+∣B∣=1+1=2. Since 1≠2 by [L3], the displayed statement fails.

givenL1L3
2.1

A witness with partial overlap, to show that the failure is not an artefact of taking A and B equal. Take A={0,1}=2 and B={1,2}. Then ∣A∣=2 by [L1], and ∣B∣=2 because 0↦1, 1↦2 is a bijection of 2 onto B. But A∪B={0,1,2}=3, so ∣A∪B∣=3, whereas ∣A∣+∣B∣=4. Again the two differ.

step 1.1L1L3
3.1

The missing hypothesis is disjointness. [L2] proves the identity whenever A∩B=∅, and in step 1.1 the intersection is {0} while in step 2.1 it is {1}; in each case the excess of the right-hand side over the left is the cardinality of that intersection.

step 1.1step 2.1L2∎

Remarks

  • What the general correction is. Adding the counts and then subtracting the count of the overlap is the two-set case of inclusion and exclusion. That principle is the next page of this track and is not available here, so no formula for the general case is stated: what is established above is only that the identity as displayed is false, and where its hypothesis went.

  • The same failure at the level of a family is exhibited concretely in A count that overcounts because the blocks are not disjoint, and exactly where the sum rule's hypothesis is spent, where twelve subsets are counted as sixteen.

Depends on

Used by

Nothing in the library uses this result yet.

Dependency tree · two levels

34 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