Theorems · Definition · number theory
Nat.Partition.genFun
{R : Type u_1} → [CommSemiring R] → (ℕ → ℕ → R) → PowerSeries RGenerating function associated with character $f(i, c)$ for partition functions, where $i$ is a
part of the partition, and $c$ is the count of that part in the partition. The character function is
multiplied within one n.Partition, and summed among all n.Partition for a fixed n. This way,
each n is assigned a value, which we use as the coefficients of the power series.
See the module docstring of Combinatorics.Enumerative.Partition.GenFun for more details.
- Cited by
- 5 results in Mathlib
- Foundations
- Depth 85 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- CommSemiring
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites10
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coeproof · cited by 62,936
- CommSemiringstatement and proof · cited by 10,911
- Finset.sumproof · cited by 5,195
- Finset.univproof · cited by 3,473
- PowerSeriesstatement · cited by 797
- Finsupp.prodproof · cited by 231
- PowerSeries.mkproof · cited by 52
- Nat.Partitionproof · cited by 36
- Multiset.toFinsuppproof · cited by 33
- Nat.Partition.partsproof · cited by 28
Cited by5
Results whose statement or proof uses this declaration.
- Nat.Partition.hasProd_genFunstatement and proof · cited by 4
- Nat.Partition.hasProd_powerSeriesMk_card_countRestrictedproof · cited by 2
- Nat.Partition.hasProd_powerSeriesMk_card_restrictedproof · cited by 2
- Nat.Partition.coeff_genFunstatement · cited by 1
- Nat.Partition.genFun_eq_tprodstatement · cited by 0