Theorems · Theorem · number theory
PowerSeries.WithPiTopology.hasSum_pow_pentagonal_sub_pentagonalSeries
∀ (R : Type u_1) [inst : CommRing R] [inst_1 : TopologicalSpace R],
HasSum (fun k => (-1) ^ k * (PowerSeries.X ^ pentagonal (-↑k) - PowerSeries.X ^ pentagonal (↑k + 1)))
(PowerSeries.pentagonalSeries R)PowerSeries.pentagonalSeries as an infinite sum over natural numbers. In this version, terms
are ordered by strictly increasing exponent pentagonal k for k = 0, 1, -1, 2, -2, 3, ...,
and every two terms are grouped together.
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 99 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- CommRingTopologicalSpace
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites26
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- TopologicalSpacestatement and proof · cited by 24,529
- CommRingstatement and proof · cited by 17,173
- AddCommMonoidproof · cited by 12,281
- Set.rangeproof · cited by 4,705
- mul_oneproof · cited by 3,885
- Nat.cast_oneproof · cited by 2,501
- SummationFilter.unconditionalstatement and proof · cited by 2,068
- Units.valproof · cited by 1,966
- neg_negproof · cited by 960
- PowerSeriesstatement and proof · cited by 797
- neg_mulproof · cited by 654
- SummationFilterproof · cited by 607
Cited by1
Results whose statement or proof uses this declaration.
- PowerSeries.WithPiTopology.pentagonalSeries_eq_tsum_pow_pentagonal_subproof · cited by 0