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.
A tagged disjoint union represents
Example
For sets and , put
and define and . The covariant functor
is represented by . The representing isomorphism sends to .
Facts & Assumptions
Given: Sets , the category , and an arbitrary set .
A covariant set-valued functor is represented by when it is naturally isomorphic to (Presheaves, covariantly and contravariantly representable functors, and representations).
Sets and functions form a category with ordinary composition (Sets and functions form the large locally small category ).
Cartesian products contain exactly the ordered pairs with entries in the two factors, and membership in a binary union is membership in at least one of its two members (The Cartesian product , The union of a set, and the binary union , , , , , and ).
Ordered pairs satisfy if and only if and ; the natural numbers and are distinct, so the two tagged parts are disjoint (The Kuratowski ordered pair , if and only if and , The natural numbers (von Neumann)).
Two functions with the same domain and codomain are equal exactly when their values agree everywhere (Functions and are equal if and only if and for every in that common domain).
Verification
Define for .
For define by and . Every element has one of these forms by [F3], and the forms cannot overlap by [F4], so this is a function.
Restricting along and gives and , so .
Every is in exactly one tagged part; there . Thus by [F5].
If , then , obtained by applying to . Hence is natural.
Steps 2.1--2.3 give a natural isomorphism , so [F1] proves the claim, including or .
Depends on
- Presheaves, covariantly and contravariantly representable functors, and representations
- Sets and functions form the large locally small category $\mathbf{Set}$
- The Cartesian product $A \times B := \{\, z \in \mathcal{P}(\mathcal{P}(A \cup B)) : \exists a \in A\ \exists b \in B\ z = (a,b) \,\}$
- The union $\bigcup x$ of a set, and the binary union $a \cup b := \bigcup \{a,b\}$
- The Kuratowski ordered pair $(a,b) := \{\{a\},\{a,b\}\}$
- $\bigcup \varnothing = \varnothing$, $\bigcup \{a\} = a$, $\bigcup \{a,b\} = a \cup b$, $\bigcap \{a\} = a$, and $\bigcap \{a,b\} = a \cap b$
- $(a,b) = (c,d)$ if and only if $a = c$ and $b = d$
- The natural numbers $\mathbb{N}$ (von Neumann)
- Functions $f$ and $g$ are equal if and only if $\operatorname{dom} f = \operatorname{dom} g$ and $f(x) = g(x)$ for every $x$ in that common domain
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: 48 results over 25 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
- Tom Leinster, Basic Category Theory, Section 3.1 (sums of sets) (standard reference, not scraped)