Mathlib Map

Theorems · Theorem · Lie groups

Filter.Tendsto.sub

∀ {G : Type u_1} {α : Type u_2} [inst : TopologicalSpace G] [inst_1 : Sub G] [ContinuousSub G] {f g : α → G}
  {l : Filter α} {a b : G},
  Filter.Tendsto f l (nhds a) → Filter.Tendsto g l (nhds b) → Filter.Tendsto (fun x => f x - g x) l (nhds (a - b))
Defined in
Mathlib.Topology.Algebra.Group.Defs
Cited by
68 results in Mathlib
Foundations
Depth 71 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
TopologicalSpaceSubContinuousSub

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 by68

Results whose statement or proof uses this declaration.