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.
Pascal's triangle computed to row , with Pascal's rule checked at every interior entry
Example
The array whose -th row is is Pascal's triangle. Rows to are
Every interior entry is produced below by Pascal's rule , and the hockey-stick identity from the row above, the boundary entries being the values ; four interior entries are cross-checked against the closed formula of for ; hence , the quotient is a natural number, and . The row sums and the alternating row sums are then checked against , and for , including the row where the alternating sum is not zero.
Facts & Assumptions
Given: The binomial coefficients of The set of -element subsets and the binomial coefficient and the factorials , , , , , , of The factorial and the falling factorial , defined by recursion in .
Boundary values: for every , and for (The set of -element subsets and the binomial coefficient ).
Pascal's rule: (Pascal's rule , and the hockey-stick identity ).
The closed formula: for , so is the natural number whose canonical natural is ( for ; hence , the quotient is a natural number, and , The canonical natural of a field).
Verification
Row is the single entry , and row is , , both by [L1]. Every row begins and ends with for the same reason.
The interior entries, each by [L2] from the row above. Row : . Row : and . Row : , , . Row : , , , . Row : , , , , . This is the array displayed above.
The closed formula agrees, checked on four interior entries by [L3]: ; ; ; . So the two routes give the same numbers.
The row sums are , , , , , and , that is , as [L4] requires.
The alternating row sums are for row , and , , , , , for rows to . Row is the exception, and it is exactly the row where the hypothesis of [L4] fails: the sum there has the single term .
Rows to are as displayed, each interior entry agreeing with [L2] and the four checked in step 3.1 agreeing with [L3], the row sums with the powers of , and the alternating sums with from row onwards and with at row .
Remarks
-
The exceptional row is the point of the last check. A reader who computes only rows to sees an alternating sum that is always and will state the identity for every . Row is where that statement is false, and this page records it as a false statement for exactly that reason (FALSE: for every ).
-
Symmetry is visible in every row and is for ; hence , the quotient is a natural number, and clause 3: row read backwards is row .
Depends on
- The set $[A]^{k}$ of $k$-element subsets and the binomial coefficient $\binom{n}{k} := \lvert [n]^{k}\rvert$
- 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}$
- $\binom{n}{k}\,k!\,(n-k)! = n!$ for $k \le n$; hence $\binom{n}{k}\,k! = n^{\underline{k}}$, the quotient $n!/(k!(n-k)!)$ is a natural number, and $\binom{n}{k} = \binom{n}{n-k}$
- $\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 factorial $n!$ and the falling factorial $n^{\underline{k}}$, defined by recursion in $\mathbb{N}$
- Exponentiation of natural numbers, $m^{n}$, and its agreement with the integer power in $\mathbb{R}$
- Finite sums and finite products of natural numbers, $\sum_{k<n} a_k$ and $\prod_{k<n} a_k$ in $\mathbb{N}$
- The canonical natural $\iota(n) = n \cdot 1_F$ of a field
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: 79 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
- Pascal's triangle (Wikipedia) (standard reference, not scraped)
- Pascal's rule (Wikipedia) (standard reference, not scraped)
- Binomial coefficient (Wikipedia) (standard reference, not scraped)