Mathlib Map

Theorems · Theorem · Lie groups

Filter.Tendsto.add

∀ {M : Type u_1} [inst : TopologicalSpace M] [inst_1 : Add M] [ContinuousAdd M] {α : Type u_2} {f g : α → M}
  {x : Filter α} {a b : M},
  Filter.Tendsto f x (nhds a) → Filter.Tendsto g x (nhds b) → Filter.Tendsto (fun x => f x + g x) x (nhds (a + b))
Defined in
Mathlib.Topology.Algebra.Monoid.Defs
Cited by
102 results in Mathlib
Foundations
Depth 71 from the axioms, rests on 836 definitions · uses propext, Classical.choice, Quot.sound
Assumes
TopologicalSpaceAddContinuousAdd

Around this declaration

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

Cites9

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

Cited by102

Results whose statement or proof uses this declaration.