Mathlib Map

Theorems · Theorem · general topology

cauchySeq_prod_of_eventually_eq

∀ {E : Type u_2} [inst : SeminormedCommGroup E] {u v : ℕ → E} {N : ℕ},
  (∀ n ≥ N, u n = v n) →
    (CauchySeq fun n => ∏ k ∈ Finset.range (n + 1), v k) → CauchySeq fun n => ∏ k ∈ Finset.range (n + 1), u k
Defined in
Mathlib.Analysis.Normed.Group.Uniform
Cited by
0 results in Mathlib
Foundations
Depth 162 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
SeminormedCommGroup

Around this declaration

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

Cites14

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

Cited by0

Results whose statement or proof uses this declaration.

Nothing cites this yet.