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 and then
Statement
Let and be sets. If and , then .
Facts & Assumptions
Given: sets and , and elements and .
is the set whose elements are exactly and , and (The unordered pair and the singleton ).
holds if and only if or (, , , , and ).
holds if and only if (The power set ).
means that every element of is an element of (Subset , proper subset , and the separation notation ).
Proof
gives , and gives .
The elements of are alone and the elements of are and , so both sets are included in and are therefore elements of .
The elements of are and , so that set is included in and is therefore an element of ; and that set is .
Depends on
- The Kuratowski ordered pair $(a,b) := \{\{a\},\{a,b\}\}$
- The power set $\mathcal{P}(x) = \{\, z : z \subseteq x \,\}$
- The union $\bigcup x$ of a set, and the binary union $a \cup b := \bigcup \{a,b\}$
- $\bigcup \varnothing = \varnothing$, $\bigcup \{a\} = a$, $\bigcup \{a,b\} = a \cup b$, $\bigcap \{a\} = a$, and $\bigcap \{a,b\} = a \cap b$
- Subset $x \subseteq y$, proper subset $x \subsetneq y$, and the separation notation $\{\, z \in x : \varphi(z) \,\}$
- The unordered pair $\{x,y\}$ and the singleton $\{x\} = \{x,x\}$
Used by
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
- B. Kaya, MATH 320 Set Theory (METU), §2.1 (standard reference, not scraped)
- C. Wilson, A Brief Introduction to ZFC (Chicago REU 2016), §2.4 (standard reference, not scraped)
- Ordered pair (Wikipedia) (standard reference, not scraped)