Alphabeta Math
ExampleConstruction: AI-adaptedVerification: AI-generatedSession-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.

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

Example

Model a deck as the set D:=13×4D := 13 \times 4, a rank paired with a suit, so D=52\lvert D\rvert = 52 by The product rule: A×B=AB\lvert A \times B\rvert = \lvert A\rvert\,\lvert B\rvert, and i<mAi=i<mAi\big\lvert\prod_{i<m} A_i\big\rvert = \prod_{i<m}\lvert A_i\rvert. A hand is a five-element subset of DD, that is an element of [D]5[D]^{5}. Then

[D]5=(525)=2598960,\big\lvert [D]^{5}\big\rvert = \binom{52}{5} = 2598960 ,

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

4(135)=41287=5148.4\cdot\binom{13}{5} = 4 \cdot 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×4D = 13 \times 4; for s<4s < 4 the suit Ds:=13×{s}D_s := 13 \times \{s\}; and the falling factorials computed from n0=1n^{\underline{0}} = 1 and nσ(k)=nk(nk)n^{\underline{\sigma(k)}} = n^{\underline{k}}(n-k) (The factorial n!n! and the falling factorial nkn^{\underline{k}}, defined by recursion in N\mathbb{N}).

[L4]

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

Verification

technique · direct
1.1

The deck has D=134=134=52\lvert D\rvert = \lvert 13\rvert\cdot\lvert 4\rvert = 13 \cdot 4 = 52 by [L3], and a hand is by definition an element of [D]5[D]^{5}, so the number of hands is (525)\binom{52}{5} by [L1].

givenL1L3
2.1

The total. By [L2], (525)5!=525=5251504948\binom{52}{5}\cdot 5! = 52^{\underline{5}} = 52\cdot 51\cdot 50\cdot 49\cdot 48. Computing the falling factorial step by step: 5251=265252\cdot 51 = 2652, 265250=1326002652\cdot 50 = 132600, 13260049=6497400132600\cdot 49 = 6497400, 649740048=3118752006497400\cdot 48 = 311875200. Since 5!=1205! = 120 and 1202598960=311875200120\cdot 2598960 = 311875200, cancellation by 120120 gives (525)=2598960\binom{52}{5} = 2598960.

step 1.1L2L4
2.2

The single-suit hands. Let FF be the set of hands all of whose cards lie in one suit, and for s<4s < 4 let FsF_s be the set of hands contained in DsD_s. The FsF_s are pairwise disjoint, since a hand has five cards and cannot lie in two different suits at once, and their union is FF. Each Ds=13×{s}D_s = 13\times\{s\} is in bijection with 1313 under the first projection, so Fs=[Ds]5=(135)\lvert F_s\rvert = \lvert [D_s]^{5}\rvert = \binom{13}{5} by [L1]. By [L2], (135)120=135=131211109=154440\binom{13}{5}\cdot 120 = 13^{\underline{5}} = 13\cdot 12\cdot 11\cdot 10\cdot 9 = 154440, and 1201287=154440120\cdot 1287 = 154440, so (135)=1287\binom{13}{5} = 1287. Finally [L3] gives F=s4Fs=41287=5148\lvert F\rvert = \sum_{s \in 4}\lvert F_s\rvert = 4\cdot 1287 = 5148.

step 1.1L1L2L3L4
3.1

So there are 25989602598960 hands in all, of which 51485148 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/25989605148/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.

Depends on

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: 71 results over 23 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