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.
Union and intersection are commutative, associative, idempotent and absorptive; , , , ; and if and only if , if and only if , if and only if
Statement
For all sets , and :
- (i) and ;
- (ii) and ;
- (iii) and ;
- (iv) and ;
- (v) , , and ;
- (vi) , , and are equivalent.
Facts & Assumptions
Given: sets , and .
holds if and only if or (, , , , and ).
holds if and only if and (, , , , and ).
holds exactly when and (The difference , the symmetric difference , and the complement relative to a set ).
means that every element of is an element of (Subset , proper subset , and the separation notation ).
If every satisfies if and only if , then (The Axiom of Extensionality: ).
There is exactly one set with no elements, written (There is exactly one set with no elements, written ).
Proof
Claim (i): holds exactly when or , which is the same condition as or , so and have the same elements; the same argument with "and" in place of "or" gives .
Claim (ii): holds exactly when or or , in either bracketing, so the two sides have the same elements; replacing "or" by "and" throughout gives the statement for intersection.
Claim (iii): holds exactly when or , and exactly when and ; both conditions are .
Claim (iv): holds exactly when , or and , which holds exactly when ; and exactly when , and or , which again holds exactly when .
Claim (v): exactly when or , and the second alternative never holds, so this is ; requires , so has no elements; exactly when and , and the second condition always holds; requires and , so has no elements.
Claim (vi), that and are equivalent: if then , which says or , holds exactly when , so ; conversely if and , then .
Claim (vi), that and are equivalent: if then , which says and , holds exactly when , so ; conversely if and , then , so .
Claim (vi), that and are equivalent: if then no satisfies and , so has no elements; conversely if and , then is impossible, so .
Claims (i) to (vi) are established, and the four conditions of (vi) are equivalent because each of the last three was shown equivalent to the first.
Depends on
- The union $\bigcup x$ of a set, and the binary union $a \cup b := \bigcup \{a,b\}$
- The intersection $\bigcap x$ of a nonempty set, the binary intersection $a \cap b := \bigcap\{a,b\}$, and disjointness
- $\bigcup \varnothing = \varnothing$, $\bigcup \{a\} = a$, $\bigcup \{a,b\} = a \cup b$, $\bigcap \{a\} = a$, and $\bigcap \{a,b\} = a \cap b$
- The difference $a \setminus b$, the symmetric difference $a \triangle b$, and the complement $X \setminus a$ relative to a set $X$
- Subset $x \subseteq y$, proper subset $x \subsetneq y$, and the separation notation $\{\, z \in x : \varphi(z) \,\}$
- The Axiom of Extensionality: $\forall x\,\forall y\,(\forall z\,(z \in x \leftrightarrow z \in y) \to x = y)$
- There is exactly one set with no elements, written $\varnothing$
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: 13 results over 6 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
- Algebra of sets (Wikipedia) (standard reference, not scraped)
- B. Kaya, MATH 320 Set Theory (METU), §1.2 (standard reference, not scraped)
- Complement (set theory) (Wikipedia) (standard reference, not scraped)