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.
and , with the characterising property checked on them
Example
Unfolding the Kuratowski definition at the two smallest sets gives
and these two sets are distinct, as the characterising property requires, since .
Facts & Assumptions
Given: the sets and .
is the set whose elements are exactly and , and (The unordered pair and the singleton ).
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 ).
If every satisfies if and only if , then (The Axiom of Extensionality: ).
Verification
, because has as an element and the empty set has none.
by the definition, and , so both members of the outer pair are and the outer pair is .
directly by the definition, with no collapse, since keeps the inner pair a set with two elements.
The two pairs are distinct: their first coordinates agree but their second coordinates are and , which differ, so the characterising property forbids equality. This is visible in the computed sets as well, since is an element of the second and not of the first.
Depends on
- The Kuratowski ordered pair $(a,b) := \{\{a\},\{a,b\}\}$
- $(a,b) = (c,d)$ if and only if $a = c$ and $b = d$
- The unordered pair $\{x,y\}$ and the singleton $\{x\} = \{x,x\}$
- There is exactly one set with no elements, written $\varnothing$
- The Axiom of Extensionality: $\forall x\,\forall y\,(\forall z\,(z \in x \leftrightarrow z \in y) \to x = y)$
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: 9 results over 5 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 and Lemma 1 (standard reference, not scraped)
- C. Wilson, A Brief Introduction to ZFC (Chicago REU 2016), Def. 2.6 (standard reference, not scraped)