Alphabeta Math
CounterexampleConstruction: AI-generatedVerification: AI-generatedSession-authored (Fable 5 assisted)precheck passjudge pass (z-ai/glm-5.2)verified 2026-07-29 (claude-fable-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.

A three-set count that drops the triple intersection and returns the wrong answer

Statement refuted

Refuted claim: the sieve identity for three sets with its triple term deleted, that is FALSE: the real-valued three-set inclusion-exclusion identity remains true after deleting the triple-intersection term:

ιABC=ιA+ιB+ιCιABιACιBC.\iota\lvert A \cup B \cup C\rvert = \iota\lvert A\rvert + \iota\lvert B\rvert + \iota\lvert C\rvert - \iota\lvert A \cap B\rvert - \iota\lvert A \cap C\rvert - \iota\lvert B \cap C\rvert .

The witness is a family of overlapping but unequal sets, so that no cardinality in the computation is degenerate. Inside X:=5={0,1,2,3,4}X := 5 = \{0,1,2,3,4\} take

A:={0,1,2},B:={1,2,3},C:={2,3,4}.A := \{0,1,2\}, \qquad B := \{1,2,3\}, \qquad C := \{2,3,4\} .

The truncated right-hand side returns 44, while the union has 55 elements; the missing triple term is ABC=1\lvert A \cap B \cap C\rvert = 1, and restoring it gives 55.

Facts & Assumptions

Given: X=5X = 5, A={0,1,2}A = \{0,1,2\}, B={1,2,3}B = \{1,2,3\}, C={2,3,4}C = \{2,3,4\}, and the canonical natural ι\iota (The canonical natural ι(n)=n1F\iota(n) = n \cdot 1_F of a field).

[L1]

A listed set with distinct entries has as many elements as entries (The cardinality A\lvert A\rvert of a finite set, clauses (a) and (c), Injection, surjection, bijection).

[L3]

ι\iota is additive and injective, so the arithmetic below may be carried out on natural numbers and read in R\mathbb{R}, where subtraction is available (Laws of finite sums and products in N\mathbb{N}, and ι(k<nak)=k<nι(ak)\iota\big(\sum_{k<n} a_k\big) = \sum_{k<n} \iota(a_k), clauses 0 and 7, Ordered field, Field).

Counterexample

technique · constructive
1.1

The three sets are subsets of XX with A=B=C=3\lvert A\rvert = \lvert B\rvert = \lvert C\rvert = 3 by [L1], their entry lists being strictly increasing and so having distinct entries.

givenL1construct
1.2

The intersections. Comparing the listed sets entry by entry gives AB={1,2}A \cap B = \{1,2\}, AC={2}A \cap C = \{2\}, BC={2,3}B \cap C = \{2,3\} and ABC={2}A \cap B \cap C = \{2\}, of sizes 22, 11, 22 and 11 by [L1].

givenL1
1.3

The union. Every element of XX lies in one of the three sets: 0,1,2A0,1,2 \in A, 3B3 \in B and 4C4 \in C. So ABC=XA \cup B \cup C = X, of size 55 by [L1].

givenL1
2.1

The truncated right-hand side. By steps 1.1 and 1.2 it is 3+3+3212=43 + 3 + 3 - 2 - 1 - 2 = 4, while the left-hand side is 55 by step 1.3. Since 454 \ne 5 in R\mathbb{R} by [L3], the refuted claim fails on this family.

step 1.1step 1.2step 1.3L3
3.1

The correct computation. By [L2] the sieve sum carries the triple term with sign (1)4=+1(-1)^{4} = +1, so it reads 3+3+3212+1=53+3+3-2-1-2+1 = 5, which is ιABC\iota\lvert A \cup B \cup C\rvert by step 1.3. The discrepancy of step 2.1 is exactly ABC=1\lvert A \cap B \cap C\rvert = 1, the element 22 lying in all three sets.

step 1.2step 2.1L2L3discharge-construct

Remarks

  • Every set in the witness is a proper subset of XX and no two of them are equal, so the failure is not an artefact of a degenerate family. What makes the truncated formula wrong is only that the triple intersection is nonempty.

  • The direction of the error. The truncation at depth 22 under-counts, by exactly the size of the triple intersection. That is the direction the Bonferroni inequalities predict for an even truncation, and the size of the gap here is the single term that the next level of the sieve would add.

Depends on

Used by

Nothing in the library uses this result yet.

Dependency tree · next 3 levels

Direct dependencies and their dependencies through the next three levels: 86 results over 29 levels. An arrow runs from a result to what uses it, and this result sits at the bottom with a heavier outline. Click the chart to enlarge it.

Sources