Mathlib Map

Theorems · Theorem · sequences and series

HasProd.tendsto_prod_nat

∀ {M : Type u_1} [inst : CommMonoid M] [inst_1 : TopologicalSpace M] {m : M} {f : ℕ → M},
  HasProd f m → Filter.Tendsto (fun n => ∏ i ∈ Finset.range n, f i) Filter.atTop (nhds m)

If f : ℕ → M has product m, then the partial products ∏ i ∈ range n, f i converge to m.

Defined in
Mathlib.Topology.Algebra.InfiniteSum.NatInt
Cited by
6 results in Mathlib
Foundations
Depth 69 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
CommMonoidTopologicalSpace

Around this declaration

Dashed lines are statement dependencies; solid lines are citations in proofs.

Cites11

Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.

Cited by6

Results whose statement or proof uses this declaration.