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.
Finite words satisfy the free-monoid universal property
Statement
For a set , let
be the set of finite words in letters from , where is the set of functions . With concatenation and the empty word, is a monoid. The one-letter map has the universal property that every function into a monoid extends uniquely to a monoid homomorphism .
Facts & Assumptions
Given: A set , a monoid , and a function .
A monoid is a set with an associative binary operation and a two-sided identity (Semigroup and monoid).
A finite product in a monoid is uniquely defined by the recursion and (The product of a finite list in a monoid, by recursion, with the empty product () equal to the identity).
The natural numbers form the smallest inductive set (The natural numbers (von Neumann)).
Natural addition satisfies and (Addition of natural numbers).
Natural addition is associative: (Addition is associative).
For sets , the functions form a set (The set of all functions ).
The indexed union of a family is (, and for ).
If a property holds at and passes from to , it holds for every natural number (The principle of mathematical induction).
Proof
Each is a set by [F6], and [F3] and [F7] make their indexed union a set. The unique function is the empty word.
For and , define by using on the first positions and on the following positions.
For a word , define as the finite product , with value when .
Function extensionality and [F5] show ; the equations in [F4] show that the empty word is a two-sided identity. Thus is a monoid by [F1].
Induction on the length of the second word, using [F2] and associativity in , proves . Hence is a monoid homomorphism and extends on one-letter words.
If is any homomorphism extending , induction on word length gives ; the base case uses the empty word and the identity of .
Thus the extension exists and is unique for every , including , where contains only the empty word.
Depends on
- Semigroup and monoid
- The product $g_0 g_1 \cdots g_{n-1}$ of a finite list in a monoid, by recursion, with the empty product ($n = 0$) equal to the identity
- The natural numbers $\mathbb{N}$ (von Neumann)
- Addition of natural numbers
- Addition is associative
- The set $B^{A}$ of all functions $A \to B$
- $\bigcup_{i \in I} A_i := \bigcup \{A_i : i \in I\}$, and $\bigcap_{i \in I} A_i := \bigcap \{A_i : i \in I\}$ for $I \neq \varnothing$
- The principle of mathematical induction
Used by
Dependency tree · next 3 levels
Direct dependencies and their dependencies through the next three levels: 47 results over 19 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
- Emily Riehl, Category Theory in Context, 2nd ed., Example 4.1.10 (standard reference, not scraped)
- Tom Leinster, Basic Category Theory, Example 2.1.3 (standard reference, not scraped)