Alphabeta Math
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.

✓ 14 results · all verified · 8 also independently AI-judged
Every result on this page is machine-checked by a proof checker and read in full and owner-audited; the judge is an additional, independent cross-model AI review of the proofs. The 6 not AI-judged were verified by owner audit (typically over a confirmed judge false positive), not failures.

Finite Counting, Factorials and Binomial Coefficients: Examples and Counterexamples

1 · Prerequisites

2 · Summary

3 · Logical flowchart

4 · Definitions, theorems and proofs

None yet.

5 · Examples, counterexamples and false statements

ExampleConstruction: AI-adaptedVerification: AI-generatedprecheck passverified 2026-08-02 (claude-opus-5)Open item page →

Pascal's triangle computed to row 6, with Pascal's rule checked at every interior entry

Example

The array whose n-th row is (n0),(n1),…,(nn) is Pascal's triangle. Rows 0 to 6 are

111121133114641151010511615201561

1111211331146413+3=6¡42¢=¡31¢+¡32¢

Every interior entry is produced below by Pascal's rule (n+1k+1)=(nk)+(nk+1), and the hockey-stick identity ∑i≤n(ik)=(n+1k+1) from the row above, the boundary entries being the values (n0)=(nn)=1; four interior entries are cross-checked against the closed formula of (nk) k! (n−k)!=n! for k≤n; hence (nk) k!=nk‾, the quotient n!/(k!(n−k)!) is a natural number, and (nk)=(nn−k). The row sums and the alternating row sums are then checked against ∑k<n+1(nk)=2n, and ∑k<n+1(−1)kι ⁣(nk)=0 for n≥1, including the row where the alternating sum is not zero.

Facts & Assumptions

Given: The binomial coefficients of The set [A]k of k-element subsets and the binomial coefficient (nk):=∣[n]k∣ and the factorials 0!=1, 1!=1, 2!=2, 3!=6, 4!=24, 5!=120, 6!=720 of The factorial n! and the falling factorial nk‾, defined by recursion in N.

[L1]

Boundary values: (n0)=(nn)=1 for every n, and (nk)=0 for k>n (The set [A]k of k-element subsets and the binomial coefficient (nk):=∣[n]k∣).

[L3]

The closed formula: (nk) k! (n−k)!=n! for k≤n, so (nk) is the natural number whose canonical natural is ι(n!)/(ι(k!)ι((n−k)!)) ((nk) k! (n−k)!=n! for k≤n; hence (nk) k!=nk‾, the quotient n!/(k!(n−k)!) is a natural number, and (nk)=(nn−k), The canonical natural ι(n)=n⋅1F of a field).

Verification

technique · direct
1.1

Row 0 is the single entry (00)=1, and row 1 is (10)=1, (11)=1, both by [L1]. Every row begins and ends with 1 for the same reason.

givenL1
2.1

The interior entries, each by [L2] from the row above. Row 2: (21)=(10)+(11)=2. Row 3: (31)=(20)+(21)=3 and (32)=(21)+(22)=3. Row 4: 4, (42)=3+3=6, 4. Row 5: 5, (52)=4+6=10, (53)=6+4=10, 5. Row 6: 6, (62)=5+10=15, (63)=10+10=20, (64)=10+5=15, 6. This is the array displayed above.

step 1.1L1L2
3.1

The closed formula agrees, checked on four interior entries by [L3]: (42)⋅2!⋅2!=6⋅2⋅2=24=4!; (52)⋅2!⋅3!=10⋅2⋅6=120=5!; (62)⋅2!⋅4!=15⋅2⋅24=720=6!; (63)⋅3!⋅3!=20⋅6⋅6=720=6!. So the two routes give the same numbers.

step 2.1L3
3.2

The row sums are 1, 1+1=2, 1+2+1=4, 1+3+3+1=8, 1+4+6+4+1=16, 1+5+10+10+5+1=32 and 1+6+15+20+15+6+1=64, that is 20,21,…,26, as [L4] requires.

step 2.1L4
3.3

The alternating row sums are 1 for row 0, and 1−1=0, 1−2+1=0, 1−3+3−1=0, 1−4+6−4+1=0, 1−5+10−10+5−1=0, 1−6+15−20+15−6+1=0 for rows 1 to 6. Row 0 is the exception, and it is exactly the row where the hypothesis n≥1 of [L4] fails: the sum there has the single term (00)=1.

step 2.1L1L4
4.1

Rows 0 to 6 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 2, and the alternating sums with 0 from row 1 onwards and with 1 at row 0.

step 3.1step 3.2step 3.3∎

Remarks

ExampleConstruction: AI-generatedVerification: AI-generatedprecheck passjudge pass (z-ai/glm-5.2)audited 2026-07-29Open item page →

Choosing a committee: (103)=120, and the ordered count 103‾=720

Example

Let P be a set with ∣P∣=10. Two different sets are counted, and naming which is which is the whole discipline of the example.

  • The unordered selections of three members of P are the elements of [P]3, and there are (103)=120 of them.
  • The ordered selections of three distinct members, that is the injections 3→P, number 103‾=720.

The ratio of the two counts is 3!=6, which is clause 1 of (nk) k! (n−k)!=n! for k≤n; hence (nk) k!=nk‾, the quotient n!/(k!(n−k)!) is a natural number, and (nk)=(nn−k) seen concretely: each 3-element subset arises from exactly 3! ordered selections.

Facts & Assumptions

Given: A set P with ∣P∣=10, and the factorials 3!=6, 7!=5040, 10!=3628800 (The factorial n! and the falling factorial nk‾, defined by recursion in N).

[L3]

The number of injections of a k-element set into an n-element set is nk‾ (The number of injections from a k-element set into an n-element set is nk‾).

[L4]

n0‾=1 and nσ(k)‾=nk‾(n−k) (The factorial n! and the falling factorial nk‾, defined by recursion in N).

Verification

technique · direct
1.1

The two sets are [P]3, whose elements are the 3-element subsets of P, and Inj⁡(3,P), whose elements are the injective functions from 3={0,1,2} into P. They are different sets, and each count below is stated for the set it counts.

givenL1L3
2.1

The unordered count. By [L2] with n=10, k=3, (103)⋅3!⋅7!=10!, that is (103)⋅6⋅5040=3628800, so (103)⋅30240=3628800 and (103)=120. By [L1] the set [P]3 has 120 elements.

step 1.1L1L2
2.2

The ordered count. By [L4], 101‾=1⋅10=10, 102‾=10⋅9=90 and 103‾=90⋅8=720. By [L3] the set Inj⁡(3,P) has 720 elements.

step 1.1L3L4
3.1

The two counts are related as clause 1 of [L2] says: (103)⋅3!=120⋅6=720=103‾. Each 3-element subset of P is the image of exactly 3!=6 injections 3→P, so passing from the ordered to the unordered count divides by 6.

step 2.1step 2.2L2∎

Remarks

  • The standard error is to count one set and name the other. "How many ways can a committee of three be chosen from ten people" is the count of [P]3 only if the committee is unordered; if the three roles are distinguished it is the count of Inj⁡(3,P). The two differ by a factor of 6, and no computation can decide which was meant.
ExampleConstruction: AI-adaptedVerification: AI-generatedprecheck passverified 2026-08-02 (claude-opus-5)Open item page →

Arrangements of a word with repeated letters, counted by the multinomial coefficient

Example

Take the eleven-letter word MISSISSIPPI, over the four-letter alphabet {M,I,S,P}, in which M occurs once, I four times, S four times and P twice. The number of distinct arrangements of its letters is

(111,4,4,2)=11!1! 4! 4! 2!=399168001152=34650.

The modelling step is the mathematics. An arrangement is a function from the set of eleven positions to the four-letter alphabet whose fibre over each letter has the prescribed size; that is literally an element of B(A,k) in The multinomial coefficient (nk0,…,km−1) as the number of ordered partitions of an n-set into blocks of prescribed sizes, with A the set of positions, m=4 and k=(1,4,4,2).

Facts & Assumptions

Given: The position set A with ∣A∣=11, the alphabet identified with 4={0,1,2,3} by 0↦M, 1↦I, 2↦S, 3↦P, and the tuple k=(1,4,4,2); the factorials 1!=1, 2!=2, 4!=24 and 11!=39916800 (The factorial n! and the falling factorial nk‾, defined by recursion in N).

[L1]

B(A,k) is the set of c:A→m with ∣c−1[{i}]∣=ki for every i<m; it is nonempty only if ∑i<mki=∣A∣, and its cardinality is (∣A∣k) (The multinomial coefficient (nk0,…,km−1) as the number of ordered partitions of an n-set into blocks of prescribed sizes, The cardinality ∣A∣ of a finite set).

Verification

technique · direct
1.1

The modelling. An arrangement of the letters of MISSISSIPPI is a function c assigning to each of the eleven positions one of the four letters, subject to the letter multiplicities; that is, ∣c−1[{0}]∣=1, ∣c−1[{1}]∣=4, ∣c−1[{2}]∣=4 and ∣c−1[{3}]∣=2. So the set of arrangements is exactly B(A,k) with k=(1,4,4,2).

givenL1
2.1

The hypothesis is satisfied, and it must be checked before the coefficient is written down: ∑i<4ki=1+4+4+2=11=∣A∣, so k∈W(11,4) and (111,4,4,2) is defined.

step 1.1L1L3
3.1

The value. By [L2], (111,4,4,2)⋅(1!⋅4!⋅4!⋅2!)=11!, that is (111,4,4,2)⋅(1⋅24⋅24⋅2)=39916800; the product of factorials is 1152, and 1152⋅34650=39916800, so cancellation by the nonzero factor 1152 gives (111,4,4,2)=34650.

step 2.1L2L3
4.1

Hence the word has exactly 34650 distinct arrangements, this being ∣B(A,k)∣ by [L1].

step 1.1step 3.1L1∎

Remarks

ExampleConstruction: AI-adaptedVerification: AI-generatedprecheck passjudge pass (z-ai/glm-5.2)audited 2026-07-29Open item page →

Five-card hands from a 52-card deck: (525)=2598960, and the count of hands with all cards of one suit

Example

Model a deck as the set D:=13×4, a rank paired with a suit, so ∣D∣=52 by The product rule: ∣A×B∣=∣A∣ ∣B∣, and ∣∏i<mAi∣=∏i<m∣Ai∣. A hand is a five-element subset of D, that is an element of [D]5. Then

∣[D]5∣=(525)=2598960,

and the number of hands all of whose cards share a suit is

4⋅(135)=4⋅1287=5148.

No probability is claimed anywhere. There is no probability space in this library at this point in the reading order; these are counts of sets, and nothing below divides one by another or calls a count a chance.

Facts & Assumptions

Given: The deck D=13×4; for s<4 the suit Ds:=13×{s}; and the falling factorials computed from n0‾=1 and nσ(k)‾=nk‾(n−k) (The factorial n! and the falling factorial nk‾, defined by recursion in N).

[L4]

Cancellation by a nonzero natural (Cancellation for multiplication by a nonzero factor).

Verification

technique · direct
1.1

The deck has ∣D∣=∣13∣⋅∣4∣=13⋅4=52 by [L3], and a hand is by definition an element of [D]5, so the number of hands is (525) by [L1].

givenL1L3
2.1

The total. By [L2], (525)⋅5!=525‾=52⋅51⋅50⋅49⋅48. Computing the falling factorial step by step: 52⋅51=2652, 2652⋅50=132600, 132600⋅49=6497400, 6497400⋅48=311875200. Since 5!=120 and 120⋅2598960=311875200, cancellation by 120 gives (525)=2598960.

step 1.1L2L4
2.2

The single-suit hands. Let F be the set of hands all of whose cards lie in one suit, and for s<4 let Fs be the set of hands contained in Ds. The Fs are pairwise disjoint, since a hand has five cards and cannot lie in two different suits at once, and their union is F. Each Ds=13×{s} is in bijection with 13 under the first projection, so ∣Fs∣=∣[Ds]5∣=(135) by [L1]. By [L2], (135)⋅120=135‾=13⋅12⋅11⋅10⋅9=154440, and 120⋅1287=154440, so (135)=1287. Finally [L3] gives ∣F∣=∑s∈4∣Fs∣=4⋅1287=5148.

step 1.1L1L2L3L4
3.1

So there are 2598960 hands in all, of which 5148 have all five cards of one suit. Both numbers are cardinalities of explicitly described sets, and neither is a probability.

step 2.1step 2.2∎

Remarks

  • The sum rule is doing real work in step 2.2, and its hypothesis is checked rather than assumed: two different suits share no card, so the four blocks are disjoint. Without that, adding the four counts would overcount, which is the failure this page's counterexample exhibits.

  • What is deliberately absent. Turning 5148/2598960 into a probability needs a probability space, which the library does not have here. The temptation to write one down is exactly the place a worked example smuggles in machinery it has not got.

ExampleConstruction: AI-generatedVerification: AI-generatedprecheck passjudge pass (z-ai/glm-5.2)audited 2026-07-29Open item page →

The 15 weak compositions of 4 into 3 parts, listed and matched against stars and bars

Example

Take n=4 and m=3. The weak compositions of 4 into 3 parts (Compositions and weak compositions of a natural number into a fixed number of parts) are the triples (k0,k1,k2) of naturals with k0+k1+k2=4. Listed in decreasing lexicographic order they are

(4,0,0)(3,1,0)(3,0,1)(2,2,0)(2,1,1)(2,0,2)(1,3,0)(1,2,1)(1,1,2)(1,0,3)(0,4,0)(0,3,1)(0,2,2)(0,1,3)(0,0,4)

fifteen in all, matching (n+m−1m−1)=(62)=15 from For m≥1 the number of weak compositions of n into m parts is (n+m−1m−1), and the number of compositions is (n−1m−1) for n≥1. Of these, three have every part nonzero, namely (2,1,1), (1,2,1) and (1,1,2), matching (n−1m−1)=(32)=3.

Facts & Assumptions

Given: n=4, m=3, so M:=m−1=2 and n+M=6; the sets W(4,3) and C(4,3) of Compositions and weak compositions of a natural number into a fixed number of parts; and 2!=2, 4!=24, 6!=720, 3!=6 (The factorial n! and the falling factorial nk‾, defined by recursion in N).

[L1]

For m≥1, ∣W(n,m)∣=(n+m−1m−1), and the map k↦S(k):={ (∑j<σ(i)kj)+i:i<M } is a bijection onto the set of M-element subsets of n+M (For m≥1 the number of weak compositions of n into m parts is (n+m−1m−1), and the number of compositions is (n−1m−1) for n≥1).

Verification

technique · direct
1.1

The list above is exhaustive and has no repetitions: it is organised by the value of k0, which runs over 4,3,2,1,0, and for each k0 the pair (k1,k2) runs over all solutions of k1+k2=4−k0, of which there are 5−k0, namely (4−k0,0),(3−k0,1),…,(0,4−k0). The block sizes are therefore 1,2,3,4,5, and 1+2+3+4+5=15.

givenL4
2.1

The formula agrees. By [L3] with n=6, k=2: (62)⋅2!⋅4!=6!, that is (62)⋅2⋅24=720, so (62)⋅48=720 and (62)=15. By [L1] with n=4, m=3 this is ∣W(4,3)∣, matching step 1.1.

step 1.1L1L3
2.2

The bijection of [L1] made concrete. Here M=2, so S(k)={k0, k0+k1+1}, a two-element subset of 6={0,1,2,3,4,5}. For (4,0,0): S={4, 5}. For (2,1,1): S={2, 4}. For (1,2,1): S={1, 4}. For (0,0,4): S={0, 1}. Each is indeed a 2-element subset of 6, and the four are distinct, as injectivity requires. Reading the picture backwards, the two elements of S are the positions of the two bars in a row of four stars and two bars, and the parts are the lengths of the three runs of stars.

step 1.1L1
3.1

The compositions. A weak composition has all parts nonzero exactly when none of k0,k1,k2 is 0, and inspection of the list leaves (2,1,1), (1,2,1) and (1,1,2), three in all. By [L2] the predicted count is (4−13−1)=(32)=3, which agrees. The bijection behind [L2] subtracts 1 from every part, sending these three to (1,0,0), (0,1,0) and (0,0,1), the three weak compositions of 1 into 3 parts.

step 1.1step 2.1L2L4
4.1

So ∣W(4,3)∣=15=(62) and ∣C(4,3)∣=3=(32), both by direct enumeration and by the formulas.

step 2.1step 2.2step 3.1∎

Remarks

  • A stars-and-bars example that only checks the number is the weaker example. Step 2.2 exhibits the bijection on four of the fifteen tuples, so the reader sees which subset of 6 each composition corresponds to rather than being told that some correspondence exists.

  • The count 1+2+3+4+5 in step 1.1 is itself an instance of the theorem, at m=2: the number of weak compositions of j into 2 parts is (j+11)=j+1.

ExampleConstruction: AI-generatedVerification: AI-generatedprecheck passjudge pass (z-ai/glm-5.2)audited 2026-07-29Open item page →

All 8 functions 3→2, the 0 injections 3→2, and the 8 subsets of a 3-element set

Example

Every count here is small enough to list in full, so nothing is asserted by inspection. Take 3={0,1,2} and 2={0,1}.

  • There are 23=8 functions 3→2, and all eight are listed below as triples (f(0),f(1),f(2)).
  • None of them is injective, and the predicted count is 23‾=2⋅1⋅0=0.
  • There are 23=8 subsets of a three-element set, and grouping them by size gives 1+3+3+1=8.

Facts & Assumptions

Given: The sets 3={0,1,2} and 2={0,1}, and A:=3.

[L2]

The number of injections of a k-element set into an n-element set is nk‾, with n0‾=1 and nσ(k)‾=nk‾(n−k) (The number of injections from a k-element set into an n-element set is nk‾, The factorial n! and the falling factorial nk‾, defined by recursion in N).

[L3]

Pigeonhole: there is no injection σ(n)→n, and none p→q when q<p (The pigeonhole principle on N, claims 1 and 2).

Verification

technique · direct
1.1

The eight functions 3→2, written as the triples of their values: (0,0,0), (0,0,1), (0,1,0), (0,1,1), (1,0,0), (1,0,1), (1,1,0), (1,1,1). The list is exhaustive because a function is determined by its three values and each value is 0 or 1, and it has no repetitions. There are eight, and [L1] predicts ∣2∣∣3∣=23=2⋅2⋅2=8.

givenL1
2.1

None of the eight is injective: in every triple above two of the three entries are equal, so two distinct elements of 3 receive the same value. This agrees with [L2], which predicts 23‾=22‾⋅(2−2)=22‾⋅0=0 injections, and with [L3], which forbids an injection 3→2 outright since 2<3.

step 1.1L2L3
2.2

The eight subsets of A=3, grouped by cardinality: ∅; then {0}, {1}, {2}; then {0,1}, {0,2}, {1,2}; then {0,1,2}. So ∣[A]0∣=1, ∣[A]1∣=3, ∣[A]2∣=3, ∣[A]3∣=1, that is (30)=1, (31)=3, (32)=3, (33)=1, which is row 3 of Pascal's triangle as [L5] gives it.

step 1.1L4L5
3.1

The two ways of counting P(A) agree: directly, the list in step 2.2 has 1+3+3+1=8 entries; by [L4], ∣P(A)∣=23=8 and ∑k<4(3k)=23. This is clause 1 of [L4] in its smallest interesting case.

step 2.1step 2.2L4∎

Remarks

ExampleConstruction: AI-generatedVerification: AI-generatedprecheck passjudge pass (z-ai/glm-5.2)audited 2026-07-29Open item page →

Vandermonde's identity checked at m=4, n=3, k=3, both sides equal to 35

Example

Take m=4, n=3 and k=3 in Vandermonde's identity (m+nk)=∑i<k+1(mi)(nk−i). The left-hand side is (73)=35, and the right-hand side is

(40)(33)+(41)(32)+(42)(31)+(43)(30)=1+12+18+4=35.

The same identity at k=5, still with m=4 and n=3, exercises the boundary convention: three of the six terms vanish because their coefficients are 0, and both sides come to 21.

Facts & Assumptions

Given: M:=4×{0} and N:=3×{1}, disjoint with ∣M∣=4, ∣N∣=3 and ∣M∪N∣=7; and the factorials 2!=2, 3!=6, 4!=24, 5!=120, 7!=5040 (The factorial n! and the falling factorial nk‾, defined by recursion in N).

Verification

technique · direct
1.1

The coefficients needed, all from [L2]. (73)⋅3!⋅4!=7! gives (73)⋅6⋅24=5040, so (73)⋅144=5040 and (73)=35. Similarly (42)⋅2!⋅2!=4! gives (42)=6; and (40)=(33)=(30)=1, (41)=4, (43)=(41)=4 by symmetry, (31)=(32)=3. Also (75)⋅5!⋅2!=7! gives (75)⋅240=5040, so (75)=21.

givenL2
2.1

The case k=3. The four terms of the sum, indexed by i<4, are (40)(33)=1⋅1=1, (41)(32)=4⋅3=12, (42)(31)=6⋅3=18 and (43)(30)=4⋅1=4; their sum is 1+12+18+4=35, equal to (73).

step 1.1L1L3
2.2

The case k=5, where the boundary convention does the work. The sum runs over i<6 and its terms are (40)(35)=0, (41)(34)=0, (42)(33)=6, (43)(32)=12, (44)(31)=3 and (45)(30)=0, the vanishing ones being those with 5−i>3 or i>4. The total is 6+12+3=21=(75).

step 1.1L1L2L3
3.1

The partition behind one block. The term with i=2 in step 2.1 counts the sets S∈[M∪N]3 with exactly two elements in M; the bijection of [L1] sends such an S to the pair (S∩M,S∩N). For instance S={(0,0),(1,0),(0,1)} goes to ({(0,0),(1,0)}, {(0,1)})∈[M]2×[N]1, and there are (42)(31)=18 such S, which is the value computed there. So the identity is a count, not an algebraic accident.

step 1.1step 2.1L1
4.1

Both instances confirm [L1]: at k=3 both sides are 35, at k=5 both sides are 21, and in the second the terms whose blocks are empty contribute 0 exactly as the identity's lack of a range restriction requires.

step 2.1step 2.2step 3.1∎

Remarks

  • Why a case with vanishing terms is included. The identity is stated for all m, n, k with no side condition, and that is only correct because out-of-range binomial coefficients are 0 rather than undefined. Checking a case where three terms vanish is checking exactly that clause.
CounterexampleConstruction: AI-generatedVerification: AI-generatedprecheck passverified 2026-08-03 (gpt-5.6-sol-codex-subscription)Open item page →

Two sets of the same finite cardinality between which the bijection is not unique

Statement refuted

Refuted claim: two equinumerous finite sets admit exactly one bijection between them.

The witness is A:=2={∅,{∅}}={0,1} and B:=[2]1={{0},{1}}, the set of one-element subsets of 2. Both have cardinality 2, and there are exactly two bijections between them.

Facts & Assumptions

Given: A=2={0,1} with 0=∅ and 1={0} (The natural numbers N (von Neumann)), and B=[2]1, the set of 1-element subsets of 2.

[L1]

∣n∣=n for a natural n, and ∣A∣ is the unique natural equinumerous with A (The cardinality ∣A∣ of a finite set).

[L2]

∣[X]k∣=(∣X∣k) and (n1)=n (The set [A]k of k-element subsets and the binomial coefficient (nk):=∣[n]k∣).

[L5]

Claim 3 of The pigeonhole principle on N: a finite set is equinumerous with exactly one natural number.

Counterexample

technique · direct
1.1

The two sets and their cardinalities. A=2 has ∣A∣=2 by [L1]. The elements of B=[2]1 are the one-element subsets of {0,1}, namely {0} and {1}, so ∣B∣=(21)=2 by [L2]. Hence ∣A∣=∣B∣.

givenL1L2
2.1

Two distinct bijections. Let f:A→B be f(0)={0}, f(1)={1}, and let g:A→B be g(0)={1}, g(1)={0}. Each is injective, its two values being distinct, and each is surjective, its image being all of B; so both are bijections by [L4]. They are distinct, since f(0)={0}≠{1}=g(0).

step 1.1L4construct
3.1

There are exactly two. By [L3] the set of bijections A→B has 2!=2 elements, so f and g of step 2.1 are all of them.

step 1.1L3
4.1

The refuted claim fails: ∣A∣=∣B∣ holds, and there are two bijections A→B, not one. The cardinality ∣A∣ of a finite set asserts only that some bijection A→∣A∣ exists; [L5] makes the resulting natural number unique, not the witnessing map.

step 2.1step 3.1L1L5∎

Remarks

CounterexampleConstruction: AI-generatedVerification: AI-generatedprecheck passverified 2026-08-02 (claude-opus-5)Open item page →

A count that overcounts because the blocks are not disjoint, and exactly where the sum rule's hypothesis is spent

Statement refuted

Refuted claim: clause 2 of The sum rule: a finite disjoint union is finite with ∣A∪B∣=∣A∣+∣B∣ and ∣⋃i∈IAi∣=∑i∈I∣Ai∣, and a sum over a finite index set splits along a partition with its disjointness hypothesis deleted, that is, for a finite index set I and any family (Ai)i∈I of finite sets,

∣⋃i∈IAi∣=∑i∈I∣Ai∣.

The witness lives inside P(X) for X:=4={0,1,2,3}. Take I:=2, let A0 be the set of subsets of X containing 0 and A1 the set of subsets containing 1. Then ∣A0∣=∣A1∣=8, so the right-hand side is 16, while ∣A0∪A1∣=12.

P(X)A0A14444jA0j+jA1j=8+8=16;jA0[A1j=4+4+4=12

Facts & Assumptions

Given: X=4={0,1,2,3}; A0:={ S⊆X:0∈S }; A1:={ S⊆X:1∈S }; and C:={ S⊆X:0∉S and 1∉S }.

[L2]

The sum rule for two disjoint blocks: ∣S∪T∣=∣S∣+∣T∣, and its proof, whose only use of disjointness is the injectivity of the splice map h (The sum rule: a finite disjoint union is finite with ∣A∪B∣=∣A∣+∣B∣ and ∣⋃i∈IAi∣=∑i∈I∣Ai∣, and a sum over a finite index set splits along a partition, step 1.1 there).

[L4]

Maps (Injection, surjection, bijection): a map with a two-sided inverse is a bijection.

Counterexample

technique · direct
1.1

The three sets are subsets of the finite set P(X), hence finite by [L3], and ∣P(X)∣=24=16 by [L1].

givenL1L3
2.1

Each block has eight elements. The map S↦S∖{0} sends A0 into P({1,2,3}) and T↦T∪{0} sends P({1,2,3}) into A0; the two composites are the identity, because 0∈S for S∈A0 and 0∉T for T⊆{1,2,3}. So ∣A0∣=23=8 by [L1], [L3] and [L4], and the same argument at the point 1 gives ∣A1∣=8. Hence ∑i∈2∣Ai∣=8+8=16.

step 1.1L1L3L4L5
2.2

The union has twelve. A subset of X lies in A0∪A1 exactly when it contains 0 or contains 1, so P(X) is the disjoint union of A0∪A1 and C; and C is in bijection with P({2,3}) under the identity map, since a subset of X containing neither 0 nor 1 is precisely a subset of {2,3}, giving ∣C∣=22=4. By [L2], 16=∣A0∪A1∣+4, so ∣A0∪A1∣=12 by [L5].

step 1.1L1L2L3L4L5
3.1

The claim fails: 12≠16. The overcount is exactly 4, the number of subsets containing both 0 and 1, and it agrees with ∣C∣ because S↦S∪{0,1} is a bijection of C onto A0∩A1, with inverse T↦T∖{0,1}.

step 2.1step 2.2L4∎

Remarks

False statementConstruction: AI-adaptedVerification: AI-adaptedprecheck passjudge pass (z-ai/glm-5.2)audited 2026-07-29Open item page →

FALSE: every injection of a set into itself is a bijection

Statement

FALSE. The statement

every injective function f:A→A from a set to itself is a bijection

for all sets A.

The claim is plausible because it is true for finite A: that is clause 4 of A subset of a finite set is finite, with ∣B∣≤∣A∣, and equality holds if and only if B=A. What is easy to miss is that the proof of that clause uses finiteness twice, at the transport ∣f[A]∣=∣A∣ and at the step "a subset of the same cardinality as the whole is the whole", and neither survives without it.

Facts & Assumptions

Given: The von Neumann naturals N with 0=∅ and successor σ (The natural numbers N (von Neumann)), and A:=N, f:=σ.

[L1]

(N,0,σ) satisfies the Peano axioms: σ(n)≠0 for every n, and σ is injective (The von Neumann naturals form a Peano system).

[L2]

Every nonzero natural is a successor (Every nonzero natural number is a successor), so the image of σ is exactly N∖{0}.

[L3]

Injection, surjection, bijection (Injection, surjection, bijection): f is surjective when its image is the whole codomain, and bijective when injective and surjective.

[L4]

For finite A, every injection A→A is a bijection (A subset of a finite set is finite, with ∣B∣≤∣A∣, and equality holds if and only if B=A, clause 4), the proof going through ∣f[A]∣=∣A∣ and clause 3 of the same theorem (The cardinality ∣A∣ of a finite set).

Refutation

technique · direct
1.1

The witness is the successor map σ:N→N. It is injective by [L1].

givenL1L3
2.1

It is not surjective: 0 is not in its image, since σ(n)≠0 for every n by [L1]. Equivalently, its image is N∖{0} by [L2], a proper subset of N.

step 1.1L1L2L3
3.1

So σ is an injection of N into itself that is not a bijection, and the displayed statement is false.

step 1.1step 2.1L3
4.1

Finiteness is exactly the missing hypothesis. By [L4] the statement is true whenever A is finite, and N is not finite by [L5]. In the proof of [L4] the hypothesis is spent at the transport of cardinality along the bijection A→f[A], which presupposes A finite, and then at the conclusion f[A]=A from ∣f[A]∣=∣A∣, which is the clause of A subset of a finite set is finite, with ∣B∣≤∣A∣, and equality holds if and only if B=A that fails here: σ[N] is a proper subset of N equinumerous with it.

step 3.1L4L5∎

Remarks

  • A set for which the statement fails is called Dedekind-infinite, and the refutation above exhibits N as one. Claim 5 of The pigeonhole principle on N says that no natural number is Dedekind-infinite, which is the finite half of the same picture.

  • The relation between the two notions of infinity — "not finite" and "Dedekind-infinite" — is a genuine question of set theory without choice, and it is treated on the countability page rather than here.

  • The surjective half fails too. The map N→N sending 0 and 1 to 0 and n≥2 to n−1 is surjective and not injective, so neither half of clause 4 of A subset of a finite set is finite, with ∣B∣≤∣A∣, and equality holds if and only if B=A survives the loss of finiteness.

False statementConstruction: AI-adaptedVerification: AI-generatedprecheck passjudge pass (z-ai/glm-5.2)audited 2026-07-29Open item page →

FALSE: ∣A∪B∣=∣A∣+∣B∣ for all finite A and B

Statement

FALSE. The statement

∣A∪B∣=∣A∣+∣B∣

for all finite sets A and B.

This is The sum rule: a finite disjoint union is finite with ∣A∪B∣=∣A∣+∣B∣ and ∣⋃i∈IAi∣=∑i∈I∣Ai∣, and a sum over a finite index set splits along a partition clause 1 with the hypothesis A∩B=∅ deleted. It is the single most common way a count goes wrong, and the smallest witness is as small as a witness can be.

Facts & Assumptions

Given: The sets {0}, {0,1} and {1,2}, with 0, 1, 2 the von Neumann naturals (The natural numbers N (von Neumann)).

[L1]

∣n∣=n for a natural n, and a bijection transports cardinality (The cardinality ∣A∣ of a finite set, Injection, surjection, bijection).

[L3]

Distinct naturals are distinct, so 1≠2 and 3≠4 (Trichotomy of the order on N).

Refutation

technique · direct
1.1

The smallest witness. Take A=B={0}. Then A∪B={0}, which is 1 as a von Neumann natural, so ∣A∪B∣=1 by [L1]; while ∣A∣+∣B∣=1+1=2. Since 1≠2 by [L3], the displayed statement fails.

givenL1L3
2.1

A witness with partial overlap, to show that the failure is not an artefact of taking A and B equal. Take A={0,1}=2 and B={1,2}. Then ∣A∣=2 by [L1], and ∣B∣=2 because 0↦1, 1↦2 is a bijection of 2 onto B. But A∪B={0,1,2}=3, so ∣A∪B∣=3, whereas ∣A∣+∣B∣=4. Again the two differ.

step 1.1L1L3
3.1

The missing hypothesis is disjointness. [L2] proves the identity whenever A∩B=∅, and in step 1.1 the intersection is {0} while in step 2.1 it is {1}; in each case the excess of the right-hand side over the left is the cardinality of that intersection.

step 1.1step 2.1L2∎

Remarks

  • What the general correction is. Adding the counts and then subtracting the count of the overlap is the two-set case of inclusion and exclusion. That principle is the next page of this track and is not available here, so no formula for the general case is stated: what is established above is only that the identity as displayed is false, and where its hypothesis went.

  • The same failure at the level of a family is exhibited concretely in A count that overcounts because the blocks are not disjoint, and exactly where the sum rule's hypothesis is spent, where twelve subsets are counted as sixteen.

False statementConstruction: AI-adaptedVerification: AI-generatedprecheck passverified 2026-08-02 (claude-opus-5)Open item page →

FALSE: for all sets A and B with B having at least two elements, A×B is strictly larger than A

Statement

FALSE. The statement

for all sets A and B with B having at least two elements, A≺A×B

that is, A injects into A×B and is not equinumerous with it (Equinumerous sets, A≈B and A⪯B).

The claim generalises the finite product rule in the shape a reader expects: if ∣A∣ is multiplied by at least 2, surely the product is bigger. It fails at both ends of the range, trivially when A is empty and substantially when A is infinite.

Facts & Assumptions

Given: The sets N and ∅, and 2={0,1} (The natural numbers N (von Neumann)).

[L1]

N×N≈N: the map J(m,n)=2m(2n+1) is a bijection of N×N onto N∖{0}, and composing with the inverse of the successor gives a bijection onto N (N×N≈N, Finite, countably infinite, countable, uncountable).

[L2]

X≺Y means X⪯Y and X≉Y (Equinumerous sets, A≈B and A⪯B).

[L4]

Order arithmetic of N: p≤q implies pk≤qk; x≤y implies x+c≤y+c; a≠0 is the same as 1≤a; 2⋅a=σ(1)⋅a=1⋅a+a=a+a by the successor-left law; 1⋅a=a; and multiplication is commutative (Order is compatible with multiplication, Order is compatible with addition, Discreteness: σ(n) is the immediate successor, Zero and one under multiplication, Distributivity and the successor law for multiplication, Multiplication is commutative, Order on the natural numbers).

[L5]

0≠1 in N, so N has at least two elements (The von Neumann naturals form a Peano system).

Refutation

technique · direct
1.1

The substantial witness: A=B=N. The set N has at least two elements by [L5], so the hypothesis on B holds. By [L1] there is a bijection N×N→N, so A≈A×B, and therefore A≺A×B is false by [L2].

givenL1L2L5
1.2

A degenerate witness, which shows the claim fails even for finite A: take A=∅ and B=2. Then A×B=∅, since a pair in it would have a first coordinate in ∅; so A≈A×B and again A≺A×B fails.

givenL2L3
2.1

The corrected finite statement is true. Let A be finite and nonempty and let B be finite with ∣B∣≥2; write a:=∣A∣≥1 and b:=∣B∣. Then ∣A×B∣=ab≥2a=a+a≥a+1>a by [L3] and [L4], using 1≤a. So a finite nonempty A is strictly smaller than A×B in cardinality. Both hypotheses are needed, by step 1.1 and step 1.2 respectively.

step 1.1step 1.2L3L4
3.1

So the displayed statement is false, and what fails is not the product rule but its extension beyond the finite nonempty case: finiteness and nonemptiness of A are exactly the hypotheses under which multiplying by a factor of at least 2 increases the count.

step 1.1step 1.2step 2.1L2L3∎

Remarks

  • The contrast with Cantor's theorem is the point. X≺P(X) holds for every set whatsoever (Cantor's theorem: A≺P(A)), finite or infinite; strict increase survives to the infinite case there and not here. Passing to the power set is a genuinely different operation from multiplying by a fixed set.

  • Read the cited theorem before using it. N×N≈N states that J(m,n)=2m(2n+1) is a bijection onto the nonzero naturals, and the bijection onto N is obtained by composing with the inverse of the successor. The statement used above is the one that item actually proves.

False statementConstruction: AI-adaptedVerification: AI-generatedprecheck passjudge pass (z-ai/glm-5.2)audited 2026-07-29Open item page →

FALSE: ∑k<n+1(−1)kι ⁣(nk)=0 for every n∈N

Statement

FALSE. The statement

∑k<n+1(−1)k ι(nk)=0

for every n∈N.

The claim is what a text whose natural numbers begin at 1 would state truly. In this library N contains 0 (The natural numbers N (von Neumann)), and the statement acquires a counterexample at its very first index.

Facts & Assumptions

[L1]

∑k<0uk=0 and ∑k<σ(N)uk=∑k<Nuk+uN (Finite sums and finite products, by recursion, Laws of finite sums and finite products).

[L3]

a0=1 for every real a, including a=0; and 0 m=0 for m≥1 (Integer powers am, Multiplication by zero: 0⋅a=0, Field).

[L4]

The true statement: ∑k<n+1(−1)kι(nk)=0 for n≥1 (∑k<n+1(nk)=2n, and ∑k<n+1(−1)kι ⁣(nk)=0 for n≥1, clause 2), proved from the binomial theorem at x=−1, y=1 (The binomial theorem in R: (x+y)n=∑k<n+1ι ⁣(nk) xky n−k).

Refutation

technique · direct
1.1

Evaluate the left-hand side at n=0. The sum runs over k<0+1=1, so by [L1] it is the single term (−1)0 ι(00).

givenL1
2.1

That term is 1: (−1)0=1 by [L3], (00)=1 by [L2], and ι(1)=1. So the sum equals 1, not 0, and the displayed statement is false at n=0.

step 1.1L2L3
3.1

Where the hypothesis is spent in the true version. [L4] obtains the identity by evaluating the binomial theorem at x=−1, y=1: the left-hand side becomes (−1+1)n=0 n, which is 0 only for n≥1, while 00=1 by [L3]. That single evaluation is the entire difference between the true statement and the false one.

step 2.1L3L4∎

Remarks

  • The convention 00=1 is not the culprit. It is what makes the binomial theorem itself true at n=0 and at x=0, with no exceptional case; the price is that one of its corollaries carries a hypothesis. Changing the convention would move the exception, not remove it.

  • The concrete picture. In Pascal's triangle computed to row 6, with Pascal's rule checked at every interior entry the alternating sums of rows 1 to 6 are all 0 and the alternating sum of row 0 is 1. A reader who computes from row 1 onwards sees only the true pattern.

False statementConstruction: AI-adaptedVerification: AI-generatedprecheck passverified 2026-08-02 (claude-opus-5)Open item page →

FALSE: the number of weak compositions of n into m parts is (n+m−1m−1) for every m∈N

Statement

FALSE. The statement

∣W(n,m)∣=(n+m−1 m−1 )

for every n∈N and every m∈N, that is, For m≥1 the number of weak compositions of n into m parts is (n+m−1m−1), and the number of compositions is (n−1m−1) for n≥1 with its hypothesis m≥1 deleted.

This is a false statement of an unusual kind: at m=0 the expression on the right is not even well formed under the reading a reader would intend, and under the only reading available in this library it is well formed and gives the wrong number.

Facts & Assumptions

Refutation

technique · direct
1.1

Fix m=0 and n=1. The true count is ∣W(1,0)∣=0 by [L1]: a weak composition of 1 into 0 parts would be a function 0→N, and the only such function is the empty function, whose sum is the empty sum 0≠1.

givenL1L5
2.1

The formula gives 1. With the truncated difference, n+m−1=1+0−1=0 and m−1=0−1=0, so the right-hand side reads (00)=1 by [L2]. Since 1≠0 by [L5], the displayed statement is false at (n,m)=(1,0).

step 1.1L2L5
3.1

Under the other reading the expression is not defined at all. If m−1 is meant as an integer, it is −1 at m=0, and −1 is not a natural number, so (n−1−1) names nothing: The set [A]k of k-element subsets and the binomial coefficient (nk):=∣[n]k∣ defines (Nk) for natural N and k only. So the statement is either false or ill formed, and in neither reading is it true.

step 2.1L4∎

Remarks

Sources