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.
If every element of is an ordered pair, then and are sets, both included in
Statement
Let be a set every element of which is an ordered pair. Then the classes
are sets, and both are included in .
Facts & Assumptions
Given: a set every element of which is an ordered pair.
is the set whose elements are exactly and , and (The unordered pair and the singleton ).
is the set whose elements are exactly the elements of the elements of (The union of a set, and the binary union ).
For any parameters and any set , there is a set whose elements are exactly the elements of for which holds (The Axiom Schema of Separation: for each formula , ).
means that every element of is an element of (Subset , proper subset , and the separation notation ).
Proof
Let . The elements of are and , and is an element of , so and are elements of .
The elements of and of are elements of ; hence and whenever .
Separation applied to with the formula and the parameter gives the set ; by step 2.1 every satisfying that formula already lies in , so this set has exactly the elements of the first class. The second class is obtained the same way from the formula .
Depends on
- The Kuratowski ordered pair $(a,b) := \{\{a\},\{a,b\}\}$
- The union $\bigcup x$ of a set, and the binary union $a \cup b := \bigcup \{a,b\}$
- The Axiom Schema of Separation: for each formula $\varphi$, $\forall \bar p\,\forall x\,\exists y\,\forall z\,(z \in y \leftrightarrow (z \in x \wedge \varphi(z,\bar p)))$
- The unordered pair $\{x,y\}$ and the singleton $\{x\} = \{x,x\}$
- Subset $x \subseteq y$, proper subset $x \subsetneq y$, and the separation notation $\{\, z \in x : \varphi(z) \,\}$
Used by
Dependency tree · next 3 levels
Direct dependencies and their dependencies through the next three levels: 9 results over 4 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
- B. Kaya, MATH 320 Set Theory (METU), §2.1 (standard reference, not scraped)
- Binary relation (Wikipedia) (standard reference, not scraped)
- C. Wilson, A Brief Introduction to ZFC (Chicago REU 2016), Def. 2.9 (standard reference, not scraped)