Tangent cone points as limits of sequences #
This file contains a few ways to describe tangentConeAt
as the set of limits of certain sequences.
In many cases, one can generalize results about the tangent cone
by using mem_tangentConeAt_of_seq and exists_fun_of_mem_tangentConeAt
instead of these lemmas.
In a vector space with first countable topology, a vector y belongs to tangentConeAt 𝕜 s x
if and only if there exist sequences c n and d n such that
d ntends to zero asn → ∞;x + d n ∈ sfor sufficiently largen;c n • d ntends toyasn → ∞.
See mem_tangentConeAt_of_seq and exists_fun_of_mem_tangentConeAt
for versions of two implications of this theorem that don't assume first countable topology.
Auxiliary lemma ensuring that, under the assumptions from an old definition of the tangent cone,
the sequence d tends to 0 at infinity.
In a normed space over a nontrivially normed field,
a point y belongs to the tangent cone of a set s at x
iff there exiss a sequence of scalars c n and a sequence of points d n such that
‖c n‖ → ∞asn → ∞;x + d n ∈ sfor sufficiently largen;c n • d ntendst toy.
Before https://github.com/leanprover-community/mathlib4/pull/34127, the right-hand side of this equivalence was the definition of the tangent cone.
In most cases, exists_fun_of_mem_tangentConeAt and/or mem_tangentConeAt_of_seq
can be used to generalize a proof using this lemma to topological vector spaces.