Theorems · Theorem · number theory
Nat.Partition.hasProd_powerSeriesMk_card_restricted
∀ (R : Type u_1) [inst : TopologicalSpace R] [T2Space R] [inst_2 : CommSemiring R] [IsTopologicalSemiring R]
(p : ℕ → Prop) [inst_4 : DecidablePred p],
HasProd (fun i => if p (i + 1) then ∑' (j : ℕ), PowerSeries.X ^ ((i + 1) * j) else 1)
(PowerSeries.mk fun n => ↑(Nat.Partition.restricted n p).card)The generating function of Nat.Partition.restricted n p is
$$
\prod_{i \in p} \sum_{j = 0}^{\infty} X^{ij}
$$
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 105 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites47
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coeproof · cited by 62,936
- TopologicalSpacestatement and proof · cited by 24,529
- CommSemiringstatement and proof · cited by 10,911
- Finset.sumproof · cited by 5,195
- Finset.univproof · cited by 3,473
- add_zeroproof · cited by 2,707
- Finset.cardstatement and proof · cited by 2,327
- Finset.sum_congrproof · cited by 2,323
- CommMonoidproof · cited by 2,264
- MulZeroClass.mul_zeroproof · cited by 2,091
- SummationFilter.unconditionalstatement and proof · cited by 2,068
- one_smulproof · cited by 1,374
Cited by2
Results whose statement or proof uses this declaration.
- Nat.Partition.powerSeriesMk_card_restricted_eq_tprodproof · cited by 1
- Nat.Partition.multipliable_powerSeriesMk_card_restrictedproof · cited by 0