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:
The witness is a family of overlapping but unequal sets, so that no cardinality in the computation is degenerate. Inside take
The truncated right-hand side returns , while the union has elements; the missing triple term is , and restoring it gives .
Facts & Assumptions
Given: , , , , and the canonical natural (The canonical natural of a field).
A listed set with distinct entries has as many elements as entries (The cardinality of a finite set, clauses (a) and (c), Injection, surjection, bijection).
The sieve identity for a sieve family with ambient set and index set , whose terms carry the sign (Inclusion and exclusion: , together with the complementary form counting the elements in none of the , clause 1, A finite family of subsets of a finite set , the intersections for , and the convention , The sum over a finite index set, and its product form, Integer powers ).
is additive and injective, so the arithmetic below may be carried out on natural numbers and read in , where subtraction is available (Laws of finite sums and products in , and , clauses 0 and 7, Ordered field, Field).
Counterexample
The three sets are subsets of with by [L1], their entry lists being strictly increasing and so having distinct entries.
The intersections. Comparing the listed sets entry by entry gives , , and , of sizes , , and by [L1].
The union. Every element of lies in one of the three sets: , and . So , of size by [L1].
The truncated right-hand side. By steps 1.1 and 1.2 it is , while the left-hand side is by step 1.3. Since in by [L3], the refuted claim fails on this family.
The correct computation. By [L2] the sieve sum carries the triple term with sign , so it reads , which is by step 1.3. The discrepancy of step 2.1 is exactly , the element lying in all three sets.
Remarks
-
Every set in the witness is a proper subset of 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 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
- FALSE: the real-valued three-set inclusion-exclusion identity remains true after deleting the triple-intersection term
- Inclusion and exclusion: $\iota\lvert\bigcup_{i \in I} A_i\rvert = \sum_{\varnothing \ne J \subseteq I}(-1)^{\lvert J\rvert + 1}\,\iota\lvert A_J\rvert$, together with the complementary form counting the elements in none of the $A_i$
- A finite family $(A_i)_{i \in I}$ of subsets of a finite set $X$, the intersections $A_J$ for $J \subseteq I$, and the convention $A_\varnothing = X$
- The cardinality $\lvert A\rvert$ of a finite set
- The canonical natural $\iota(n) = n \cdot 1_F$ of a field
- The sum $\sum_{i \in S} a_i$ over a finite index set, and its product form
- Integer powers $a^m$
- Injection, surjection, bijection
- Laws of finite sums and products in $\mathbb{N}$, and $\iota\big(\sum_{k<n} a_k\big) = \sum_{k<n} \iota(a_k)$
- Ordered field
- Field
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
- Inclusion-exclusion principle (Wikipedia) (standard reference, not scraped)
- Cardinality (Wikipedia) (standard reference, not scraped)
- Guichard, The Inclusion-Exclusion Formula (LibreTexts) (standard reference, not scraped)