Theorems · Definition · global analysis
tangentConeAt
(R : Type u_1) → {E : Type u_2} → [AddCommGroup E] → [SMul R E] → [TopologicalSpace E] → Set E → E → Set EThe set of all tangent directions to the set s at the point x.
A point y belongs to the tangent cone of s at x iff
there exist a family of scalars c n, a family of vectors d n,
and a nontrivial filter in the index type such that
- d n → 0 along the filter;
- x + d n ∈ s eventually along the filter;
- c n • d n → y along the filter,
The actual definition is given in terms of cluster points of a filter,
see mem_tangentConeAt_of_seq and exists_fun_of_mem_tangentConeAt
for the two implications unfolding this definition in more convenient way.
In a space with first countable topology,
one can assume that the index type is ℕ and the filter is atTop,
but the definition we use is more useful without that assumption.
- Cited by
- 54 results in Mathlib
- Foundations
- Depth 68 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites3
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Setstatement · cited by 53,352
- TopologicalSpacestatement · cited by 24,529
- AddCommGroupstatement · cited by 12,871
Cited by57
Results whose statement or proof uses this declaration.
- posTangentConeAtproof · cited by 16
- exists_fun_of_mem_tangentConeAtstatement and proof · cited by 9
- UniqueDiffWithinAt.monoproof · cited by 8
- mem_tangentConeAt_of_seqstatement · cited by 8
- tangentConeAt_defstatement · cited by 7
- UniqueDiffWithinAt.prodproof · cited by 4
- tangentConeAt_closurestatement · cited by 4
- tangentConeAt_monostatement · cited by 4
- UniqueDiffWithinAt.dense_tangentConeAtstatement · cited by 3
- UniqueDiffWithinAt.mono_nhdsproof · cited by 3
- uniqueDiffWithinAt_iffstatement and proof · cited by 3
- mem_tangentConeAt_of_add_smul_memstatement · cited by 3