Theorems · Theorem · general topology
Filter.Tendsto.const_vadd
∀ {M : Type u_1} {α : Type u_2} {β : Type u_3} [inst : TopologicalSpace α] [inst_1 : VAdd M α] [ContinuousConstVAdd M α]
{f : β → α} {l : Filter β} {a : α},
Filter.Tendsto f l (nhds a) → ∀ (c : M), Filter.Tendsto (fun x => c +ᵥ f x) l (nhds (c +ᵥ a))- Defined in
- Mathlib.Topology.Algebra.ConstMulAction
- Cited by
- 4 results in Mathlib
- Foundations
- Depth 59 from the axioms · uses propext, 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
- HVAdd.hVAddstatement · cited by 1,820
- VAddstatement and proof · cited by 616
- Filter.Tendsto.compproof · cited by 560
- Continuous.tendstoproof · cited by 206
- ContinuousConstVAddstatement and proof · cited by 97
- ContinuousConstVAdd.continuous_const_vaddproof · cited by 12
Cited by4
Results whose statement or proof uses this declaration.
- tendsto_const_vadd_iffproof · cited by 2
- MeasureTheory.StronglyMeasurable.const_vaddproof · cited by 2
- ContinuousWithinAt.const_vaddproof · cited by 2
- ContinuousAt.const_vaddproof · cited by 1