Theorems · Theorem · sequences and series
tprod_one_add_ordered
∀ {ι : Type u_1} {α : Type u_3} [inst : CommSemiring α] [inst_1 : TopologicalSpace α] {f : ι → α}
[inst_2 : LinearOrder ι] [inst_3 : LocallyFiniteOrderBot ι] [T2Space α] [ContinuousAdd α],
(Summable fun i => f i * ∏ j < i, (1 + f j)) →
(Multipliable fun x => 1 + f x) → ∏' (i : ι), (1 + f i) = 1 + ∑' (i : ι), f i * ∏ j < i, (1 + f j)The infinite version of Finset.prod_one_add_ordered.
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 93 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites38
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
- Finsetproof · cited by 13,712
- CommSemiringstatement and proof · cited by 10,911
- LinearOrderstatement and proof · cited by 8,572
- Filterproof · cited by 8,121
- nhdsproof · cited by 5,554
- Finset.sumproof · cited by 5,195
- Filter.Tendstoproof · cited by 3,814
- add_zeroproof · cited by 2,707
- Filter.atTopproof · cited by 2,405
- Finset.prodstatement and proof · cited by 2,356
- Finset.sum_congrproof · cited by 2,323
Cited by1
Results whose statement or proof uses this declaration.
- tprod_one_sub_orderedproof · cited by 0