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.
All functions , the injections , and the subsets of a -element set
Example
Every count here is small enough to list in full, so nothing is asserted by inspection. Take and .
- There are functions , and all eight are listed below as triples .
- None of them is injective, and the predicted count is .
- There are subsets of a three-element set, and grouping them by size gives .
Facts & Assumptions
Given: The sets and , and .
The number of injections of a -element set into an -element set is , with and (The number of injections from a -element set into an -element set is , The factorial and the falling factorial , defined by recursion in ).
Pigeonhole: there is no injection , and none when (The pigeonhole principle on , claims 1 and 2).
( for finite ), (The set of -element subsets and the binomial coefficient ), and (, and for , clause 1).
Pascal's rule and the boundary values (Pascal's rule , and the hockey-stick identity , The set of -element subsets and the binomial coefficient ).
Verification
The eight functions , written as the triples of their values: , , , , , , , . The list is exhaustive because a function is determined by its three values and each value is or , and it has no repetitions. There are eight, and [L1] predicts .
None of the eight is injective: in every triple above two of the three entries are equal, so two distinct elements of receive the same value. This agrees with [L2], which predicts injections, and with [L3], which forbids an injection outright since .
The eight subsets of , grouped by cardinality: ; then , , ; then , , ; then . So , , , , that is , , , , which is row of Pascal's triangle as [L5] gives it.
The two ways of counting agree: directly, the list in step 2.2 has entries; by [L4], and . This is clause 1 of [L4] in its smallest interesting case.
Remarks
-
The zero count is the interesting one. because the falling factorial acquires the factor at the third step, which is the arithmetic shadow of the pigeonhole principle. Both routes are checked above against the same explicit list.
-
The three subsets of size and the three of size are matched by the complementation bijection of for ; hence , the quotient is a natural number, and : , , .
Depends on
- The set $A^{B}$ of functions $B \to A$ between finite sets is finite, with $\lvert A^{B}\rvert = \lvert A\rvert^{\lvert B\rvert}$
- The number of injections from a $k$-element set into an $n$-element set is $n^{\underline{k}}$
- $\lvert\mathcal{P}(A)\rvert = 2^{\lvert A\rvert}$ for finite $A$
- $\sum_{k<n+1}\binom{n}{k} = 2^{n}$, and $\sum_{k<n+1}(-1)^{k}\iota\!\binom{n}{k} = 0$ for $n \ge 1$
- The set $[A]^{k}$ of $k$-element subsets and the binomial coefficient $\binom{n}{k} := \lvert [n]^{k}\rvert$
- The pigeonhole principle on $\mathbb{N}$
- Exponentiation of natural numbers, $m^{n}$, and its agreement with the integer power in $\mathbb{R}$
- The cardinality $\lvert A\rvert$ of a finite set
- The factorial $n!$ and the falling factorial $n^{\underline{k}}$, defined by recursion in $\mathbb{N}$
- Pascal's rule $\binom{n+1}{k+1} = \binom{n}{k} + \binom{n}{k+1}$, and the hockey-stick identity $\sum_{i \le n}\binom{i}{k} = \binom{n+1}{k+1}$
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: 77 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
- Power set (Wikipedia) (standard reference, not scraped)
- Pigeonhole principle (Wikipedia) (standard reference, not scraped)
- Binomial coefficient (Wikipedia) (standard reference, not scraped)
- Twelvefold way (Wikipedia) (standard reference, not scraped)