Theorems · Theorem · Lie groups
Filter.Tendsto.zero_vadd
∀ {M : Type u_1} {X : Type u_2} {α : Type u_4} [inst : TopologicalSpace M] [inst_1 : TopologicalSpace X]
[inst_2 : AddMonoid M] [inst_3 : AddAction M X] [ContinuousVAdd M X] {f : α → M} {g : α → X} {l : Filter α} {a : X},
Filter.Tendsto f l (nhds 0) → Filter.Tendsto g l (nhds a) → Filter.Tendsto (fun x => f x +ᵥ g x) l (nhds a)- Defined in
- Mathlib.Topology.Algebra.MulAction
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 72 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites10
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
- Filterstatement and proof · cited by 8,121
- nhdsstatement and proof · cited by 5,554
- Filter.Tendstostatement and proof · cited by 3,814
- AddMonoidstatement and proof · cited by 2,864
- HVAdd.hVAddstatement · cited by 1,820
- AddActionstatement and proof · cited by 820
- zero_vaddproof · cited by 95
- ContinuousVAddstatement and proof · cited by 52
- Filter.Tendsto.vaddproof · cited by 6
Cited by1
Results whose statement or proof uses this declaration.
- Filter.Tendsto.zero_vadd_constproof · cited by 0