Theorems · Theorem · global analysis
tangentConeAt.lim_zero
∀ {𝕜 : Type u_1} {E : Type u_2} [inst : NormedDivisionRing 𝕜] [inst_1 : AddCommGroup E] [inst_2 : Module 𝕜 E]
[inst_3 : TopologicalSpace E] [ContinuousSMul 𝕜 E] {α : Type u_3} (l : Filter α) {c : α → 𝕜} {d : α → E} {y : E},
Filter.Tendsto (fun n => ‖c n‖) l Filter.atTop →
Filter.Tendsto (fun n => c n • d n) l (nhds y) → Filter.Tendsto d l (nhds 0)Auxiliary lemma ensuring that, under the assumptions from an old definition of the tangent cone,
the sequence d tends to 0 at infinity.
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 123 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites21
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Realstatement · cited by 25,697
- TopologicalSpacestatement and proof · cited by 24,529
- Modulestatement and proof · cited by 20,661
- AddCommGroupstatement and proof · cited by 12,871
- Filterstatement and proof · cited by 8,121
- nhdsstatement and proof · cited by 5,554
- Norm.normstatement and proof · cited by 5,413
- Filter.Tendstostatement and proof · cited by 3,814
- Filter.Eventuallyproof · cited by 3,134
- Filter.atTopstatement and proof · cited by 2,405
- ContinuousSMulstatement and proof · cited by 1,016
- zero_smulproof · cited by 716
Cited by1
Results whose statement or proof uses this declaration.
- mem_tangentConeAt_iff_exists_seq_norm_tendsto_atTopproof · cited by 0