Theorems · Theorem · number theory
PowerSeries.coeff_prod_one_sub_X_pow_eventually_eq
∀ (R : Type u_1) [inst : CommRing R] (n : ℕ),
∀ᶠ (s : Finset ℕ) in Filter.atTop,
(PowerSeries.coeff n) (∏ n ∈ s, (1 - PowerSeries.X ^ (n + 1))) =
(PowerSeries.coeff n) (PowerSeries.pentagonalSeries R)Pentagonal number theorem for power series, expressed as the statement that the coefficients
of the product ∏ n, 1 - X ^ (n + 1) are eventually constants as (pentagonalSeries R).coeff.
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 102 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- CommRing
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites25
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coestatement and proof · cited by 62,936
- TopologicalSpaceproof · cited by 24,529
- RingHom.idstatement · cited by 18,349
- CommRingstatement and proof · cited by 17,173
- Finsetstatement and proof · cited by 13,712
- LinearMapstatement · cited by 10,215
- Bot.botproof · cited by 4,720
- Filter.Tendstoproof · cited by 3,814
- Filter.Eventuallystatement · cited by 3,134
- Filter.atTopstatement · cited by 2,405
- Finset.prodstatement and proof · cited by 2,356
- SummationFilter.unconditionalproof · cited by 2,068
Cited by1
Results whose statement or proof uses this declaration.
- PowerSeries.WithPiTopology.hasProd_one_sub_X_powproof · cited by 1