Generating Functions for Integer Partitions | Number Theory 30

Added:

Defining Partitions
Basic Bounded Examples
General Case Proof
Unrestricted Partitions
Interpreting Products
Restricted Examples
Distinct Equals Odd

Defining Partitions

0:00
Playing Section
  • 1

    Recap of partition number definitions.

  • 2

    Introduces generating functions for sequence encoding.

  • 3

    Goal to find generating functions for bounded parts.

Definition and basic concepts of integer partitions, including the partition function p(n).
Concept of ordinary generating functions (OGFs) and how they represent sequences algebraically.
Algebraic manipulation of formal power series, specifically the infinite geometric series expansion.
Basic combinatorial principles, including the sum and product rules for generating functions.
Euler's Partition Identities, such as proving bijectively and algebraically that partitions into odd parts equal partitions into distinct parts.
Ferrers diagrams (and Young diagrams) and their application in conjugating partitions to prove identities.
Euler's Pentagonal Number Theorem and its use in establishing a recurrence relation for calculating p(n).
Introduction to Ramanujan's Partition Congruences and the Hardy-Ramanujan-Rademacher asymptotic formula for p(n).
3.5K views147likes29:45@mathmajorOriginal Release: 2022-09-13

The generating function for the number of integer partitions of n with parts less than or equal to m is given by the product formula πₘ(q) = ∏ⱼ=1^m 1/(1 - q^j), which can be proven by induction by considering how adding a new part size m+1 extends partitions with smaller parts; this leads to the important corollary that the generating function for unrestricted partitions is p(q) = ∏ⱼ=1^∞ 1/(1 - q^j), and this technique can be applied to derive generating functions for various restricted partition types such as partitions with parts congruent to 3 mod 4, partitions into distinct parts, or partitions with odd parts used at most twice.