Alphabeta Math
DefinitionDefinition: Literature-sourcedProof: Not applicableSession-authored (Fable 5 assisted)judge pass (gpt-5.6-terra)audited 2026-08-28
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.

The functions p(n), p_k(n), and the standard restricted partition families

Definition

For integers n and k, define:

  • for n>0, a partition of n is one from Partitions of a positive integer, while for n=0 there is exactly one partition, the empty partition part:=();
  • p(n) is the number of partitions of n when n0, with p(0)=1, and p(n)=0 for n<0;
  • pk(n) is the number of partitions of n into exactly k positive parts when n0 and k0, and pk(n)=0 if n<0 or k<0.

Thus p0(0)=1, while p0(n)=0 for n0.

For the empty partition, the number of parts is 0 and the largest part is defined to be 0. The empty partition is regarded as having both distinct parts and odd parts.

For a nonempty partition λ=(λ1,,λr) of n:

  • λ has at most k parts when rk;
  • λ has largest part k when λ1=k;
  • λ has parts at most k when λ1k;
  • λ has distinct parts when λ1>λ2>>λr;
  • λ has odd parts when every λi is odd.

Write pdist(n) for the number of partitions of n into distinct parts and podd(n) for the number of partitions of n into odd parts.

Depends on

Used by

Dependency tree · two levels

5 results within two dependency steps of this one, each drawn at its shortest distance from it. An arrow runs from a result to what uses it, so the chart reads left to right and ends at this result, which carries a heavier outline. Every node is a link to that result. Click elsewhere on the chart to enlarge it.

Sources