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.
Singleton and union define the covariant power-set monad
Statement
The covariant power-set functor carries a monad whose unit is and whose multiplication is union.
Facts & Assumptions
Given: A set and functions between sets.
The power set is the set of all subsets of (The power set ).
Direct image sends a subset along to (The image and the preimage of a set under a relation).
A monad requires natural unit and multiplication satisfying two unit laws and associativity (Monad on a category).
Proof
Define . Direct images preserve identities and composition, so this is an endofunctor; define and .
For , one has , so union is natural. Also , which proves naturality of the singleton unit directly.
The two unit laws are and . Associativity is the equality obtained by removing either pair of parentheses from a union of families of families. These identities also hold when , so [L3] gives the claimed monad.
Depends on
- Monad on a category
- 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\}$
- The image $R[A]$ and the preimage $R^{-1}[B]$ of a set under a relation
- Covariant functor, identity functor, composite functor, and contravariant functor
- Natural transformation and its components
- Sets and functions form the large locally small category $\mathbf{Set}$
Used by
Dependency tree · next 3 levels
Direct dependencies and their dependencies through the next three levels: 35 results over 14 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
- E. Riehl, Category Theory in Context, 2nd ed., Example 5.1.5(i) (standard reference, not scraped)