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.
for all and , and , so both coordinates are recovered from the pair as a set
Example
For all sets and ,
and the second coordinate is recovered as well: if then , and otherwise is the only element of that difference. Both coordinates are therefore determined by the pair as a set, by operations of the language alone.
Facts & Assumptions
Given: sets and .
is the set whose elements are exactly and , and (The unordered pair and the singleton ).
(, , , , and ).
, and holds if and only if and (, , , , and ).
, and holds if and only if or (, , , , and ).
holds exactly when and (The difference , the symmetric difference , and the complement relative to a set ).
If every satisfies if and only if , then (The Axiom of Extensionality: ).
if and only if and ( if and only if and ).
There is exactly one set with no elements (There is exactly one set with no elements, written ).
is the set whose elements are exactly the elements of the elements of , and (The union of a set, and the binary union ).
For , is the set whose elements are exactly the sets belonging to every element of , and (The intersection of a nonempty set, the binary intersection , and disjointness).
Verification
is the unordered pair whose members are and , so ; and lies in that intersection exactly when , and or , which is exactly . Hence .
Likewise , and lies in that union exactly when , or or , which is exactly or . Hence .
Applying to step 1.1 gives , so the first coordinate is recovered.
By steps 1.1 and 1.2, , whose elements are the with or , and ; that is, it is when and has as its only element when .
Both coordinates are therefore determined by the set , which is the content of the characterising property made explicit.
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 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$
- $(a,b) = (c,d)$ if and only if $a = c$ and $b = d$
- The unordered pair $\{x,y\}$ and the singleton $\{x\} = \{x,x\}$
- 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: 16 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
- Ordered pair (Wikipedia) (standard reference, not scraped)
- B. Kaya, MATH 320 Set Theory (METU), Def. 1 (standard reference, not scraped)
- C. Wilson, A Brief Introduction to ZFC (Chicago REU 2016), Def. 2.6 (standard reference, not scraped)