Alphabeta Math
CorollaryStatement: AI-adaptedProof: AI-adaptedSession-authored (Fable 5 assisted)precheck passjudge pass (z-ai/glm-5.2)audited 2026-07-29
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.

k<n+1(nk)=2n\sum_{k<n+1}\binom{n}{k} = 2^{n}, and k<n+1(1)kι ⁣(nk)=0\sum_{k<n+1}(-1)^{k}\iota\!\binom{n}{k} = 0 for n1n \ge 1

Statement

  1. The row sum. For every nNn \in \mathbb{N}, in N\mathbb{N}, k<n+1(nk)=2n.\sum_{k<n+1}\binom{n}{k} = 2^{\,n} .
  2. The alternating row sum. For every n1n \ge 1, in R\mathbb{R}, k<n+1(1)kι(nk)=0.\sum_{k<n+1}(-1)^{k}\,\iota\binom{n}{k} = 0 .

Clause 2 is false at n=0n = 0, where the sum has the single term (1)0ι(00)=1(-1)^{0}\iota\binom{0}{0} = 1. The hypothesis n1n \ge 1 is therefore part of the statement, and this page's companion records the version that drops it as a false statement.

Facts & Assumptions

Given: A natural nn, a finite set AA with A=n\lvert A\rvert = n, and ι\iota the canonical natural (The canonical natural ι(n)=n1F\iota(n) = n \cdot 1_F of a field).

[L1]

The binomial theorem: (x+y)n=k<σ(n)ι(nk)xkynk(x+y)^{n} = \sum_{k<\sigma(n)}\iota\binom{n}{k}x^{k}y^{\,n-k} for reals xx, yy (The binomial theorem in R\mathbb{R}: (x+y)n=k<n+1ι ⁣(nk)xkynk(x+y)^{n} = \sum_{k<n+1} \iota\!\binom{n}{k}\, x^{k} y^{\,n-k}).

[L2]

P(A)=2n\lvert\mathcal{P}(A)\rvert = 2^{\,n} (P(A)=2A\lvert\mathcal{P}(A)\rvert = 2^{\lvert A\rvert} for finite AA), and [A]k=(nk)\lvert [A]^{k}\rvert = \binom{n}{k}, with [A]k=[A]^{k} = \varnothing for k>nk > n (The set [A]k[A]^{k} of kk-element subsets and the binomial coefficient (nk):=[n]k\binom{n}{k} := \lvert [n]^{k}\rvert).

[L4]

ι\iota is additive, multiplicative and injective, and ι(k<NNak)=k<NRι(ak)\iota\big(\sum^{\mathbb{N}}_{k<N} a_k\big) = \sum^{\mathbb{R}}_{k<N}\iota(a_k) (clauses 0, 6 and 7 of Laws of finite sums and products in N\mathbb{N}, and ι(k<nak)=k<nι(ak)\iota\big(\sum_{k<n} a_k\big) = \sum_{k<n} \iota(a_k)).

[L5]

Powers: ι(mj)=ι(m)j\iota(m^{j}) = \iota(m)^{j} (Exponentiation of natural numbers, mnm^{n}, and its agreement with the integer power in R\mathbb{R}, clause (d)); a0=1a^{0} = 1 and aσ(j)=ajaa^{\sigma(j)} = a^{j}a, so 1j=11^{j} = 1 and 0j=00^{j} = 0 for j1j \ge 1 (Integer powers ama^m, Multiplication by zero: 0a=00 \cdot a = 0, Field).

[L6]

Real finite sums: the recursion clauses and the scaling clause (Finite sums and finite products, by recursion, Laws of finite sums and finite products).

Proof

technique · direct
1.1

Clause 1, by counting. Every SAS \subseteq A satisfies Sn\lvert S\rvert \le n by [L7], so P(A)\mathcal{P}(A) is the union of the sets [A]k[A]^{k} for kσ(n)={0,1,,n}k \in \sigma(n) = \{0,1,\dots,n\}; these are pairwise disjoint, since SS determines S\lvert S\rvert. By [L3] and [L2], 2n=P(A)=kσ(n)[A]k=k<σ(n)(nk)2^{\,n} = \lvert\mathcal{P}(A)\rvert = \sum_{k \in \sigma(n)}\big\lvert [A]^{k}\big\rvert = \sum_{k<\sigma(n)}\binom{n}{k}, the last equality being the bridge for an index set that is a natural number.

L2L3L7
1.2

Clause 2. Apply [L1] with x=1x = -1 and y=1y = 1. The left-hand side is (1+1)n=0n(-1+1)^{n} = 0^{\,n}, which is 00 because n1n \ge 1 ([L5]). The right-hand side is k<σ(n)ι(nk)(1)k1nk=k<σ(n)(1)kι(nk)\sum_{k<\sigma(n)}\iota\binom{n}{k}(-1)^{k}1^{\,n-k} = \sum_{k<\sigma(n)}(-1)^{k}\iota\binom{n}{k}, using 1j=11^{j} = 1 from [L5]. Hence the alternating sum is 00.

L1L5
2.1

Clause 1 again, from the binomial theorem, as a check that the two routes agree. Taking x=y=1x = y = 1 in [L1] gives (1+1)n=k<σ(n)ι(nk)(1+1)^{n} = \sum_{k<\sigma(n)}\iota\binom{n}{k}, and the right-hand side is ι(k<σ(n)N(nk))\iota\big(\sum^{\mathbb{N}}_{k<\sigma(n)}\binom{n}{k}\big) by the bridge clause of [L4], while the left-hand side is ι(2)n=ι(2n)\iota(2)^{n} = \iota(2^{\,n}) by [L5]. Since ι\iota is injective, k<σ(n)N(nk)=2n\sum^{\mathbb{N}}_{k<\sigma(n)}\binom{n}{k} = 2^{\,n}, which is step 1.1.

step 1.1L1L4L5
2.2

The hypothesis of clause 2 is not removable. At n=0n = 0 the sum is k<1(1)kι(0k)=(1)0ι(00)=11=10\sum_{k<1}(-1)^{k}\iota\binom{0}{k} = (-1)^{0}\iota\binom{0}{0} = 1 \cdot 1 = 1 \ne 0, by [L6], (00)=1\binom{0}{0} = 1 and a0=1a^{0} = 1. What fails in the argument of step 1.2 is exactly one thing: (1+1)0=00=1(-1+1)^{0} = 0^{0} = 1 rather than 00.

step 1.2L2L5L6
3.1

Clause 1 is step 1.1, confirmed by step 2.1; clause 2 is step 1.2, and step 2.2 shows why it carries the hypothesis n1n \ge 1.

step 1.1step 1.2step 2.1step 2.2

Remarks

  • Two proofs of the same identity, deliberately. The counting proof is a statement about natural numbers and uses no embedding at all, while the analytic proof goes through R\mathbb{R} and comes back by the injectivity of ι\iota. Recording both is what makes the agreement of the two readings visible rather than assumed.

  • Where the hypothesis of clause 2 is spent. In 0n=00^{n} = 0, and nowhere else. The convention 00=10^{0} = 1 is not a defect here: it is what makes the binomial theorem hold at n=0n = 0, and the price is that the alternating sum identity acquires a hypothesis. Both facts are consequences of the same convention.

  • The alternating sum is stated in R\mathbb{R} because (1)k(-1)^{k} is not a natural number. The unsigned row sum, by contrast, is an identity between counts and is stated in N\mathbb{N}.

Depends on

Used by

Dependency tree · next 3 levels

Direct dependencies and their dependencies through the next three levels: 85 results over 29 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