Theorems · Theorem · number theory
Pentagonal.tprod_one_sub_pow
∀ {R : Type u_1} [inst : CommRing R] [inst_1 : TopologicalSpace R] [IsTopologicalRing R] [T2Space R] {x : R},
IsTopologicallyNilpotent x →
(∀ (k : ℕ), Summable fun n => x ^ ((k + 1) * n) * ∏ i ∈ Finset.range (n + 1), (1 - x ^ (k + i + 1))) →
(∀ (k : ℕ), Multipliable fun n => 1 - x ^ (n + k + 1)) →
(Summable fun k => (-1) ^ k * (x ^ pentagonal (-↑k) - x ^ pentagonal (↑k + 1))) →
Filter.Tendsto
(fun k =>
(-1) ^ (k + 1) * x ^ ((k + 1) * (3 * k + 4) / 2) *
∑' (n : ℕ), x ^ ((k + 1) * n) * ∏ i ∈ Finset.range (n + 1), (1 - x ^ (k + i + 1)))
Filter.atTop (nhds 0) →
∏' (n : ℕ), (1 - x ^ (n + 1)) = ∑' (k : ℕ), (-1) ^ k * (x ^ pentagonal (-↑k) - x ^ pentagonal (↑k + 1))Pentagonal number theorem, assuming appropriate multipliability and summability. $$ \prod_{n = 0}^{\infty} (1 - x^{n + 1}) = \sum_{k=0}^{\infty} (-1)^k \left(x^{k(3k+1)/2} - x^{(k+1)(3k+2)/2}\right) $$
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 100 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites27
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
- Filterproof · cited by 8,121
- nhdsstatement and proof · cited by 5,554
- Finset.sumproof · cited by 5,195
- Filter.Tendstostatement and proof · cited by 3,814
- Filter.atTopstatement and proof · cited by 2,405
- Finset.prodstatement and proof · cited by 2,356
- Finset.sum_congrproof · cited by 2,323
- SummationFilter.unconditionalstatement and proof · cited by 2,068
- T2Spacestatement and proof · cited by 1,351
- Finset.rangestatement and proof · cited by 1,341
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.