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 listed in full
Example
Write , and abbreviate . Then
and the four sets listed in are pairwise distinct.
Facts & Assumptions
Given: and the abbreviation .
holds if and only if (The power set ).
means that every element of is an element of (Subset , proper subset , and the separation notation ).
is the set whose elements are exactly and , and (The unordered pair and the singleton ).
If every satisfies if and only if , then (The Axiom of Extensionality: ).
There is exactly one set with no elements (There is exactly one set with no elements, written ).
holds if and only if or (, , , , and ).
Verification
is the general identity applied at .
A set satisfies exactly when every element of equals , that is, exactly when has no element or is its only element; those two sets are and , and both are indeed included in . Hence .
A set satisfies exactly when every element of is or , so is determined by whether it has as an element and whether it has as an element; the four resulting sets are , , and , and each is included in . Hence .
The four are pairwise distinct: has no element, has as its only element, has as its only element, and has both; moreover , since the second has an element and the first does not.
The three power sets are computed and the four members of are distinct, which is the example.
Depends on
- The power set $\mathcal{P}(x) = \{\, z : z \subseteq x \,\}$
- The unordered pair $\{x,y\}$ and the singleton $\{x\} = \{x,x\}$
- There is exactly one set with no elements, written $\varnothing$
- $\mathcal{P}(\varnothing) = \{\varnothing\}$; $\varnothing \in \mathcal{P}(a)$ and $a \in \mathcal{P}(a)$; $a \subseteq b$ if and only if $\mathcal{P}(a) \subseteq \mathcal{P}(b)$; $\bigcup \mathcal{P}(a) = a$; $\bigcap \mathcal{P}(a) = \varnothing$; and $\mathcal{P}(a \cap b) = \mathcal{P}(a) \cap \mathcal{P}(b)$ while only $\mathcal{P}(a) \cup \mathcal{P}(b) \subseteq \mathcal{P}(a \cup b)$ holds
- The Axiom of Extensionality: $\forall x\,\forall y\,(\forall z\,(z \in x \leftrightarrow z \in y) \to x = y)$
- Subset $x \subseteq y$, proper subset $x \subsetneq y$, and the separation notation $\{\, z \in x : \varphi(z) \,\}$
- 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$
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: 17 results over 7 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
- Power set (Wikipedia) (standard reference, not scraped)
- B. Kaya, MATH 320 Set Theory (METU), §1.2 (standard reference, not scraped)
- C. Wilson, A Brief Introduction to ZFC (Chicago REU 2016), §2.3 (standard reference, not scraped)