Theorems · Theorem · global analysis
mem_tangentConeAt_iff_exists_seq
∀ {R : Type u_1} {E : Type u_2} [inst : AddCommGroup E] [inst_1 : SMul R E] [inst_2 : TopologicalSpace E]
[FirstCountableTopology E] {s : Set E} {x y : E},
y ∈ tangentConeAt R s x ↔
∃ c d,
Filter.Tendsto d Filter.atTop (nhds 0) ∧
(∀ᶠ (n : ℕ) in Filter.atTop, x + d n ∈ s) ∧ Filter.Tendsto (fun n => c n • d n) Filter.atTop (nhds y)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 n tends to zero as n → ∞;
- x + d n ∈ s for sufficiently large n;
- c n • d n tends to y as n → ∞.
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.
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 76 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites16
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Setstatement and proof · cited by 53,352
- TopologicalSpacestatement and proof · cited by 24,529
- AddCommGroupstatement and proof · cited by 12,871
- Top.topproof · cited by 9,680
- nhdsstatement and proof · cited by 5,554
- Set.preimageproof · cited by 4,946
- Filter.Tendstostatement and proof · cited by 3,814
- Filter.Eventuallystatement and proof · cited by 3,134
- Filter.atTopstatement and proof · cited by 2,405
- nhdsWithinproof · cited by 1,912
- SProd.sprodproof · cited by 1,750
- Filter.comapproof · cited by 546
Cited by1
Results whose statement or proof uses this declaration.
- mem_tangentConeAt_iff_exists_seq_norm_tendsto_atTopproof · cited by 0